[Car parking] get current situation of single carpark
Publié le 6 mars 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 réutilisations
Informations
- Type
- API
- Thématique
- Autres
- ID
- 58bd519ccc765e194c8a7b02
Publication
Intégrer sur votre site
URL stable
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
}
}
}
}
Jeux de données utilisés 1
Discussion entre l'organisation et la communauté à propos de cette réutilisation.
Plus de réutilisations
Découvrez davantage de réutilisations.