Address details for Finland

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.

Finnish address "details" property example

{
    "language": "fi-FI",
    "address": {
        "country": "Finland",
        "locality": "Helsinki",
        "street": "Mannerheimintie",
        "postcode": "00100",
        "building": "34",
        "buildingNumber": 34,
        "buildingNumberAddition": null
    },
    "mailLines": [
        "Mannerheimintie 34",
        "00100 Helsinki"
    ],
    "location": {
        "latitude": 60.174943,
        "longitude": 24.931744,
        "precision": "Address"
    },
    "isPoBox": false,
    "country": {
        "name": "Finland",
        "iso3Code": "FIN",
        "iso2Code": "FI"
    },
    "details": {
        "finBuilding": {
            "number": 34,
            "addition": null,
            "validated": true
        },
        "finStreet": {
            "name": "Mannerheimintie"
        },
        "finLocality": {
            "name": "Helsinki"
        },
        "finMunicipality": {
            "name": "Helsinki"
        },
        "finRegion": {
            "name": "Uusimaa"
        }
    }
}

Response property "details" for country code "FIN"

finBuilding: struct

Finland 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.

finStreet: struct

Finland street details.

Hide child parameters
name: string

Name of the street

finLocality: struct

Finland locality (Postal area) details. (Finnish: postinumeroalue, Swedish: postnummerområde)

Hide child parameters
name: string

Name of the postcode area. (Finnish: postinumeroalue, Swedish: postnummerområde)

finMunicipality: struct

Finland municipality details. (Finnish: kunta, Swedish: kommun)

Hide child parameters
name: string

Name of the municipality. (Finnish: kunta, Swedish: kommun)

finRegion: struct

Finland region details. (Finnish: maakunta, Swedish: landskap)

Hide child parameters
name: string

Name of the region. (Finnish: maakunta, Swedish: landskap)