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": "dk-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"
    },
    "details": {
        "dnkBuilding": {
            "number": 8,
            "addition": "",
            "validated": true
        },
        "dnkStreet": {
            "name": "Bornholmervej"
        },
        "dnkLocality": {
            "name": "Rømø"
        },
        "dnkAdditionalCity": {
            "name": "Kirkeby"
        }
    }
}

Response property "details" for country code "DNK"

dnkBuilding: struct

Denmark building details.

Hide child parameters
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

Denmark street details.

Hide child parameters
name: string

Name of the street

dnkLocality: struct

Denmark locality details. (Postal area name)

Hide child parameters
name: string

Name of the postcode area.

dnkAdditionalCity: struct or null

Denmark additional city details. (Danish: Supplerende Bynavn)

Hide child parameters
name: string

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