-
[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": { "type":…- API
- 1 dataset
- 0 followers
-
[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": "FeatureCollection",…- API
- 1 dataset
- 0 followers
-
[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] },…- API
- 1 dataset
- 0 followers
-
[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",…- API
- 1 dataset
- 0 followers