Address details for Luxembourg
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", "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
-
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.
- Hide child parameters
-
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.
- Hide child parameters
-
luxCity:
struct
-
Luxembourg city details. (Luxembourgish: Uertschaften, French: localite, German: Ort)
- Hide child parameters
-
name:
string
-
Name of the city
- Hide child parameters
-
luxMunicipality:
struct
-
Luxembourg municipality details. (Luxembourgish: Gemeng, French: commune, German: Gemeinde)
- Hide child parameters
-
name:
string
-
Name of the municipality (commune).
- Hide child parameters
-
luxCanton:
struct
-
Luxembourg canton details. (Luxembourgish: Kanton, French: canton, German: Kanton)
- Hide child parameters
-
name:
string
-
Name of the canton.
- Hide child parameters