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