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