You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get human-readable description of each challenge (this is available in game)
get the description of the challenge in another lang (ru, for ex.)
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.
The text was updated successfully, but these errors were encountered:
and7ey
changed the title
ClientLoginRequest
ClientLoginRequest detailed description needed
May 24, 2023
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
ru
, for ex.)fortniteapi.io lists the challenges in the following format -
but it is not user-specific and doesn't include daily challenges.
The text was updated successfully, but these errors were encountered: