Quests

Quests with localized titles, descriptions, objectives, and rewards. List and detail responses include the complete quest record.

Missing localized titles fall back to a readable id-derived name. The name filter searches titles and canonical ids.

GET/v2/quests

nameoptional
Substring on the localized title or the canonical id (case-insensitive)
chapter_idoptional
Prerequisite chain pointer
Example
id.quest.tavern_master_01
is_repeatableoptional
Repeatable quests only
sortoptionalglobal
Sort by a field and direction. Use field:order, such as name:asc, or use asc or desc for the endpoint's default field.
localeoptionalglobal
Default
en
cursoroptionalglobal
Continue from the previous page. Pass the opaque pagination.next value unchanged. Omit it for the first page.
limitglobal
Accepted
1 - 200
Default
50

GET/v2/quests/{id}

idpath
Canonical quest id — pick from the list
localeoptionalglobal
Default
en

Returns the same shape as a list row. Objectives include type, count, target archetype, and any dungeon restrictions.

Reward entries include a type, count, and type-specific reference. Type slugs follow the game's reward enum and may expand in future patches.