qlaffont / fortnite-api

Fortnite API, Get Stats, News And Status
https://twitter.com/qlaffont
MIT License
354 stars 86 forks source link

Season data #106

Closed RayzonDE closed 6 years ago

RayzonDE commented 6 years ago

How can I get the season data like fortnitetracker or this api https://fortniteapi.com/docs/open/4 ?

Do someone know how the endpoint for season stats is?

RobertoGraham commented 6 years ago

It's counter-intuitive but if you change alltime to weekly here you will get stats for the current season only https://github.com/qlaffont/fortnite-api/blob/master/tools/endpoint.js#L26

RayzonDE commented 6 years ago

Lol I already know the weekly method but didn't know that this returns the season data. Thank you :D but why is that named weekly if it returns the season data? ^^

RobertoGraham commented 6 years ago

Probably some EpicGames tech debt that they aren't arsed enough to address

RayzonDE commented 6 years ago

Can I get the alltime and weekly data in one request?

qlaffont commented 6 years ago

@RobertoGraham you can make a pull request if you want ;). @RayzonDE no, because it's 2 HTTP requests.