1. Home
  2. Developer API information
  3. Autocomplete AT

Autocomplete AT

Autocomplete 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/autocomplete/be?authKey=YOUR_AUTH_KEY&postalCode=1010&street=abrahamasanctaclaragasse&streetNumber=1

This application gives the following result:

200: Location found
{
  "country": "Austria",
  "countryCode": "AT",
  "lat": 47.84627096570542,
  "lng": 16.52709887583572,
  "settlement": "Eisenstadt",
  "state": "Burgenland",
  "district": "Eisenstadt(Stadt)",
  "municipality": "Eisenstadt",
  "postalCode": "7000",
  "street": "Albert Kollmann-Straße",
  "streetNumber": 7
}

Error responses

401: Not authenticated
404: No results found