land_regions_counts
Retrieve counts for all 150 land regions, including sale status, ownership, listings, and pricing. Optionally filter by player to view their owned regions and staked DEC amounts for targeted land management.
Instructions
List the 150 region count rows returned by GET /land/regions/counts. The unscoped call returns {status: "success", data: []}, an empty list. When a player is named, the response still carries all 150 regions rather than only that player's regions. Each row contains region.uid, region.name, region.region_number, for_sale, owned, listed, min_price and dec_stake. owned and dec_stake are the named player's fields. An unknown name returned the 150-row shape with owned and dec_stake zero; behaviour for a known account with no holdings was not captured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player | No | ||
| rarity | No | ||
| status | No | ||
| geography | No | ||
| plot_type | No | ||
| magic_type | No | ||
| kingdom_type | No |