the browser-facing portion of osu!
GNU Affero General Public License v3.0
981
stars
384
forks
source link
document `/api/v2/users/{user_id}/beatmapsets/most_played` returning a beatmapset_id in `BeatmapCompact` response #7830
Closed
tybug closed 3 years ago
hitting https://osu.ppy.sh/api/v2/users/12092800/beatmapsets/most_played gives, in part, this response:
The
beatmap
attribute (which is documented as aBeatmapCompact
) has an extrabeatmapset_id
parameter that isn't documented inBeatmapCompact
.