-
[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
- 2 followers
-
[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
-
[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
-
[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
-
[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 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
-
[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
-
[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
-
[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
-
[Car parking] get current situation of single carpark
Get current car parking situation from a single parking in Luxembourg. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Occupancy/CarPark/id.html Access the API: https://api.tfl.lu/v1/Occupancy/CarPark/{ID} Here's an example: { "type": "Feature", "geometry": { "type": "Point", "coordinates":…- 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
-
[Car parking] get current situation
Get current car parking situation from Luxembourg. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Occupancy/CarPark/ Access the API: https://api.tfl.lu/v1/Occupancy/CarPark Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point",…- 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
-
[Weather] get current weather situation
Get current weather situation from Findel. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Weather/ Access the API: https://api.tfl.lu/v1/Weather Here's an example: { "coord": { "lat": 49.627688, "lon": 6.223234 }, "weather": [{ "id": null, "main": null, "description": "Nuageux", "icon":…- API
- 1 dataset
- 1 follower
-
[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
-
[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
-
[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
-
[Line] get route of specific public transportation line
Get route of specific public transport line Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Line/Route/line.html Access the API: https://api.tfl.lu/v1/Line/{ID} Here's an example: { "id": "3:CFLBUS:192", "type": "bus", "name": "192", "long_name": "Kirchberg, Rehazenter - Hassel, Küneftchen",…- 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
No results found