AccountDto
Returned byGET_getByPuuid, GET_getByRiotId, and GET_getByAccessToken.
| Field | Type | Description |
|---|---|---|
puuid | str | The player’s unique identifier |
gameName | str | None | The player’s in-game name (left of #) |
tagLine | str | None | The player’s tag line (right of #) |
ActiveShardDto
Returned byGET_getActiveShard.
| Field | Type | Description |
|---|---|---|
puuid | str | The player’s unique identifier |
game | str | The game identifier (always "val" for VALORANT) |
activeShard | str | The player’s active region (e.g., "na", "eu", "ap") |

