ppy / osu-api

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

Add /api/get_matches + parameters #207

Open DJPop opened 6 years ago

DJPop commented 6 years ago

I'm working on a new leaderboard with scores from multiplayer matches with specific settings. If possible I'd like to request new api /get_matches to get a lot of matches in one request. It should basically works the same way as /get_beatmaps, with parameters. For example:

beatmap_id - get only matches that played this map (diff)
beatmapset_id - ↑ but with mapset instead
play_mode - std, taiko, ctb, mania
team_type - notmal, team, tag, tag vs
since - could be date or match id
limit - amount of match request

With this api it'd take a lot less requests to get what I'm looking for.

jxu commented 6 years ago

Hi DJPop