1. Startpagina
  2. Ontwikkelaar API informatie
  3. Locatiezoeker NL

Locatiezoeker NL

Return near postcodes from a postcode or lat/lng combination.

Opmerking: Dit is de documentatie voor de v2 API die nog in beta is.

GET Voorbeeld request:

https://api.pro6pp.nl/v2/locator/nl?authKey=YOUR_AUTH_KEY&targetPostalCodes=1012,%201018,%201000&postalCode=1011

Deze aanvraag geeft het volgende resultaat:

200: address available
[
  {
    "areacode": "020",
    "distance": 0,
    "lat": 52.37309,
    "lng": 4.89477,
    "municipality": "Amsterdam",
    "postalCode": "1012",
    "province": "Noord-Holland",
    "settlement": "Amsterdam"
  }
]

Fout Antwoorden

401: Not authenticated
404: No results found

Beschikbare landen

Nederland

Op zoek naar onze v1 API documentatie?

v1 Documentatie