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

Suggest AT street

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/street/?authKey=YOUR_AUTH_KEY&settlement=Eisenstadt&street=Hauptstraße

This application gives the following result:

200: street suggestion(s) available
[
  {
    "lat": 47.84077851150947,
    "lng": 16.51691742877927,
    "postalCodes": [
      "7000"
    ],
    "settlement": "Eisenstadt",
    "street": "Albert Kollmann-Straße",
    "state": "Burgenland",
    "district": "Eisenstadt(Stadt)",
    "municipality": "Eisenstadt"
  }
]

Error responses

401: Not authenticated
404: No results found