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