Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Data objects returned by account-related methods
GET_getByPuuid
GET_getByRiotId
GET_getByAccessToken
puuid
str
gameName
str | None
#
tagLine
account = await client.GET_getByRiotId("PlayerName", "NA1") print(f"{account.gameName}#{account.tagLine}") print(f"PUUID: {account.puuid}")
GET_getActiveShard
game
"val"
activeShard
"na"
"eu"
"ap"
shard = await client.GET_getActiveShard("player-puuid") print(f"Active region: {shard.activeShard}")