Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
490013767X
Name
Northumberland Avenue / Trafalgar Square
Stop letter
X
Modes
bus
Coordinates
51.50716, -0.12673
Towards
Aldwych
Checking for a TfL API key…
{
"id": "490013767X",
"name": "Northumberland Avenue / Trafalgar Square",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"91",
"N91",
"N97"
],
"arrivalsStopIds": [
"490013767X"
],
"lat": 51.50716,
"lon": -0.12673,
"stopLetter": "X",
"towards": "Aldwych"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013767X")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013767X"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013767X")