-
[Departures] get departures from a single stop
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":…- API
- 1 dataset
- 1 follower
-
Transitfeeds
Transitfeeds enables the visualisation and exploration of the GTFS feed for Luxembourg.- API
- 1 dataset
- 1 follower
-
[Journey planner] get journey from A to B
Get journey from A to B. Data is generated by OpenOV Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Journey/planner.html Access the API: https://api.tfl.lu/v1/Journey/{from}/to/{to} Here's an example: { "error": "null", "requestParameters": { "time": "14:07:40", "arriveBy": true,…- API
- 1 dataset
- 1 follower
-
[Stops] get all stops
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":…- API
- 1 dataset
- 3 followers
-
[Stops] find stations around GPS coordinates
Get bus & train stops by Mobiliteit based on gps coordinated and a radius in geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/StopPoint/around.html Access the API: https://api.tfl.lu/v1/StopPoint/around/:longitude/:latitude/:radius Here's an example: { "type": "FeatureCollection",…- API
- 1 dataset
- 1 follower