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