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
nameoptionalSubstring on the localized title or the canonical id (case-insensitive)
chapter_idoptionalPrerequisite chain pointer
is_repeatableoptionalRepeatable quests only
sortoptionalglobalSort by a field and direction. Use
field:order, such as name:asc, or use asc or desc for the endpoint's default field.localeoptionalglobalcursoroptionalglobalContinue from the previous page. Pass the opaque
pagination.next value unchanged. Omit it for the first page.limitglobalGET/v2/quests/{id}
idpathCanonical quest id — pick from the list
localeoptionalglobalReturns 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.