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