ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
980 stars 383 forks source link

`/beatmaps/{beatmap}/scores` can only return 50 top scores #8884

Closed Wieku closed 1 year ago

Wieku commented 2 years ago

In my case I need to get 51 scores to possibly filter out the score I already have on hand and still have top 50 plays.

APIv1 allowed retrieving up to top 100 scores using limit parameter: https://osu.ppy.sh/api/get_scores?k=x&b=3525928&limit=51

But it seems that APIv2 equivalent doesn't have that parameter and always returns 50 scores if possible.

peppy commented 2 years ago

This is fine to add, with the default being 50.