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!
Search
One query across the whole codex — items, monsters, skills, spells, perks, emotes, quests, maps, merchants, religions, classes, and containers. This is the endpoint behind the site's Ctrl K search.
GET /v2/search
The query is normalized to slug form (lowercase, separators → underscores) and matched as a substring per section; exact-prefix matches sort first. Matching runs against both canonical id slugs and localized display names (folded to slug shape) — so artifact names like illusory and quest titles like alchemist resolve even when the id doesn't contain the term. Results come back as one flat list:
{ type, id, name, subtitle } — items and monsters collapse to one row per archetype (the id is the archetype id); containers also carry their display slug. Item subtitles are the representative rarity; monsters their class; quests their giver.