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