ppy / osu-api

Public API for accessing osu! related data.
320 stars 16 forks source link

More than 100 get_user_best #285

Closed jxu closed 4 years ago

jxu commented 4 years ago

Useful API tools like https://newpp.stanr.info/ need more than 100 top scores to be more accurate.

peppy commented 4 years ago

This version of the API is feature locked. Also due to our current infrastructure, returning more than 100 will cause issues. The eventual plan is to expand this further, but I can't guarantee when that will happen.

see osu-web for the newer version of the api (https://docs.ppy.sh)