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