1. Zuhause
  2. Informationen zur Entwickler-API
  3. Standortbestimmung NL

Standortbestimmung NL

Return near postcodes from a postcode or lat/lng combination.

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

GET Beispielanfrage:

https://api.pro6pp.nl/v2/locator/nl?authKey=YOUR_AUTH_KEY&targetPostalCodes=1012,%201018,%201000&postalCode=1011

Diese Anwendung führt zu folgendem Ergebnis:

200: address available
[
  {
    "areacode": "020",
    "distance": 0,
    "lat": 52.37309,
    "lng": 4.89477,
    "municipality": "Amsterdam",
    "postalCode": "1012",
    "province": "Noord-Holland",
    "settlement": "Amsterdam"
  }
]

Fehlerreaktionen

401: Not authenticated
404: No results found

Verfügbare Länder

Niederlande

Suchen Sie unsere v1 API?

v1-Dokumentation