Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GFNCHLYR
Name
Finchley Road & Frognal
Modes
overground
Coordinates
51.55011, -0.18358
Checking for a TfL API key…
{
"id": "910GFNCHLYR",
"name": "Finchley Road & Frognal",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay"
],
"arrivalsStopIds": [
"910GFNCHLYR"
],
"aliasIds": [],
"lat": 51.5501132,
"lon": -0.1835843
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GFNCHLYR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GFNCHLYR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GFNCHLYR")