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