[Car parking] get current situation

Publié le 6 mars 2017

Voir la réutilisation

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

  • car
  • parking
  • tfl

Informations

Type
API
Thématique
Autres
ID
58bd5016cc765e1905362dd3

Publication

Intégrer sur votre site

URL stable

Description

Get current car parking situation from Luxembourg.

Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Occupancy/CarPark/

Access the API: https://api.tfl.lu/v1/Occupancy/CarPark

Here's an example:

{
    "type": "FeatureCollection",
    "features": [{
        "type": "Feature",
        "geometry": {
            "type": "Point",
            "coordinates": [6.1414, 49.6119]
        },
        "properties": {
            "id": "vdl:29",
            "name": "Brasserie",
            "total": 270,
            "free": 228,
            "trend": "down",
            "meta": {
                "open": true,
                "elevator": true,
                "link": "http://service.vdl.lu/export/circulation_guidageparking.php?vdl_f=detail&vdl_id=29",
                "address": {
                    "street": "2 rue Emile Mousel",
                    "exit": "2 rue Emile Mousel"
                },
                "phone": 26478290,
                "reserved_for_disabled": 4,
                "reserved_for_women": 0,
                "motorbike_lots": 4,
                "bus_lots": 0,
                "bicycle_docks": 0,
                "payment_methods": {
                    "cash": true,
                    "vpay": false,
                    "visa": true,
                    "mastercard": true,
                    "eurocard": true,
                    "amex": true,
                    "call2park": false
                },
                "restrictions": {
                    "allowed_gpl": true,
                    "allowed_trailor": true,
                    "allowed_truck": true,
                    "max_height": 2
                }
            }
        }
    }, {
        ...
    }]
}

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.