nekoraw / guweb

The frontend appearance for the osu! server protocol, gulag! 🧶

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplayer Lobby Page

nekoraw opened this issue · comments

Describe alternatives you've considered
there's an api endpoint on nekoraw/bancho.py that returns multiplayer data -> https://api.{domain}/v1/get_match?id={match_id}

there are some sample data you can get: match id 20 to 24
https://api.takuji.nkrw.dev/v1/get_match?id=20

This api route should give some sort of "match_name", like the official osu! one, but it doesnt. Is this fixable?

Scores "max_combo" are missing in api response
image

yeah will fix it soon, i will need to modify the database schema

for now just assume these fields exists in the json

fixed already.

you can see a new match with all correct values in https://api.takuji.nkrw.dev/v1/get_match?id=25