[Departures] get departures from a single stop

Published on April 9, 2016

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

  • bus
  • departures
  • json
  • mobiliteit
  • mobility
  • tfl
  • train

Informations

Type
API
Topic
Others
ID
570932dcd1dd5f36519a6b0c

Publication

Embed

Permalink

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

Used datasets 0

Discussion between the organization and the community about this reuse.

More reuses

Discover more reuses.