curl --location --request GET 'https://api.esportsdata.cc/esport/api/v3/stats/3/brackets?series_id=35416' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 3,
"series_id": 35416,
"brackets": [
{
"brackets_id": 9463,
"stage_id": 9438,
"group": " ",
"items": [
{
"items_id": 49411,
"parent_id": 0,
"round_name": "淘汰赛",
"column_index": 1,
"bye": 0,
"match_id": 361761,
"start_time": 1729764000,
"win_team_id": 2533,
"home_team_id": 2533,
"away_team_id": 2531,
"home_score": 4,
"away_score": 1
}
]
}
],
"teams": [
2525,
2529
],
"stages": [
9438
]
}
],
"total": 1
},
"msg": "success"
}