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