Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Line · dlr
Line ID
dlr
Name
DLR
Mode
dlr
line.getStatus
await client.line.getStatus({ lineIds: ["dlr"] })line.getRouteSequence
await client.line.getRouteSequence({
id: "dlr",
direction: "outbound",
})line.getStopPoints
await client.line.getStopPoints("dlr")