Address details for Luxembourg

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.

Luxembourg address "details" property example

{
    "language": "fr-LU",
    "address": {
        "country": "Luxembourg",
        "locality": "Esch-sur-Alzette",
        "street": "Ellergronn",
        "postcode": "4114",
        "building": "8",
        "buildingNumber": 8,
        "buildingNumberAddition": null
    },
    "mailLines": [
        "Ellergronn 8",
        "4114 Esch-sur-Alzette"
    ],
    "location": null,
    "isPoBox": false,
    "country": {
        "name": "Luxembourg",
        "iso3Code": "LUX"
    },
    "details": {
        "luxBuilding": {
            "number": 8,
            "addition": null,
            "validated": true
        },
        "luxStreet": {
            "name": "Ellergronn",
            "isPoBox": false
        },
        "luxCity": {
            "name": "Esch-sur-Alzette"
        },
        "luxMunicipality": {
            "name": "Esch-sur-Alzette"
        },
        "luxCanton": {
            "name": "ESCH-SUR-ALZETTE"
        }
    }
}

Response property "details" for country code "LUX"

luxBuilding: struct

Luxembourg building details.

Hide child parameters
number: int

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.

luxStreet: struct

Luxembourg street details.

Hide child parameters
name: string

Name of the street

isPoBox: boolean

Whether this street is a post office box or a regular street.

luxCity: struct

Luxembourg city details. (Luxembourgish: Uertschaften, French: localite, German: Ort)

Hide child parameters
name: string

Name of the city

luxMunicipality: struct

Luxembourg municipality details. (Luxembourgish: Gemeng, French: commune, German: Gemeinde)

Hide child parameters
name: string

Name of the municipality (commune).

luxCanton: struct

Luxembourg canton details. (Luxembourgish: Kanton, French: canton, German: Kanton)

Hide child parameters
name: string

Name of the canton.