[Stops] Search for stops by their name
Published on January 6, 2017 by Transport for Luxembourg
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"
}
}]
}
Used datasets
Community contributions
Discussions
Discussion between the organization and the community about this dataset.