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