GET_getConsoleLeaderboard
| Parameter | Type | Description |
|---|---|---|
actId | str | The act ID |
region | str | Region to query. Valid values: ap, br, esports, eu, kr, latam, na |
platformType | str | The console platform. Valid values: playstation, xbox |
size | int | Number of entries to return (1–200). Defaults to 200 |
startIndex | int | Starting index for pagination. Defaults to 0 |
LeaderboardDto or dict
Raises: InvalidRegion, InvalidPlatformType, RiotAPIResponseError
Example
PlayStation and Xbox leaderboards are separate. For PC leaderboards, use
GET_getLeaderboard.
