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