Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
490013766E
Name
Charing Cross Stn / Trafalgar Square
Stop letter
E
Modes
bus
Coordinates
51.50804, -0.12649
Towards
Aldwych
Checking for a TfL API key…
{
"id": "490013766E",
"name": "Charing Cross Stn / Trafalgar Square",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"23",
"87",
"9",
"N155",
"N44",
"N87",
"N9"
],
"arrivalsStopIds": [
"490013766E"
],
"lat": 51.50804,
"lon": -0.12649,
"stopLetter": "E",
"towards": "Aldwych"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013766E")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013766E"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013766E")