-
[Stops] get single stop
Get information about a single bus or train stop. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/StopPoint/id.html Access the API: https://api.tfl.lu/v1/StopPoint/200901011 Here's an example: { "type": "Feature", "geometry": { "type": "Point", "coordinates": [6.057903, 49.622199] },… -
European Alternative Fuels Observatory - Luxembourg country overview
The objective of the European Alternative Fuels Observatory is to be the one-stop-shop for all data and relevant information regarding alternative transport fuels in Europe.The Observatory is there to support the development of alternative transport fuels in Europe and assist the Member States… -
[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":… -
[Stops] find stops in a GPS coordinates bounding box
Get bus & train stops by Mobiliteit based on a bounding box in geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/StopPoint/box.html Access the API: https://api.tfl.lu/v1/StopPoint/box/:SWlongitude/:SWlatitude/:NElongitude/:NElatitude Here's an example: { "type":… -
Flex
Flex brings you back the flexibility and mobility that you need! It doesn't matter if you want to take a ride with your car, take the bus, ride a bike or take the train. Whatever you choose, Flex will be your companion. Be informed about nearby speed traps, police controls and parking places Check… -
[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":… -
[Stops] Search for stops by their name
Search for bus & train stops and get them returned as geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/StopPoint/ Access the API: https://api.tfl.lu/v1/StopPoint/Search/{query} Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": {… -
LuxDepart
Here is a small Android app that I have created. It uses the departures API from the "Verkéiersverbond" to show the next departures of a specific station. You could load stations around you by GPS and save your favorite stations to your favorite list. The app is published in the Google Play Store… -
[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,… -
[Departures] get a specific amount of departures from a single stop
Get a specific amount of departures from a bus or train stop. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/StopPoint/Departures/id-limit.html Access the API: https://api.tfl.lu/v1/StopPoint/Departures/{ID}/{limit} Here's an example: [{ "id": "1|5232|4|82|14022017", "type": "bus",… -
Transitfeeds
Transitfeeds enables the visualisation and exploration of the GTFS feed for Luxembourg. -
[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":…