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