
[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"
}
},
...
]
}
Thématique
Autres
Type
API
Tags
Date de création
9 avril 2016
Dernière mise à jour
24 juin 2025
0 jeu de données
Discussions
Il n'y a pas encore de discussion pour cette réutilisation.
4 réutilisations du même créateur
-
-
-
-
[Line] get all lines of specific mode with their routes
API
Publié le 6 mars 2017 par Transport for Luxembourg