1. Home
  2. Developer API information
  3. Suggest AT postalCode

Suggest AT postalCode

Suggest a Austria address.

Note: This is the documentation for the v2 API which is still in beta.

GET Example request:

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

This application gives the following result:

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

Error responses

401: Not authenticated
404: No results found