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