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