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