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