curl --location --request GET '/sport/api/v3/stats/201/h2h?match_id=580077'
{
"code": 0,
"data": {
"list": [
{
"match_info": {
"match_id": 3091184,
"start_time": 1741426577,
"league_id": 2364,
"series_id": 22021,
"teams": [
{
"team_id": 64226,
"side": 1,
"position": 1
},
{
"team_id": 23986,
"side": 2,
"position": 2
}
],
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
},
"history_h2h": {
"fight_matches": [
{
"match_id": 3091184,
"start_time": 1741426577,
"league_id": 2021,
"series_id": 2364,
"win_team": 1235,
"wdl": "d",
"handicap_count": "-0.25",
"handicap_result": 1,
"goal_count": "2.00",
"goal_result": 3,
"teams": [
{
"team_id": 64226,
"side": 1,
"stats": [
120,
60,
0
]
},
{
"team_id": 23986,
"side": 2,
"stats": [
115,
63,
0
]
}
],
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
}
],
"recent_matches": [
{
"team_id": 942,
"side": 1,
"matches": [
{
"match_id": 3121131,
"start_time": 1741426577,
"league_id": 2021,
"series_id": 2364,
"win_team": 942,
"wdl": "d",
"handicap_count": "-0.25",
"handicap_result": 1,
"goal_count": "2.00",
"goal_result": 3,
"teams": [
{
"team_id": 942,
"side": 1,
"stats": [
90,
36,
0
]
},
{
"team_id": 3291,
"side": 2,
"stats": [
88,
43,
0
]
}
],
"stage": {
"stage_id": 0,
"group_num": 0,
"round_num": 0
}
}
]
},
{
"team_id": 30602,
"side": 2,
"matches": [
{
"match_id": 3122946,
"start_time": 1741426577,
"league_id": 2021,
"series_id": 2364,
"win_team": 30602,
"wdl": "d",
"handicap_count": "-0.25",
"handicap_result": 1,
"goal_count": "2.00",
"goal_result": 3,
"teams": [
{
"team_id": 30602,
"side": 2,
"stats": [
98,
38,
0
],
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
},
{
"team_id": 1036,
"side": 1,
"stats": [
103,
65,
0
],
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
}
]
}
]
}
]
},
"future_h2h": {
"fight_matches": [
{
"match_id": 3091184,
"start_time": 1741426577,
"league_id": 2021,
"series_id": 2364,
"teams": [
{
"team_id": 64226,
"side": 1
},
{
"team_id": 23986,
"side": 2
}
],
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
}
],
"recent_matches": [
{
"team_id": 942,
"side": 1,
"matches": [
{
"match_id": 3121131,
"start_time": 1741426577,
"league_id": 2021,
"series_id": 2364,
"teams": [
{
"team_id": 942,
"side": 1,
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
},
{
"team_id": 3291,
"side": 2,
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
}
]
}
]
},
{
"team_id": 30602,
"side": 2,
"matches": [
{
"match_id": 3122946,
"start_time": 1741426577,
"league_id": 2021,
"series_id": 2364,
"teams": [
{
"team_id": 30602,
"side": 2,
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
},
{
"team_id": 1036,
"side": 1,
"stage": {
"stage_id": 4520,
"group_num": 0,
"round_num": 26
}
}
]
}
]
}
]
},
"player_analysis": [
{
"team_id": 64226,
"player_stats": [
{
"player_id": 5555,
"minutes_played": 30.6,
"point": 0,
"three_points_scored": 2,
"three_points_total": 1,
"field_goals_scored": 1,
"field_goals_total": 3,
"free_throws_scored": 1,
"free_throws_total": 1,
"rebounds": 2,
"defensive_rebounds": 2,
"offensive_rebounds": 1,
"assist": 1,
"turnovers": 3,
"steals": 1,
"personal_fouls": 1,
"blocks": 2,
"point_rank": 2,
"rebounds_rank": 1,
"assist_rank": 1,
"match_win_rate": 2,
"match_win": 1,
"match_lose": 1
}
]
},
{
"team_id": 64226,
"player_stats": [
{
"player_id": 5555,
"minutes_played": 30.6,
"point": 0,
"three_points_scored": 2,
"three_points_total": 1,
"field_goals_scored": 1,
"field_goals_total": 3,
"free_throws_scored": 1,
"free_throws_total": 1,
"rebounds": 2,
"defensive_rebounds": 2,
"offensive_rebounds": 1,
"assist": 1,
"turnovers": 3,
"steals": 1,
"personal_fouls": 1,
"blocks": 2,
"point_rank": 2,
"rebounds_rank": 1,
"assist_rank": 1,
"match_win_rate": 2,
"match_win": 1,
"match_lose": 1
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}