1. Startpagina
  2. Ontwikkelaar API informatie
  3. Suggest AT postalCode

Suggest AT postalCode

Suggest a Austria address.

Opmerking: Dit is de documentatie voor de v2 API die nog in beta is.

GET Voorbeeld request:

https://api.pro6pp.nl/v2/suggest/at/postalCode/?authKey=YOUR_AUTH_KEY&postalCode=8010

Deze aanvraag geeft het volgende resultaat:

200: Postal code suggestion(s) available
[
  {
    "lat": 48.20876371425494,
    "lng": 16.37048651497705,
    "settlements": [
      "Innere Stadt"
    ],
    "postalCode": "1010",
    "states": [
      "Wien"
    ],
    "districts": [
      "Wien(Stadt)"
    ],
    "municipalities": [
      "Wien"
    ]
  }
]

Fout Antwoorden

401: Not authenticated
404: No results found

Beschikbare API-oproepen

Op zoek naar onze v1 API documentatie?

v1 Documentatie