ppy / osu-api

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

How do I get a mp match ID? #282

Closed Moebits closed 4 years ago

Moebits commented 4 years ago

I am not finding the ID for a multiplayer match anywhere... And using the default example provided just returns this: { match: 0, games: [] }

Thanks for any help.

ThePooN commented 4 years ago

You cannot seach for multiplayer lobbies in any way. You're supposed to get such IDs by creating the lobby with !mp make (see Tournament Management Commands), or get it from BanchoBot when you join a lobby.

Moebits commented 4 years ago

You cannot seach for multiplayer lobbies in any way. You're supposed to get such IDs by creating the lobby with !mp make (see Tournament Management Commands), or get it from BanchoBot when you join a lobby.

Thank you, I was not aware. I have never used BanchoBot to join a lobby.