LeleDerGrasshalmi / FortniteEndpointsDocumentation

Fortnite & Epic Games Unofficial API Documentation
233 stars 65 forks source link

Account's avatar #241

Closed Ricoroma closed 6 months ago

Ricoroma commented 7 months ago

hello/ recently i was thinking about how can i get account's avatar. so i found out that id depends on current skins, but i didn't found it neither in athena or common_core, nor in repo is there a way to get current skins?

Ricoroma commented 7 months ago

also i found EpicGames/GlobalService/Profile/RegionUpdate.md endpoint. does it require to make request with ip from chozen region, or u can just use it whenever you don't have a cooldown?

LeleDerGrasshalmi commented 6 months ago

also i found EpicGames/GlobalService/Profile/RegionUpdate.md endpoint. does it require to make request with ip from chozen region, or u can just use it whenever you don't have a cooldown?

you can just set the version to any of the values listed there.

LeleDerGrasshalmi commented 6 months ago

hello/ recently i was thinking about how can i get account's avatar. so i found out that id depends on current skins, but i didn't found it neither in athena or common_core, nor in repo is there a way to get current skins?

athena profile --> current loadout

Ricoroma commented 6 months ago

yep, i found it, but how should i interpret it? i searched in repo for 'loadout', but found only MCP's for clear, set and delete it so my question is, how from that string in athena profile get a picture

LeleDerGrasshalmi commented 6 months ago

gamefiles, or a third party api like https://fortnite-api.com

Ricoroma commented 6 months ago

unfortunately that api does not provide anything about it, some as https://fortniteapi.io/ sad but thanks anyway

LeleDerGrasshalmi commented 6 months ago

huh? those both provide cosmetics data

Ricoroma commented 6 months ago

that one you given privides data by cosmetic_id and im using it, but they offer nothing to do with string loadout unless there's a way of converting string loadout to cosmetic_ids

LeleDerGrasshalmi commented 6 months ago

what "string loadout"?

Ricoroma commented 6 months ago

'loadouts': ['adb4ee3e-a32d-4158-9e90-00abfb25956b'], 'loadout_presets': {'CosmeticLoadout:LoadoutSchema_Character': {'0': 'bb2dc815-af34-4b49-b240-aade2eddc0cb', '1': '4068b00e-69ed-4ad4-99b8-5f16699bcc5b'}, 'CosmeticLoadout:LoadoutSchema_Emotes': {'0': 'd8e13769-e2c9-46a5-a725-d06f0e04e3f4'}, 'CosmeticLoadout:LoadoutSchema_Platform': {'0': 'c56808e4-0afa-496f-9942-6f37779c8fb0', '1': '75a820e2-5ba5-4c80-a274-b6c435c33970'}}

this is what i found in athena profile

LeleDerGrasshalmi commented 6 months ago

those reference items in the profile, which contain the loadout data

Ricoroma commented 6 months ago

oh, i chechked and yes it does now thanks a lot