Address details for Norway
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.
Note: Bolignummer/bruksenhetsnummer are currently not part of the Api, please contact us if you require them for your intergration.
Norwegian address "details" property example
{ "language": "no-NO", "address": { "country": "Norway", "locality": "Oslo", "street": "Karl Johans gate", "postcode": "0154", "building": "11", "buildingNumber": 11, "buildingNumberAddition": null }, "mailLines": [ "Karl Johans gate 11", "0154 Oslo" ], "location": { "latitude": 59.91199, "longitude": 10.746575, "precision": "Address" }, "isPoBox": false, "country": { "name": "Norway", "iso3Code": "NOR", "iso2Code": "NO" }, "details": { "norBuilding": { "number": 11, "addition": null, "validated": true }, "norStreet": { "name": "Karl Johans gate" }, "norLocality": { "name": "Oslo" }, "norMunicipality": { "name": "Oslo" } } }
Response property "details" for country code "NOR"
-
norBuilding:
struct
-
Norway 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
-
norStreet:
struct
-
Norway street details.
- Hide child parameters
-
name:
string
-
Name of the street
- Hide child parameters
-
norLocality:
struct
-
Norway locality details. (Postal area name)
- Hide child parameters
-
name:
string
-
Name of the postcode area.
- Hide child parameters
-
norMunicipality:
struct
-
Norway municipality details.
- Hide child parameters
-
name:
string
-
Name of the municipality.
- Hide child parameters