Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUHGR
Name
Hanger Lane
Modes
tube
Coordinates
51.53031, -0.29365
Checking for a TfL API key…
{
"id": "940GZZLUHGR",
"name": "Hanger Lane",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUHGR"
],
"aliasIds": [],
"lat": 51.5303098,
"lon": -0.2936453
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUHGR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUHGR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUHGR")