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