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