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