Address details for Denmark

This page describes only country specific information for the address details response. See get address details documentation for an overview of the address details request and response in general.

Danish address "details" property example

{
    "language": "da-DK",
    "address": {
        "country": "Denmark",
        "locality": "Rømø",
        "street": "Bornholmervej",
        "postcode": "6792",
        "building": "8",
        "buildingNumber": 8,
        "buildingNumberAddition": ""
    },
    "mailLines": [
        "Bornholmervej 8",
        "Kirkeby",
        "6792 Rømø"
    ],
    "location": {
        "latitude": 55.1096,
        "longitude": 8.539573,
        "precision": "Address"
    },
    "isPoBox": false,
    "country": {
        "name": "Denmark",
        "iso3Code": "DNK",
        "iso2Code": "DK"
    },
    "details": {
        "dnkBuilding": {
            "number": 8,
            "addition": "",
            "validated": true
        },
        "dnkStreet": {
            "name": "Bornholmervej"
        },
        "dnkLocality": {
            "name": "Rømø"
        },
        "dnkAdditionalCity": {
            "name": "Kirkeby"
        },
        "dnkMunicipality": {
            "id": "0550"
        }
    }
}

Response property "details" for country code "DNK"

dnkBuilding: struct

hide children Denmark building details.

number: int or null

The number for the building.

addition: string or null

The number addition for the building if available, null otherwise.

validated: boolean

Indication whether the building could be validated. When true it means that the combination of building number and building number addition exists.

dnkStreet: struct

hide children Denmark street details.

name: string

Name of the street

dnkLocality: struct

hide children Denmark locality details. (Postal area name)

name: string

Name of the postcode area.

dnkAdditionalCity: struct or null

hide children Denmark additional city details. (Danish: Supplerende Bynavn)

name: string

Name of the additional city. (Danish: Supplerende Bynavn)

dnkMunicipality: struct

hide children Denmark municipality details.

id: string

Municipality code. (Danish: Kommunekode)