
[Stops] find stops in a GPS coordinates bounding box

Description
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",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [6.101734, 49.528586]
},
"properties": {
"id": 220102013,
"name": "Bettembourg, Fankenacker"
}
}
...
]
}
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