[Stops] get all stops

Publié le 9 avril 2016

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

  • bus
  • geodata
  • geojson
  • mobiliteit
  • station
  • stoppoint
  • tfl
  • train

Informations

Type
API
Thématique
Autres
ID
570931d832cc22397dda4bcd

Publication

Intégrer sur votre site

URL stable

Description

The entire list of bus & train stops by Mobiliteit reformatted in geojson.

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

Access the API: https://api.tfl.lu/v1/StopPoint

Here's an example:

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [6.113204, 49.61028]
            },
            "properties": {
                "id": 200403005,
                "name": "Belair, Sacré-Coeur"
            }
        },
        ...
    ]
}

Jeux de données utilisés 0

Discussion entre l'organisation et la communauté à propos de cette réutilisation.

Plus de réutilisations

Découvrez davantage de réutilisations.