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