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

Suggest NL street

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.37175323275144,
    "lng": 4.89825977097989,
    "municipality": "Amsterdam",
    "postalCodes": [
      "1012BZ",
      "1012CA"
    ],
    "province": "Noord-Holland",
    "settlement": "Amsterdam",
    "street": "Bethaniënstraat"
  }
]

Error responses

401: Not authenticated
404: No results found