Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLSTL
Name
Star Lane
Modes
dlr
Coordinates
51.52051, 0.00434
Checking for a TfL API key…
{
"id": "940GZZDLSTL",
"name": "Star Lane",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLSTL"
],
"aliasIds": [],
"lat": 51.5205083,
"lon": 0.0043357
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLSTL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLSTL"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLSTL")