Locator Luxembourg Responses
Return near postcodes from a postcode or lat/lng combination.
Note: This is the documentation for the v2 API which is still in beta.
Example request:
https://api.pro6pp.nl/v2/locator/lu?authKey=YOUR_AUTH_KEY&targetPostalCodes=1111,%201112,%201113&postalCode=1111
This request gives the following result:
200: address available
[
{
"district": "Luxembourg",
"distance": 2161,
"lat": 49.61608,
"lng": 6.17438,
"municipality": "Luxembourg",
"postalCode": "1113",
"canton": "Luxembourg-ville",
"settlement": "Luxembourg"
}
]
Error responses:
401: Not authenticated
404: No results found