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

In der Nähe FR

Return French 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/fr?authKey=YOUR_AUTH_KEY&postalCode=93170

Diese Anwendung führt zu folgendem Ergebnis:

200: postalcodes within range
[
  {
    "postalCode": "68110",
    "distance": 0,
    "lat": 47.78989,
    "lng": 7.34569
  }
]

Fehlerreaktionen

401: Not authenticated
404: No results found