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