quests

Merchant quest progress for the current character.

Actively re-queries the quest log rather than reading the cache.

In Session & character.

Request

POST /api/v1/sessions/{accountKey}/actions/quests

Takes no arguments.

Response

`{ questLog }` — one entry per merchant.

FieldTypeMeaning
questLog[].flagstringThe quest's state, named rather than numeric.
questLog[].quests[].missions[].progressintegerHow 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

CodeWhen
action_failedNo 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.