Shops
Cash-shop / cosmetic listings — the storefront the game UI renders. Patch-aware (see Patches).
Endpoints
GET /v2/shops list
GET /v2/shops/{id} single shop entry
GET /v2/shops/{id}/icon → 302 redirect to the asset endpoint
Query parameters
| Name | Mode | Description |
|---|---|---|
id | exact | id.shop.<slug> |
name | substring | matches the display name |
sales_channel | exact | EDCShopSalesChannelType::Shop, ::Exclusive, ... |
is_on_sale | bool | only entries with an active sale flag |
min_cash_price, max_cash_price | range | filter by listed cash price |
at_patch | version | time-travel |
branch | string | default main |
page, limit | pagination | default 25, max 250 |