-
[Shared bikes] get all stations
Get all shared bike points as geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/ Access the API: https://api.tfl.lu/v1/BikePoint Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [5.98276,…- API
- 1 dataset
- 0 followers
-
[Shared bikes] find stations in a GPS coordinates bounding box
Get shared bike points as geojson based on a GPS bounding box. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/box.html Access the API: https://api.tfl.lu/v1/BikePoint/box/{swLon}/{swLat}/{neLon}/{neLat} Here's an example: { "type": "FeatureCollection", "features": [{ "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
-
[Shared bikes] get single station
Get single shared bike point as geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/id.html Access the API: https://api.tfl.lu/v1/BikePoint/{ID} Here's an example: { "type": "Feature", "geometry": { "type": "Point", "coordinates": [5.98276, 49.49473] }, "properties": { "id":…- API
- 1 dataset
- 0 followers
-
[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