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