Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GMDNHEAD
Name
Maidenhead
Modes
elizabeth-line
Coordinates
51.51867, -0.72266
Checking for a TfL API key…
{
"id": "910GMDNHEAD",
"name": "Maidenhead",
"kind": "stopPoint",
"modes": [
"elizabeth-line"
],
"lineIds": [
"elizabeth"
],
"arrivalsStopIds": [
"910GMDNHEAD"
],
"aliasIds": [],
"lat": 51.518669,
"lon": -0.72266
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GMDNHEAD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GMDNHEAD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GMDNHEAD")