Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUSWF
Name
South Woodford
Modes
tube
Coordinates
51.59178, 0.02743
Checking for a TfL API key…
{
"id": "940GZZLUSWF",
"name": "South Woodford",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUSWF"
],
"aliasIds": [],
"lat": 51.5917798,
"lon": 0.0274276
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUSWF")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUSWF"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUSWF")