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