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

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
{
  "canton": "Redange",
  "country": "Luxembourg",
  "countryCode": "LU",
  "district": "Diekirch",
  "lat": 49.83054,
  "lng": 5.84892,
  "municipality": "Rambrouch",
  "postalCode": "8806",
  "settlement": "Rambrouch",
  "street": "Rue du Nord",
  "streetNumber": 1
}

Error responses

401: Not authenticated
404: No results found