Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GWAPPING
Name
Wapping
Modes
overground
Coordinates
51.50443, -0.05602
Checking for a TfL API key…
{
"id": "910GWAPPING",
"name": "Wapping",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"windrush"
],
"arrivalsStopIds": [
"910GWAPPING"
],
"aliasIds": [],
"lat": 51.5044344,
"lon": -0.0560206
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GWAPPING")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GWAPPING"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GWAPPING")