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

Autocomplete DE

Autocomplete a German address.

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

GET Example request:

https://api.pro6pp.nl/v2/autocomplete/de?authKey=YOUR_AUTH_KEY&postalCode=80935&settlement=M%C3%BCnchen&street=Freudstra%C3%9Fe&streetNumber=22

This application gives the following result:

200: Location found
{
  "country": "Germany",
  "countryCode": "DE",
  "lat": 51.06108,
  "lng": 13.71823,
  "municipality": "Dresden",
  "postalCode": "01067",
  "settlement": "Dresden",
  "state": "Sachsen",
  "street": "Am Bramschkontor",
  "streetNumber": 15
}

Error responses

401: Not authenticated
404: No results found