Explore the
DarkerDB API documentation, your gateway to harnessing Dark and Darker game data. Use our APIs to track in-game market trends, analyze live player stats, and access detailed item data, including stats, descriptions, and market data. Download game assets like item icons to enhance your apps or generate interactive tooltips. Feel free to get in touch with us in our Discord for support or to request new features or data!
Religions
Deity affinity tracks (Blythar, the Beggar, the Iron Lord, ...). Offerings cost gold; leveling up grants passive bonuses. offering_lv_count is an int[] indexed by level — [1000, 1500, 2500, ...] means lv 1 costs 1000, lv 2 costs 1500, etc. Always reflects the current patch.
GET /v2/religions
&locale = Resolve Text_* keys to translated strings (names, flavor, enum labels)
Default: en
&sort = `field:order` or `asc|desc` (default field per endpoint)
&cursor = Opaque cursor from the previous response's `pagination.next`; omit for the first page.
GET /v2/religions/{id}
&id = Pick any religion id from the list
GET /v2/religions/{id}/icon
&id = Pick any religion id from the list
&dpr = Icon transforms — pixel-density multiplier (1, 2, or 3). Combine with size for retina renders.
&bg = Icon transforms — background fill (#RRGGBB, #RRGGBBAA, or transparent).
Example: #000000 or transparent