1. Startpagina
  2. Ontwikkelaar API informatie
  3. Autocomplete DE

Autocomplete DE

Autocomplete a German address.

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

GET Voorbeeld request:

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

Deze aanvraag geeft het volgende resultaat:

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
}

Fout Antwoorden

401: Not authenticated
404: No results found

Beschikbare API-oproepen

Autocomplete

Op zoek naar onze v1 API documentatie?

v1 Documentatie