[Car parking] get current situation of single carpark
Published on March 6, 2017 by Transport for Luxembourg
Get current car parking situation from a single parking in Luxembourg.
Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Occupancy/CarPark/id.html
Access the API: https://api.tfl.lu/v1/Occupancy/CarPark/{ID}
Here's an example:
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [6.12217, 49.61583]
},
"properties": {
"id": "vdl:22",
"name": "Glacis",
"total": 1007,
"free": 72,
"trend": "down",
"meta": {
"open": true,
"elevator": false,
"link": "http://service.vdl.lu/export/circulation_guidageparking.php?vdl_f=detail&vdl_id=22",
"address": {
"street": "21 Allée Scheffer, L-2520 Luxembourg",
"exit": "Avenue de la Faïencerie, L-1510 Luxembourg.\r\nAllée Scheffer, L-2520 Luxembourg."
},
"phone": null,
"reserved_for_disabled": 6,
"reserved_for_women": 0,
"motorbike_lots": 11,
"bus_lots": 50,
"bicycle_docks": 10,
"payment_methods": {
"cash": true,
"vpay": false,
"visa": false,
"mastercard": false,
"eurocard": false,
"amex": false,
"call2park": true
},
"restrictions": {
"allowed_gpl": false,
"allowed_trailor": true,
"allowed_truck": true,
"max_height": null
}
}
}
}
Used datasets
Community contributions
Discussions
Discussion between the organization and the community about this dataset.