Vorschlagen Österreich Postleitzahl Antworten
Suggest a Austria address.
Hinweis: Dies ist die Dokumentation für die v2-API, die sich noch im Beta-Stadium befindet.
GET Beispielanfrage:
https://api.pro6pp.nl/v2/suggest/at/postalCode/?authKey=YOUR_AUTH_KEY&postalCode=8010
Diese Anwendung führt zu folgendem Ergebnis:
200: Postal code suggestion(s) available
[
{
"country": "Austria",
"countryCode": "AT",
"lat": 48.20876371425494,
"lng": 16.37048651497705,
"settlements": [
"Innere Stadt"
],
"postalCode": "1010",
"states": [
"Wien"
],
"districts": [
"Wien(Stadt)"
],
"municipalities": [
"Wien"
]
}
]
Fehlerreaktionen
401: Not authenticated
404: No results found