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