1. Home
  2. Developer API information
  3. Nearby DK

Nearby DK

Return Danish postal codes within range of a given postal code

Note: This is the documentation for the v2 API which is still in beta.

GET Example request:

https://api.pro6pp.nl/v2/range/dk?authKey=YOUR_AUTH_KEY&postalCode=2200

This application gives the following result:

200: postalcodes within range
[
  {
    "postalCode": "1439",
    "distance": 335,
    "lat": 55.68657,
    "lng": 12.60884
  }
]

Error responses

401: Not authenticated
404: No results found