Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBLG
Name
Bethnal Green
Modes
tube
Coordinates
51.52724, -0.05475
Checking for a TfL API key…
{
"id": "940GZZLUBLG",
"name": "Bethnal Green",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUBLG"
],
"aliasIds": [],
"lat": 51.5272449,
"lon": -0.054752
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBLG")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBLG"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBLG")