1. Zuhause
  2. Informationen zur Entwickler-API
  3. Autovervollständigen LU

Autovervollständigen LU

Autocomplete a Luxembourg address.

Hinweis: Dies ist die Dokumentation für die v2-API, die sich noch im Beta-Stadium befindet.

GET Beispielanfrage:

https://api.pro6pp.nl/v2/autocomplete/lu?authKey=YOUR_AUTH_KEY&postalCode=5499&street=Am%20Gaa&streetNumber=5

Diese Anwendung führt zu folgendem Ergebnis:

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
}

Fehlerreaktionen

401: Not authenticated
404: No results found