Players

class clash_royale.aio.Players[source]

Bases: Resource

Async resource for player-related endpoints.

Check the players API docs for more detailed information about each endpoint.

async get(tag: str) Player[source]

Get player information by tag.

async get_battlelog(tag: str) list[Battle][source]

Get player’s battle log.

async get_upcoming_chests(tag: str) list[UpcomingChest][source]

Get player’s upcoming chests.