Religions
Deity affinity tracks (Blythar, the Beggar, the Iron Lord, ...) — offerings cost gold, leveling up grants passive bonuses. Patch-aware (see Patches).
Endpoints
GET /v2/religions list
GET /v2/religions/{id} single religion
GET /v2/religions/{id}/icon → 302 redirect to the asset endpoint
Query parameters
| Name | Mode | Description |
|---|---|---|
id | exact | id.religion.<slug> |
name | substring | matches the display name |
min_order, max_order | range | filter by order index |
at_patch | version | time-travel |
branch | string | default main |
page, limit | pagination | default 25, max 250 |
Example
offering_lv_count is an int[] indexed by level — [1000, 1500, 2500, ...] means lv 1 costs 1000, lv 2 costs 1500, etc.