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", "iso2Code": "DK" }, "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.
- Hide child parameters
-
dnkStreet:
struct
-
Denmark street details.
- Hide child parameters
-
name:
string
-
Name of the street
- Hide child parameters
-
dnkLocality:
struct
-
Denmark locality details. (Postal area name)
- Hide child parameters
-
name:
string
-
Name of the postcode area.
- Hide child parameters
-
dnkAdditionalCity:
struct or null
-
Denmark additional city details. (Danish: Supplerende Bynavn)
- Hide child parameters
-
name:
string
-
Name of the additional city. (Danish: Supplerende Bynavn)
- Hide child parameters