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": "Deutschland",
"countryCode": "DE",
"district": "Landkreis Tuttlingen",
"lat": 48.2045561,
"lng": 11.5604941,
"postalCode": "80935",
"premise": "A",
"settlement": "München",
"state": "Oberbayern",
"street": "Freudstraße",
"streetNumber": 22
}
Error responses
401: Not authenticated
404: No results found