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": [
        "8, Ellergronn",
        "L-4114 Esch-sur-Alzette"
    ],
    "location": {
        "latitude": 49.474718,
        "longitude": 5.975542,
        "precision": "Address"
    },
    "isPoBox": false,
    "country": {
        "name": "Luxembourg",
        "iso3Code": "LUX",
        "iso2Code": "LU"
    },
    "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

hide children Luxembourg building details.

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

hide children Luxembourg street details.

name: string

Name of the street

isPoBox: boolean

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

luxCity: struct

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

name: string

Name of the city

luxMunicipality: struct

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

name: string

Name of the municipality (commune).

luxCanton: struct

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

name: string

Name of the canton.