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