MixV2 / EpicResearch

Research about Epic Games' non-documented API
338 stars 82 forks source link

ClientLoginRequest detailed description needed #132

Open and7ey opened 1 year ago

and7ey commented 1 year ago

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.