Lists of postcodes in Luxembourg.
Permissions
- An API key is needed
Parameters
- No filter parameters available for this content type
Fields
| Name | Description | Variable name | Possible values |
| ID | ID of the postcode | id (mandatory) | Integer |
| Postcode | name of the postcode | postcode (mandatory) | String |
| Town | name the town in which the postcode is located | town_name | String |
| Commune | commune in which the postcode is located |
commune
|
|
Examples
https://eventsinluxembourg.lu/fr/api/1.1/towns?_format=json&api-key=xxx
[
{
"id":37238,
"country":"Luxembourg",
"country_code":"LU",
"geo_lng":6.161321,
"geo_lat":49.868788,
"postcode":"L-9217",
"region":"",
"town_name":"DIEKIRCH",
"commune":{
"id":"43986",
"name":"Diekirch"
}
},
{
"id":40009,
"country":"Luxembourg",
"country_code":"LU",
"geo_lng":6.2732,
"geo_lat":49.509862,
"postcode":"L-5632",
"region":"Luxembourg",
"town_name":"MONDORF-LES-BAINS",
"commune":{
"id":"43927",
"name":"Mondorf-les-Bains"
}
},
{
"id":41057,
"country":"Luxembourg",
"country_code":"LU",
"geo_lng":5.888386,
"geo_lat":49.526416,
"postcode":"L-4506",
"region":"Luxembourg",
"town_name":"DIFFERDANGE",
"commune":{
"id":"43912",
"name":"Differdange"
}
},
{
"id":42575,
"country":"Luxembourg",
"country_code":"LU",
"geo_lng":6.016856,
"geo_lat":49.62714,
"postcode":"L-8218",
"region":"Luxembourg",
"town_name":"MAMER",
"commune":{
"id":"43962",
"name":"Mamer"
}
},
{
"id":51127,
"country":"Luxembourg",
"country_code":"LU",
"geo_lng":5.922118,
"geo_lat":49.509582,
"postcode":4368,
"region":"Luxembourg",
"town_name":"BELVAUX",
"commune":{
"id":"43911",
"name":"Sanem"
}
},
...
]