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!

Attributes

Catalog of character attributes — the primary stats (Strength, Agility, Will, …) and every secondary modifier (armor, damage bonuses, speeds, utility). Each entry carries its in-game stat description, resolved in the requested locale, plus an is_percentage flag for value formatting and an attribute_group of primary or secondary. A few item-stat lines the game ships no description for fall back to a curated one-liner.

GET /v2/attributes

&group = Filter by attribute group
&locale = Resolve Text_* keys to translated strings (names, descriptions)
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.
&limit = Pagination
Options: 1 - 200
Default: 50
GET/v2/attributes

GET /v2/attributes/{id}

&id = Pick any attribute id from the list
&locale = Resolve Text_* keys to translated strings (names, descriptions)
Default: en

The single-attribute response also carries primary_items — the item archetypes that roll this attribute as a fixed primary stat. Each entry is { id, item_id, name }: the archetype id, a representative variant id (for its icon), and the resolved item name.