GET Perceel/Location?q={q}&c={c}
Provides the location of a parcel.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| q | A parcel identifier in capakey notation. A minimum of two characters is required. |
Define this parameter in the request URI. |
| c | [Optional] The maximum number of items you want to retrieve in the result. You may not ask more than 25 items. If omitted defaults to 1. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"LocationResult": [
{
"FormattedAddress": "11001B0105/00B000",
"Location": {
"Lat_WGS84": 50.992095358838668,
"Lon_WGS84": 5.3503946998527514,
"X_Lambert72": 218917.0,
"Y_Lambert72": 187330.0,
"X_Lambert2008": 651637.91,
"Y_Lambert2008": 703359.93
},
"LocationType": "perceel",
"BoundingBox": {
"LowerLeft": {
"Lat_WGS84": 50.992109023325632,
"Lon_WGS84": 5.34875685300406,
"X_Lambert72": 218802.0,
"Y_Lambert72": 187330.0,
"X_Lambert2008": 651607.22,
"Y_Lambert2008": 703336.37
},
"UpperRight": {
"Lat_WGS84": 50.992206197753312,
"Lon_WGS84": 5.3521918520833891,
"X_Lambert72": 219043.0,
"Y_Lambert72": 187344.0,
"X_Lambert2008": 651669.08,
"Y_Lambert2008": 703380.93
}
}
}
]
}
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"LocationResult":[{"FormattedAddress":"11001B0105/00B000","Location":{"Lat_WGS84":50.992095358838668,"Lon_WGS84":5.3503946998527514,"X_Lambert72":218917.0,"Y_Lambert72":187330.0,"X_Lambert2008":651637.91,"Y_Lambert2008":703359.93},"LocationType":"perceel","BoundingBox":{"LowerLeft":{"Lat_WGS84":50.992109023325632,"Lon_WGS84":5.34875685300406,"X_Lambert72":218802.0,"Y_Lambert72":187330.0,"X_Lambert2008":651607.22,"Y_Lambert2008":703336.37},"UpperRight":{"Lat_WGS84":50.992206197753312,"Lon_WGS84":5.3521918520833891,"X_Lambert72":219043.0,"Y_Lambert72":187344.0,"X_Lambert2008":651669.08,"Y_Lambert2008":703380.93}}}]});