Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLRVC
Name
Royal Victoria
Modes
dlr
Coordinates
51.50912, 0.01759
Checking for a TfL API key…
{
"id": "940GZZDLRVC",
"name": "Royal Victoria",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLRVC"
],
"aliasIds": [
"HUBRVC"
],
"lat": 51.5091168,
"lon": 0.0175913
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLRVC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLRVC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLRVC")