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