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