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