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