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