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

Bereik LU

Return Luxembourg 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/lu?authKey=YOUR_AUTH_KEY&postalCode=2533

Deze aanvraag geeft het volgende resultaat:

200: postalcodes within range
[
  {
    "postalCode": "8805",
    "distance": 133,
    "lat": 49.82873,
    "lng": 5.84742
  }
]

Fout Antwoorden

401: Not authenticated
404: No results found