1. Zuhause
  2. Informationen zur Entwickler-API
  3. Standortbestimmung Dänemark Antworten

Standortbestimmung Dänemark Antworten

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.

Beispielanfrage:

https://api.pro6pp.nl/v2/locator/dk?authKey=YOUR_AUTH_KEY&targetPostalCodes=4340,%204350,%204390&postalCode=4340

Diese Anwendung führt zu folgendem Ergebnis:

200: address available
[
  {
    "region": "Region Zealand",
    "distance": 5837,
    "lat": 55.58789900682004,
    "lng": 11.64920469454682,
    "province": "West and South Zealand",
    "municipality": "Sorø",
    "postalCode": "4350",
    "settlement": "Ugerløse"
  }
]

Fehlerreaktionen:

401: Not authenticated
404: No results found

Verfügbare Länder

Dänemark

Verfügbare API-Aufrufe

Locator

Suchen Sie unsere v1 API?

v1-Dokumentation