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