[Departures] get departures from a single stop

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
  • departures
  • json
  • mobiliteit
  • mobility
  • tfl
  • train

Informations

Type
API
Thématique
Autres
ID
570932dcd1dd5f36519a6b0c

Publication

Intégrer sur votre site

URL stable

Description

Get departures from a bus or train stop.

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

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

Here's an example:

[{
    "id": "1|5232|4|82|14022017",
    "type": "bus",
    "trainId": null,
    "line": "13",
    "number": 1123,
    "departure": 1487086020,
    "delay": 0,
    "live": true,
    "departureISO": "2017-02-14T16:27:00+01:00",
    "destination": "Luxembourg/Strassen, Centre Hospitalier",
    "destinationId": 200405008
}, {
    "id": "1|5776|0|82|14022017",
    "type": "bus",
    "trainId": null,
    "line": "9",
    "number": 2660,
    "departure": 1487086020,
    "delay": 0,
    "live": true,
    "departureISO": "2017-02-14T16:27:00+01:00",
    "destination": "Cents, Waassertuerm",
    "destinationId": 200406019
}, {
    ...
}]

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.