
[Stops] Search for stops by their name

Description
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": "Point",
"coordinates": [6.057903, 49.622199]
},
"properties": {
"id": 200901011,
"name": "Strassen, Schoenacht"
}
}]
}
Thématique
Autres
Type
API
Tags
Date de création
6 janvier 2017
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