Is your feature request related to a problem? Please describe.
When sending a request to /api/players it only gives you the top 25 players (ordered by BR value), so if you want to get information about a specific player and they aren't in there, you won't get what you need.
Describe the solution you'd like
Sending a GET request to /api/player/{player.username} returns an object with information like BR, account creating etc.
Is your feature request related to a problem? Please describe. When sending a request to
/api/players
it only gives you the top 25 players (ordered by BR value), so if you want to get information about a specific player and they aren't in there, you won't get what you need.Describe the solution you'd like Sending a GET request to
/api/player/{player.username}
returns an object with information like BR, account creating etc.Additional context This is needed for the bot.