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

Bereik NL

Return Dutch postal codes within range of a given postal code

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

GET Voorbeeld request:

https://api.pro6pp.nl/v2/range/nl?authKey=YOUR_AUTH_KEY&postalCode=5621&precision=sixpp

Deze aanvraag geeft het volgende resultaat:

200: postalcodes within range
[
  {
    "postalCode": "1000",
    "distance": 0,
    "lat": 52.36483,
    "lng": 4.88942
  }
]

Fout Antwoorden

401: Not authenticated
404: No results found