[Car parking] get current situation

Published on March 6, 2017

See the reuse

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

  • car
  • parking
  • tfl

Informations

Type
API
Topic
Others
ID
58bd5016cc765e1905362dd3

Publication

Embed

Permalink

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
                }
            }
        }
    }, {
        ...
    }]
}

Used datasets 1

Discussion between the organization and the community about this reuse.

More reuses

Discover more reuses.