ppy / osu-api

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

get_scores does not provide user's rank for that beatmap. #211

Open LtLi0n opened 6 years ago

LtLi0n commented 6 years ago

Currently, I'm developing a Discord bot and I was surprised to find out that get_score does not provide user's place for a selected beatmap.

What I wanted to create is a beatmap and user's best score displayer for that beatmap. While it's relatively easy (but could be expensive) to grab the top players score since everything is sorted, when I want to obtain specific user's scoring, unless the user is within top 100 range (again, could be stupidly expensive), I would not be able to obtain the user's place.