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

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

finStreet: struct

hide children Finland street details.

name: string

Name of the street

finLocality: struct

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

name: string

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

finMunicipality: struct

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

name: string

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

finRegion: struct

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

name: string

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