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