ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
981 stars 385 forks source link

GET /rooms doesn't allow getting match data from classic matches #9454

Closed longnguyen2004 closed 1 year ago

longnguyen2004 commented 2 years ago

I'm trying to get the match data from https://osu.ppy.sh/community/matches/87538928. v1 returns the data properly, while v2 returns a 404. Does the v2 API only look for lazer matches, and not classic?

cl8n commented 2 years ago

there's GET /matches and GET /matches/{id} but they're not documented. response format isn't the same as v1 but it probably has what you're looking for

/rooms is for lazer multiplayer

longnguyen2004 commented 2 years ago

It's way under the Undocumented sections in the doc. I guess I'll leave this issue open until they're documented?

nanaya commented 1 year ago

The docs is known to be underdocumented and there's no point having open issue for every single endpoints.