1. Home
  2. Developer API information
  3. Suggest NL postalCode

Suggest NL postalCode

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/postalCode?postalCode=1&authKey=YOUR_AUTH_KEY

This application gives the following result:

200: Postal code suggestion(s) available
[
  {
    "lat": 52.3795,
    "lng": 4.90127,
    "municipality": "Amsterdam",
    "postalCode": "1012AA",
    "province": "Noord-Holland",
    "settlement": "Amsterdam"
  }
]

Error responses

401: Not authenticated
404: No results found