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