-
[Line] get all lines of specific mode
Get all possible public transport lines of specific mode Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/Mode/mode.html Access the API: https://api.tfl.lu/v1/Line/Mode/{Mode} Here's an example: [{ "id": "2:C88---:CRE7100", "type": "train", "name": "CRE7100", "long_name": "Virton -…- 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": {…- API
- 1 dataset
- 0 followers
-
[Line] get stop points of specific public transport line
Get all stop points of specific public transport line Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/Id/stoppoints.html Access the API: https://api.tfl.lu/v1/Line/{ID}/StopPoints Here's an example: [ 200417034, 200417015, 200417017, 200417009, 200417013, 200417005, 200417016,…- 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
-
[Shared bikes] find stations around GPS coordinates
Find shared bike points based on gps coordinated and a radius. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/around.html Access the API: https://api.tfl.lu/v1/BikePoint/around/{lon}/{lat}/{radius} Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature",…- API
- 1 dataset
- 0 followers
-
[Line] get specific public transportation line
Get all possible public transport lines Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/id.html Access the API: https://api.tfl.lu/v1/Line/{ID} Here's an example: [{ "id": "3:RGTR--:689", "type": "bus", "name": "689", "long_name": "Hautbellain - Troisvierges, Gare" }, { "id":…- 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
-
[Line] get all lines with their routes
Get all possible public transport lines with their routes Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/Route/ Access the API: https://api.tfl.lu/v1/Line/Route Here's an example: [{ "id": "3:RGTR--:689", "type": "bus", "name": "689", "long_name": "Hautbellain - Troisvierges, Gare",…- 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":…- API
- 1 dataset
- 0 followers
-
[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] 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
-
[Line] get all lines
Get all possible public transport lines Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/ Access the API: https://api.tfl.lu/v1/Line Here's an example: [{ "id": "3:RGTR--:689", "type": "bus", "name": "689", "long_name": "Hautbellain - Troisvierges, Gare" }, { "id": "3:CFLBUS:185",…- API
- 1 dataset
- 0 followers
-
[Line] get all lines of specific mode with their routes
Get all possible public transport lines of specific mode with their routes Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/Mode/Mode/route.html Access the API: https://api.tfl.lu/v1/Line/Mode/{Mode}/Route Here's an example: [{ "id": "2:C88---:CRE7100", "type": "train", "name":…- API
- 1 dataset
- 0 followers