Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLKGV
Name
King George V
Modes
dlr
Coordinates
51.50201, 0.06235
Checking for a TfL API key…
{
"id": "940GZZDLKGV",
"name": "King George V",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLKGV"
],
"aliasIds": [],
"lat": 51.502006,
"lon": 0.0623526
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLKGV")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLKGV"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLKGV")