Unranked recent users score are not retrieved
Closed this issue · 1 comments
A6sT commented
Using the /user/:id/scores/:mode/recent
route never return maps that are not ranked. This used to be a thing on v1 where you could only retrieve unranked scores from a player that was donator. On v2, it is just not possible anymore, regardless of the donator status of the player.
There is multiple solution to solve this issue;
- Replicate what was done on v1 (as described above)
- Implement API keys, where donators would be given a key once they donate, lasting until their perks runs out
- Not doing anything about this as it is a feature (that I don't really agree with as it basically makes every unranked play unexploitable)
Swan commented
Surprisingly, v1 is actually the bugged one. Viewing unranked scores is a donator feature, so it shouldn't have been viewable in the first place.
We won't be providing access to this via the public API for preventative measures (someone with donator could simply provide access to others through another front-end)