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