GET StopPoint/{ID}
Returns a single bus and/or train stop requested by the ID parameter.
Parameters
Parameter | Example value | Description |
---|---|---|
id | 200901011 |
Id integer of train and/or bus stop as found in GET /StopPoint |
Resource URL
https://api.tfl.lu/v1/StopPoint/{ID}
Format
The response will be formatted as a GeoJSON Feature.
Object properties
Key | Type | Possible values | Description |
---|---|---|---|
id | integer |
{id} |
id of bus and/or train stop |
name | string |
{name} |
name of bus and/or train stop (used for search) |
Sample request & response
GET https://api.tfl.lu/v1/StopPoint/200901011
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [6.057903, 49.622199]
},
"properties": {
"id": 200901011,
"name": "Strassen, Schoenacht"
}
}
License
Please refer to StopPoint for information about the train and bus stop data licensing.
Credits
Made by Daniel Duton & Thierry Degeling from ION Network Solutions.
Sponsored by Digital Lëtzebuerg.