Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUTBC
Name
Tooting Bec
Modes
tube
Coordinates
51.43562, -0.15972
Checking for a TfL API key…
{
"id": "940GZZLUTBC",
"name": "Tooting Bec",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern"
],
"arrivalsStopIds": [
"940GZZLUTBC"
],
"aliasIds": [],
"lat": 51.4356228,
"lon": -0.1597188
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUTBC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUTBC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUTBC")