Suggest Netherlands Street Responses
Suggest a Dutch address field.
Note: This is the documentation for the v2 API which is still in beta.
GET Example request:
https://api.pro6pp.nl/v2/suggest/nl/street?settlement=Amsterdam&authKey=YOUR_API_KEY
This application gives the following result:
200: street suggestion(s) available
[
{
"lat": 52.37175365871374,
"lng": 4.89826097843408,
"municipality": "Amsterdam",
"postalCodes": [
"1012BZ",
"1012CA"
],
"province": "Noord-Holland",
"settlement": "Amsterdam",
"street": "Bethaniënstraat"
}
]
Error responses
401: Not authenticated
404: No results found