Autocomplete NL
Autocomplete a Dutch address.
Note: This is the documentation for the v2 API which is still in beta.
GET Example request:
https://api.pro6pp.nl/v2/autocomplete/nl?authKey=YOUR_AUTH_KEY&postalCode=1068NM&streetNumberAndPremise=461
This application gives the following result:
200: Location found
{
"country": "Nederland",
"countryCode": "NL",
"postalCode": "1068NM",
"settlement": "Amsterdam",
"street": "Pieter Calandlaan",
"streetNumber": 461,
"premise": "A",
"surfaceArea": 117,
"purposes": [
"woonfunctie"
],
"constructionYear": 1969,
"lat": 52.3534158,
"lng": 4.805014,
"neighbourhood": "Oosterdokseiland",
"district": "Nieuwmarkt/Lastage",
"BAGNumberId": "0363200000411387 ",
"BAGPublicSpaceId": "036330000000437 ",
"BAGPremiseId": "036310001209252 ",
"BAGResidenceId": "036301000077479 ",
"BAGType": "vbo"
}
Error responses
401: Not authenticated
404: No results found