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