Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GRTHERHI
Name
Rotherhithe
Modes
overground
Coordinates
51.50082, -0.05197
Checking for a TfL API key…
{
"id": "910GRTHERHI",
"name": "Rotherhithe",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"windrush"
],
"arrivalsStopIds": [
"910GRTHERHI"
],
"aliasIds": [],
"lat": 51.5008237,
"lon": -0.0519666
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GRTHERHI")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GRTHERHI"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GRTHERHI")