LeleDerGrasshalmi / FortniteEndpointsDocumentation

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

PR Points #232

Closed ricoroma2 closed 7 months ago

ricoroma2 commented 7 months ago

hello i have a few questions 1) does the api provide information about account's PR points? 2) i asked 2 weeks back about StatsProxy and forgot about it, sry. about that issue: i have a misunderstanding on how should i interpret given stats. what i see is some keys which don't give me any information about values (i know nothing about fortnite, sry). so is there anywhere a way to understand, what i am receiving? You said "well, you can interpret them by grouping my playlist", so what is it?

about "what do you mean with battle pass stats?": i meant the BP lvl in each season

LeleDerGrasshalmi commented 7 months ago
  1. Power Ranking Points do not actually exist from epic games side, they are a virtual thing from fortnite tracker
  2. if you dont know nothing about fortnite i dont see why you are doing that stuff
ricoroma2 commented 7 months ago

i am doing that stuff cause im coder and i have to :(

LeleDerGrasshalmi commented 7 months ago

if you look at the structure you can see how you can group it

ricoroma2 commented 7 months ago

'stats': {'br_matchesplayed_touch_m0_playlist_tutorial_1': 2, 'br_score_touch_m0_playlist_bots_defaultsolo': 27, 'br_minutesplayed_touch_m0_playlist_bots_defaultsolo': 2, 'br_kills_touch_m0_playlist_tutorial_1': 2, 'br_minutesplayed_touch_m0_playlist_tutorial_1': 14, 'br_lastmodified_touch_m0_playlist_bots_defaultsolo': 1589141752, 'br_score_touch_m0_playlist_tutorial_1': 306, 's11_social_bp_level': 326, 'br_lastmodified_touch_m0_playlist_tutorial_1': 1589140859, 'br_playersoutlived_touch_m0_playlist_bots_defaultsolo': 12, 'br_matchesplayed_touch_m0_playlist_bots_defaultsolo': 1, 'br_playersoutlived_touch_m0_playlist_tutorial_1': 2}

so i have this dict for example, first key 'br_matchesplayed_touch_m0_playlist_tutorial_1' how should i split it?

LeleDerGrasshalmi commented 7 months ago

You are the dev, this repo just documents the endpoints.

I showed you what is contained above

ricoroma2 commented 7 months ago

ok, thanks anyway and still a question: where can i find BP levels?

LeleDerGrasshalmi commented 7 months ago

in your athena profile https://github.com/LeleDerGrasshalmi/FortniteEndpointsDocumentation/blob/main/Fortnite/MCP/README.md

ricoroma2 commented 7 months ago

thanks