Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLPRE
Name
Prince Regent
Modes
dlr
Coordinates
51.50948, 0.03315
Checking for a TfL API key…
{
"id": "940GZZDLPRE",
"name": "Prince Regent",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLPRE"
],
"aliasIds": [],
"lat": 51.5094778,
"lon": 0.0331521
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLPRE")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLPRE"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLPRE")