Skip to content

ClientLoginRequest detailed description needed #132

@and7ey

Description

@and7ey

With ClientLoginRequest (https://github.com/MixV2/EpicResearch/blob/master/docs/mcp/profile/operations/ClientQuestLogin.md) I am able to get the list of user challenges.

Is there any way to

  1. get human-readable description of each challenge (this is available in game)
  2. get the description of the challenge in another lang (ru, for ex.)
  3. get the reward description

fortniteapi.io lists the challenges in the following format -

{
    "id": "Quest_S24_Weekly_W00_Q04",
    "name": "Нанесите противникам урон из 3 разных видов оружия в ходе одного матча",
    "description": "Нанесите противникам урон из 3 разных видов оружия в ходе одного матча",
    "shortDescription": "Многосторонность — залог превосходства на поле боя.",
    "categoryHeader": "1-я неделя",
    "enabled": true,
    "enabledDate": "2023-03-14 13:30:03+00:00",
    "parentQuest": null,
    "progressTotal": 3,
    "tags": [
        "ChallengeCategory.XP",
        "challengecategory.weekly.00.quest"
    ],
    "reward": {
        "xp": 12000,
        "items": []
    },
    "locations": []
}

but it is not user-specific and doesn't include daily challenges.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions