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!

Market

Live marketplace listings captured from the in-game trade-market — each listing carries the patch it was observed under.

GET /v2/market

&item_id = Canonical item id
Example: id.item.potion_health
&archetype = Item archetype slug
Example: potionhealth
&rarity = Item rarity
&seller = Seller display name
Example: Nuak
&price = Listing price
&price_per_unit = Per-unit price
&quantity = Stack size
&loot_state = Loot state
Example: looted
&primary[...] = Primary attribute filter, e.g. primary[weapon_damage]=>=40. Repeatable; filters AND together.
&secondary[...] = Secondary attribute filter, e.g. secondary[agility]=2:5
&from = Timestamp
Notes: Checks against the created_at timestamp.
&to = Timestamp
Notes: Checks against the created_at timestamp.
&has_sold =
&has_expired =
&has_cancelled =
&locale = Localization
Default: en
&cursor = Pagination
&page = Pagination
&limit = Pagination
Options: 1 - 250
Default: 25

GET /v2/market/{id}

Single listing by surrogate id — the value returned in each row of the list endpoint above. Listings are ephemeral, so any given id ages out as the market turns over; grab a current one from /v2/market if this example has expired.

GET/v2/market/{id}