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!

Merchants

Merchant NPCs — the Alchemist, Blacksmith, Treasurer, Cleric, etc. Each row carries the localized name and the quest_chapter_ids the merchant gates. Use the religion filter to scope to the merchants tied to a specific deity. Always reflects the current patch.

GET /v2/merchants

&name = Substring on the localized name or the canonical id (case-insensitive)
Example: alchemist
&religion_id = Filter merchants tied to a religion id
Example: id.religion.blythar
&service_type = Merchants offering this capability
&sort = `field:order` or `asc|desc` (default field per endpoint)
&locale = Localization
Default: en
&cursor = Opaque cursor from the previous response's `pagination.next`; omit for the first page.
&limit = Pagination
Options: 1 - 200
Default: 50

GET /v2/merchants/{id}

&id = Canonical merchant id — pick from the list
&locale = Localization
Default: en

quest_chapter_ids pivots to the consolidated /quests endpoint via ?chapter_id=….