-
Notifications
You must be signed in to change notification settings - Fork 2
Resource RegionResource
CrucifiedPain edited this page Jun 26, 2026
·
10 revisions
Endpoints: • region.getById • region.getRegionsObject
Get a single region by ID.
await client.region.get(region_id: 'str') -> 'Region'| Name | Type | Default |
|---|---|---|
region_id |
str |
*Required* |
Get all regions as a dict keyed by region ID.
await client.region.get_all() -> 'dict[str, Region]'Fetch multiple regions by ID concurrently using the auto-batcher.
await client.region.get_many(region_ids: 'list[str]') -> 'list[Region | None]'| Name | Type | Default |
|---|---|---|
region_ids |
list[str] |
*Required* |
Clear the SWR cache for all resources.
await client.region.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