Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
490013767B
Name
Trafalgar Square
Stop letter
B
Modes
bus
Coordinates
51.50764, -0.12954
Towards
Aldwych
Checking for a TfL API key…
{
"id": "490013767B",
"name": "Trafalgar Square",
"kind": "stopPoint",
"modes": [
"bus"
],
"lineIds": [
"139",
"23",
"9",
"N113",
"N15",
"N550",
"N551",
"N9"
],
"arrivalsStopIds": [
"490013767B"
],
"lat": 51.50764,
"lon": -0.12954,
"stopLetter": "B",
"towards": "Aldwych"
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("490013767B")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["490013767B"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("490013767B")