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
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
I first thought that they are tracking changes in the stats and update on every change, but they also know the mode of the game (Creative, Arena Trios, etc..) so I think they can't just extract it from the stats.
Thank you!
The text was updated successfully, but these errors were encountered:
Actually, we don't have it. For me, they check every 5 min new stats. If it's changed, it will be saved in their database. If someone, know that with another endpoint we can use it.
The mode of the game is from the v2 version of the API. All modes have their own dedicated stat group. It also comes with a time frame, so you can pull seasonal stats from season 7+.
Tracking per game is by using the changes in stats on every update. You can tell they do that from them grouping same game modes together. As far as I know, there's no endpoint to get match history. Technically, it might be possible to get match history by using time frames to grab 1 match at a time. Not recommended.
qlaffont
changed the title
Endpoint for match list
[FEATURE] Endpoint for match list
Sep 21, 2019
I don't have time anymore to work on this repository. If you have any bug/new features, you can make a PR ! I will only fix security issues and merge PRs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not an issue, but a wonder:
Is there an endpoint to get a list of matches per user?
I'm asking as https://fortniteapi.com/ has it and also fortnite tracker.
See: https://fortnitetracker.com/profile/all/SEN%20Bugh%D0%B0/matches
I first thought that they are tracking changes in the stats and update on every change, but they also know the mode of the game (Creative, Arena Trios, etc..) so I think they can't just extract it from the stats.
Thank you!
The text was updated successfully, but these errors were encountered: