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