quests
Merchant quest progress for the current character.
Actively re-queries the quest log rather than reading the cache.
Request
POST /api/v1/sessions/{accountKey}/actions/quests
Takes no arguments.
Response
`{ questLog }` — one entry per merchant.
| Field | Type | Meaning |
|---|---|---|
questLog[].flag | string | The quest's state, named rather than numeric. |
questLog[].quests[].missions[].progress | integer | How far along that mission is. |
Example response
{
"questLog": [
{
"merchant": "Weaponsmith",
"quests": [
{
"id": "Weaponsmith Quest 3",
"flag": "in_progress",
"missions": [ { "id": "Collect Iron Ore", "progress": 4 } ]
}
]
}
]
}
Errors
| Code | When |
|---|---|
action_failed | No character is in the lobby. |
See also
DarkerAPI is an independent project. It is not affiliated with, endorsed by or associated with IRONMACE Co., Ltd. or Valve Corporation. “Dark and Darker” and related marks belong to their respective owners.