Achievements

GET /v2/achievements
GET /v2/achievements/{id}

Wiki-surfaced achievements — Arena, Class, Coreplay, HighRoller, Event, Feat, Community, Item categories.

List

curl 'https://api.darkerdb.com/v2/achievements?category=arena&limit=5'

Filters

NameOpDescription
categoryexactarena, class, community, coreplay, event, feat, highroller, item
id_likesubstringid substring search
archetypeexactfamily slug
sortenumasc (default) or desc
limitintdefault 50, max 200
cursorstringfrom prior response's next

Response

Cursor-paginated envelope: { count, limit, sort, next, rows }. Each row carries id, name, description, category, icon (when an asset is indexed), plus a payload blob for the raw upstream shape.

Get

curl 'https://api.darkerdb.com/v2/achievements/id.achievement.arena_01'

404 on unknown id.