Players

class clash_royale.Players[source]

Bases: Resource

Resource for player-related endpoints.

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

get(tag: str) Player[source]

Get player information by tag.

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

Get player’s battle log.

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

Get player’s upcoming chests.