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