1. Home
  2. Developer API information
  3. Suggest DK postalCode

Suggest DK postalCode

Suggest a Danish address.

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

GET Example request:

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

This application gives the following result:

200: Postal code suggestion(s) available
[
  {
    "lat": 55.70611070113004,
    "lng": 12.57497805966099,
    "settlements": [
      "Hf. 4. Maj 1921",
      "Hf. Aldersro",
      "Hf. Blomsten",
      "Hf. Borgervænget",
      "Hf. Fremtiden",
      "Hf. Lersøg.Integra.",
      "Hf. Venners Lyst",
      "Hf. Øbro",
      "København Ø"
    ],
    "postalCode": "2100",
    "municipalities": [
      "Gentofte",
      "København"
    ],
    "province": [
      "Copenhagen"
    ],
    "region": [
      "Capital Region Denmark"
    ]
  }
]

Error responses

401: Not authenticated
404: No results found