Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLURSQ
Name
Russell Square
Modes
tube
Coordinates
51.52305, -0.12425
Checking for a TfL API key…
{
"id": "940GZZLURSQ",
"name": "Russell Square",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"piccadilly"
],
"arrivalsStopIds": [
"940GZZLURSQ"
],
"aliasIds": [],
"lat": 51.5230529,
"lon": -0.1242529
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLURSQ")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLURSQ"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLURSQ")