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