Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GWLTHQRD
Name
Walthamstow Queens Road
Modes
overground
Coordinates
51.58152, -0.02376
Checking for a TfL API key…
{
"id": "910GWLTHQRD",
"name": "Walthamstow Queens Road",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"suffragette"
],
"arrivalsStopIds": [
"910GWLTHQRD"
],
"aliasIds": [],
"lat": 51.5815237,
"lon": -0.0237594
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GWLTHQRD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GWLTHQRD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GWLTHQRD")