-
Notifications
You must be signed in to change notification settings - Fork 2
Resource TournamentResource
CrucifiedPain edited this page Jun 26, 2026
·
9 revisions
Endpoints: • tournament.getLastTournament • tournamentTeam.getById • tournamentTeam.getByTournamentId
Get the latest tournament details.
await client.tournament.get_last_tournament() -> 'Tournament'Get a tournament team by its ID.
await client.tournament.get_team_by_id(tournament_team_id: 'str') -> 'TournamentTeam'| Name | Type | Default |
|---|---|---|
tournament_team_id |
str |
*Required* |
Get all teams for a specific tournament.
await client.tournament.get_teams_by_tournament(tournament_id: 'str') -> 'list[TournamentTeam]'| Name | Type | Default |
|---|---|---|
tournament_id |
str |
*Required* |
Clear the SWR cache for all resources.
await client.tournament.invalidate_cache() -> 'None'- action_log
- alliance
- article
- battle
- battle_loot_summary
- battle_order
- battle_ranking
- company
- country
- donation
- election
- event
- game_config
- game_stat
- government
- inventory
- item_trading
- mercenary_contract_auction
- mu
- mu_member
- party
- ranking
- region
- round
- search
- tournament
- transaction
- upgrade
- user
- work
- work_offer
- worker