Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLBPK
Name
Beckton Park
Modes
dlr
Coordinates
51.50876, 0.05494
Checking for a TfL API key…
{
"id": "940GZZDLBPK",
"name": "Beckton Park",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLBPK"
],
"aliasIds": [],
"lat": 51.5087601,
"lon": 0.0549426
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLBPK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLBPK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLBPK")