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