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

In der Nähe AT

Return Austrian 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/at?authKey=YOUR_AUTH_KEY&postalCode=2301

Diese Anwendung führt zu folgendem Ergebnis:

200: postalcodes within range
[
  {
    "postalCode": "7000",
    "distance": 167,
    "lat": 47.84627,
    "lng": 16.5271
  }
]

Fehlerreaktionen

401: Not authenticated
404: No results found