Address details for France

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.

France address "details" property example

{
    "language": "fr-FR",
    "address": {
        "country": "France",
        "locality": "Paris",
        "street": "Rue du Faubourg Saint-Honoré",
        "postcode": "75008",
        "building": "55",
        "buildingNumber": 55,
        "buildingNumberAddition": null
    },
    "mailLines": [
        "55 Rue du Faubourg Saint-Honoré",
        "75008 Paris"
    ],
    "location": {
        "latitude": 48.87063,
        "longitude": 2.316931,
        "precision": "Address"
    },
    "isPoBox": false,
    "country": {
        "name": "France",
        "iso3Code": "FRA",
        "iso2Code": "FR"
    },
    "details": {
        "fraBuilding": {
            "number": 55,
            "addition": null,
            "validated": true
        },
        "fraStreet": {
            "name": "Rue du Faubourg Saint-Honoré",
            "postalName": "RUE DU FAUBOURG SAINT HONORE"
        },
        "fraMunicipality": {
            "name": "Paris",
            "postalName": "PARIS"
        },
        "fraDepartment": {
            "name": "Paris"
        },
        "fraRegion": {
            "name": "Île-de-France"
        }
    }
}

Response property "details" for country code "FRA"

fraBuilding: struct

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

fraStreet: struct

hide children French street details.

name: string

Name of the street

postalName: string

Postal name of the street according to AFNOR standard. (Maximum of 35 characters, ASCII, all capital letters)

fraMunicipality: struct

hide children French municipality details. (French commune)

name: string

Name of the municipality (commune)

postalName: string

Postal name of the municipality (commune) according to AFNOR standard. (Maximum of 35 characters, ASCII, all capital letters)

fraDepartment: struct

hide children French department details. (French département)

name: string

Name of the region (département).

fraRegion: struct

hide children French region details. (French région)

name: string

Name of the region (région).