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