curl --location --request GET '/sport/api/v3/live/201/realtime?match_id=2750062'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"match_id": 2750062,
"state": 13,
"time": 360,
"teams": [
{
"team_id": 3172,
"side": 1,
"score": 122,
"stage_score": [
34,
27,
31,
30,
0
],
"over_time_score": [
15
],
"stats": [
15,
31,
15,
3,
3,
75,
3
],
"half_stats": [
[
3,
11,
3,
5,
3,
75,
6
],
[
5,
18,
10,
4,
6,
71.4,
5
],
[
7,
28,
15,
4,
3,
75,
4
],
[
15,
31,
15,
3,
3,
75,
4
]
]
},
{
"team_id": 3119,
"side": 2,
"score": 84,
"stage_score": [
21,
14,
25,
24,
0
],
"over_time_score": [
12
],
"stats": [
14,
5,
12,
0,
1,
92.3,
3
],
"half_stats": [
[
2,
6,
3,
5,
4,
100,
6
],
[
5,
6,
8,
3,
5,
88.9,
5
],
[
10,
10,
10,
0,
5,
90.9,
4
],
[
14,
15,
12,
0,
1,
92.3,
4
]
]
}
],
"update_time": 1721273608
}
],
"total": 1
},
"msg": "success"
}