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

Vorschlagen FR postalCode

Suggest a French 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/suggest/fr/postalCode/?authKey=YOUR_AUTH_KEY&postalCode=02620

Diese Anwendung führt zu folgendem Ergebnis:

200: Postal code suggestion(s) available
[
  {
    "commune": "Illzach",
    "department": "Haut-Rhin",
    "lat": 47.789888,
    "lng": 7.345693,
    "postalCode": "68110",
    "region": "Grand Est",
    "settlements": [
      "Illzach"
    ]
  }
]

Fehlerreaktionen

401: Not authenticated
404: No results found