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