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