Hi,
Recently started working on a small project that involves using osu! API v2 to collect user scores.
The program would use /beatmaps/{beatmap}/scores/users/{user} to get the user score on a given map with a given score modifier. Currently I see that the parameter "mods" is listed as TODO and requesting that always results in the same score being given, that is the highest score achieved by the user.
Is there a workaround currently available that I could use instead of using the aforementioned query?
From what I saw, I could use API v1 /api/get_scores with parameter "mods" to get the top 100 scores on the given map but this would not work well for popular maps and generally seems inefficient.
If the parameter "mods" in v2 is actually working but it's undocumented, could you please explain how to achieve the desired results?
Thanks in advance!
Recently started working on a small project that involves using osu! API v2 to collect user scores.
The program would use /beatmaps/{beatmap}/scores/users/{user} to get the user score on a given map with a given score modifier. Currently I see that the parameter "mods" is listed as TODO and requesting that always results in the same score being given, that is the highest score achieved by the user.
Is there a workaround currently available that I could use instead of using the aforementioned query?
From what I saw, I could use API v1 /api/get_scores with parameter "mods" to get the top 100 scores on the given map but this would not work well for popular maps and generally seems inefficient.
If the parameter "mods" in v2 is actually working but it's undocumented, could you please explain how to achieve the desired results?
Thanks in advance!