1. Zuhause
  2. Informationen zur Entwickler-API
  3. In der Nähe BE

In der Nähe BE

Return Belgium postal codes within range of a given postal code

Hinweis: Dies ist die Dokumentation für die v2-API, die sich noch im Beta-Stadium befindet.

GET Beispielanfrage:

https://api.pro6pp.nl/v2/range/be?authKey=YOUR_AUTH_KEY&postalCode=1000

Diese Anwendung führt zu folgendem Ergebnis:

200: postalcodes within range
[
  {
    "postalCode": "1035",
    "distance": 276,
    "lat": 50.8607,
    "lng": 4.35993
  }
]

Fehlerreaktionen

401: Not authenticated
404: No results found