1. Zuhause
  2. Informationen zur Entwickler-API
  3. Vorschlagen LU postalCode

Vorschlagen LU postalCode

Suggest a Luxembourg address field.

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

GET Beispielanfrage:

https://api.pro6pp.nl/v2/suggest/lu/postalCode?postalCode=1&authKey=YOUR_AUTH_KEY

Diese Anwendung führt zu folgendem Ergebnis:

200: Postal code suggestion(s) available
[
  {
    "canton": "Luxembourg-ville",
    "district": "Luxembourg",
    "lat": 49.60102,
    "lng": 6.11657,
    "municipality": "Luxembourg",
    "postalCode": "1111",
    "settlements": [
      "Luxembourg"
    ]
  }
]

Fehlerreaktionen

401: Not authenticated
404: No results found