Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
490013766F
Name
Charing Cross Stn / Trafalgar Square
Stop letter
F
Modes
bus
Coordinates
51.50829, -0.12619
Towards
Euston Or St Paul's
Checking for a TfL API key…
{
"id": "490013766F",
"name": "Charing Cross Stn / Trafalgar Square",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"15",
"26",
"91",
"N15",
"N26",
"N550",
"N551",
"N91"
],
"arrivalsStopIds": [
"490013766F"
],
"lat": 51.50829,
"lon": -0.12619,
"stopLetter": "F",
"towards": "Euston Or St Paul's"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013766F")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013766F"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013766F")