[Car parking] get current situation of single carpark
Published on March 6, 2017
Transport for Luxembourg
Transport for Luxembourg is a project initiated by Thierry DEGELING and Daniel DUTON. As a proof of concept, they made a proxy API for Mobiliteit.lu at the Game of Code hackathon. After being awarded 3rd best team at the Hackathon, Digital Lëtzebuerg has given ION Network Solutions (employer of…
31 reuses
Informations
- Type
- API
- Topic
- Others
- ID
- 58bd519ccc765e194c8a7b02
Publication
Embed
Permalink
Description
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 1
Discussion between the organization and the community about this reuse.
More reuses
Discover more reuses.