Autocomplete LU
Autocomplete a Luxembourg address.
Note: This is the documentation for the v2 API which is still in beta.
GET Example request:
https://api.pro6pp.nl/v2/autocomplete/lu?authKey=YOUR_AUTH_KEY&postalCode=5499&street=Am%20Gaa&streetNumber=5
This application gives the following result:
200: Location found
{
"country": "Luxembourg",
"countryCode": "LU",
"lat": 49.61997222490228,
"lng": 6.39620909139201,
"postalCode": "5499",
"settlement": "Dreiborn",
"street": "Am Gaa",
"streetNumber": 5
}
Error responses
401: Not authenticated
404: No results found