Locator Netherlands 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.
GET Example request:
https://api.pro6pp.nl/v2/locator/nl?authKey=YOUR_AUTH_KEY&targetPostalCodes=1012,%201018,%201000&postalCode=1011
This application gives the following result:
200: address available
[
{
"areacode": "020",
"distance": 0,
"lat": 52.37309,
"lng": 4.89477,
"municipality": "Amsterdam",
"postalCode": "1012",
"province": "Noord-Holland",
"settlement": "Amsterdam"
}
]
Error responses
401: Not authenticated
404: No results found