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