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