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