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