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