Uit de documentatie (Developer Overheid) kan ik niet halen waarom ik bij sommige requests meerdere resultaten krijg en waarbij de gemeente incorrect is.
Een voorbeeld request:
Request Url (windows console sample):
curl -X POST “https://brk.basisregistraties.overheid.nl/api/v1/percelen/_zoek” -H “Accept: application/hal+json” -H “Content-Type: application/json” -d “{”“geometry”": {"“intersects”": {"“type”": ““Point””, ““coordinates””: [5.43939,51.85685] } } } "
Request:
{“geometry”: {“intersects”: {“type”: “Point”, “coordinates”: [5.43939,51.85685] } } }
rqd =
AdressString = {string} “Lageweg 16, 6621BS Dreumel”
DblLatitude = {double} 51.856850000000001
DblLongitude = {double} 5.4393900000000004
Huisnummer = {int} 16
PostCode = {string} “6621BS”
Stad = {string} “Dreumel”
Straat = {string} “Lageweg”
Response:
{
“_embedded” : {
“results” : [ {
“kadastraleGemeentenaam” : “Vreeland”,
“perceelnummerRotatie” : 0.0,
“sectie” : “A”,
“_links” : {
“self” : {
“href” : “https://brk.basisregistraties.overheid.nl/api/v1/percelen/28670139870000”,
“title” : “Perceel 1398”
}
},
“soortGrootte” : “Vastgesteld”,
“geometry” : {
“type” : “Polygon”,
“coordinates” : [ [ [ 5.034705908, 52.22862717 ], [ 5.034827179, 52.22864682 ], [ 5.034882063, 52.228617872 ], [ 5.034905594, 52.228622121 ], [ 5.034888157, 52.228602341 ], [ 5.034882917, 52.228589509 ], [ 5.034877656, 52.22853118 ], [ 5.034855815, 52.22841882 ], [ 5.035309002, 52.22847026 ], [ 5.035510318, 52.228494138 ], [ 5.035808374, 52.228541456 ], [ 5.036056007, 52.228577667 ], [ 5.036586656, 52.228692032 ], [ 5.036646981, 52.22870616 ], [ 5.037275378, 52.228885812 ], [ 5.037607761, 52.229003935 ], [ 5.037585254, 52.229003392 ], [ 5.037544911, 52.229005735 ], [ 5.037507923, 52.229011342 ], [ 5.037466593, 52.229012586 ], [ 5.037339901, 52.229010008 ], [ 5.03701463, 52.229003499 ], [ 5.036900373, 52.228998047 ], [ 5.036817819, 52.228998269 ], [ 5.036713436, 52.228997223 ], [ 5.036650374, 52.228994241 ], [ 5.036600005, 52.228990918 ], [ 5.036543837, 52.228986141 ], [ 5.036478039, 52.228975646 ], [ 5.036358902, 52.228948706 ], [ 5.036252646, 52.228921597 ], [ 5.036138721, 52.228890781 ], [ 5.036096358, 52.228882036 ], [ 5.035665482, 52.228814604 ], [ 5.035567909, 52.228805703 ], [ 5.035463253, 52.22879857 ], [ 5.035349514, 52.228788803 ], [ 5.035259077, 52.228788237 ], [ 5.03518576, 52.228780909 ], [ 5.035101429, 52.228770834 ], [ 5.035000015, 52.22875537 ], [ 5.034868724, 52.228732931 ], [ 5.034845946, 52.228729582 ], [ 5.034824952, 52.228728342 ], [ 5.034803726, 52.228728684 ], [ 5.034781947, 52.228730416 ], [ 5.034770487, 52.228730418 ], [ 5.034759079, 52.228731121 ], [ 5.034747841, 52.228732517 ], [ 5.034736891, 52.228734605 ], [ 5.034726331, 52.228737351 ], [ 5.034699539, 52.228745477 ], [ 5.03465315, 52.228738759 ], [ 5.034660612, 52.228696565 ], [ 5.03468356, 52.228674793 ], [ 5.034696613, 52.22865123 ], [ 5.034705908, 52.22862717 ] ] ]
},
“id” : “28670139870000”,
“kadastraleGemeentecode” : “VLD02”,
“kadastraleGrootte” : 5230,
“perceelnummer” : 1398
}, {
“kadastraleGemeentenaam” : “Dreumel”,
“perceelnummerRotatie” : 0.0,
“sectie” : “G”,
“_links” : {
“self” : {
“href” : “https://brk.basisregistraties.overheid.nl/api/v1/percelen/78460200870000”,
“title” : “Perceel 2008”
}
},
“soortGrootte” : “Vastgesteld”,
“geometry” : {
“type” : “Polygon”,
“coordinates” : [ [ [ 5.439118123, 51.85674057 ], [ 5.43909751, 51.856701813 ], [ 5.439245968, 51.856683348 ], [ 5.439522083, 51.856683772 ], [ 5.439564687, 51.856684472 ], [ 5.439731139, 51.856687229 ], [ 5.439731129, 51.85669068 ], [ 5.439756883, 51.856768022 ], [ 5.43978696, 51.856855887 ], [ 5.439674177, 51.856870571 ], [ 5.43968261, 51.856895186 ], [ 5.439232941, 51.856953704 ], [ 5.439230454, 51.856949472 ], [ 5.439136016, 51.856774197 ], [ 5.439118123, 51.85674057 ] ] ]
},
“id” : “78460200870000”,
“kadastraleGemeentecode” : “DML02”,
“kadastraleGrootte” : 1090,
“perceelnummer” : 2008
} ]
},
“_links” : {
“next” : {
“href” : null
},
“prev” : {
“href” : null
},
“self” : {
“href” : “https://brk.basisregistraties.overheid.nl/api/v1/percelen/_zoek”
}
}
}
Kunt u mij vertellen waarom Vreeland terugkomt bij dit voorbeeld request?
Alvast bedankt!