
[Stops] get all stops

Description
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": "Point",
"coordinates": [6.113204, 49.61028]
},
"properties": {
"id": 200403005,
"name": "Belair, Sacré-Coeur"
}
},
...
]
}
Topic
Others
Type
API
Tags
Creation date
April 9, 2016
Last update
June 24, 2025
0 used datasets
Discussions
There are no discussions for this reuse yet.
4 reuses from the same creator
-
-
-
-
[Line] get all lines of specific mode with their routes
API
Published on March 6, 2017 by Transport for Luxembourg