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