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