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 }, "LocationType": "perceel", "BoundingBox": { "LowerLeft": { "Lat_WGS84": 50.992109023325632, "Lon_WGS84": 5.34875685300406, "X_Lambert72": 218802.0, "Y_Lambert72": 187330.0 }, "UpperRight": { "Lat_WGS84": 50.992206197753312, "Lon_WGS84": 5.3521918520833891, "X_Lambert72": 219043.0, "Y_Lambert72": 187344.0 } } } ] }
text/javascript, application/javascript, application/json-p
Sample:
({"LocationResult":[{"FormattedAddress":"11001B0105/00B000","Location":{"Lat_WGS84":50.992095358838668,"Lon_WGS84":5.3503946998527514,"X_Lambert72":218917.0,"Y_Lambert72":187330.0},"LocationType":"perceel","BoundingBox":{"LowerLeft":{"Lat_WGS84":50.992109023325632,"Lon_WGS84":5.34875685300406,"X_Lambert72":218802.0,"Y_Lambert72":187330.0},"UpperRight":{"Lat_WGS84":50.992206197753312,"Lon_WGS84":5.3521918520833891,"X_Lambert72":219043.0,"Y_Lambert72":187344.0}}}]});