curl --location --request GET '/esport/api/v3/stats/4/brackets?series_id=35007'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 4,
"series_id": 35007,
"brackets": [
{
"brackets_id": 9012,
"stage_id": 9085,
"group": " ",
"items": [
{
"items_id": 46317,
"parent_id": 0,
"round_name": "决赛(BO3)",
"column_index": 3,
"bye": 0,
"match_id": 346615,
"start_time": 1721736000,
"win_team_id": 47770,
"home_team_id": 47770,
"away_team_id": 47770,
"home_score": 2,
"away_score": 1
}
]
}
],
"teams": [
1007,
24527
],
"stages": [
9085
]
}
],
"total": 1
},
"msg": "success"
}