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