-
Notifications
You must be signed in to change notification settings - Fork 2
Resource RoundResource
CrucifiedPain edited this page Jun 26, 2026
·
9 revisions
Endpoints: • round.getById • round.getLastHits
Get a battle round by ID.
await client.round.get(round_id: 'str') -> 'Round'| Name | Type | Default |
|---|---|---|
round_id |
str |
*Required* |
Get the most recent hits in a battle round.
await client.round.get_last_hits(round_id: 'str') -> 'list[Hit]'| Name | Type | Default |
|---|---|---|
round_id |
str |
*Required* |
Fetch multiple rounds by ID concurrently using the auto-batcher.
await client.round.get_many(round_ids: 'list[str]') -> 'list[Round | None]'| Name | Type | Default |
|---|---|---|
round_ids |
list[str] |
*Required* |
Clear the SWR cache for all resources.
await client.round.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