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