curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/live/202/realtime?match_id=3647541' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 3091184,
"state": 13,
"time": 1302,
"teams": [
{
"team_id": 64226,
"side": 1,
"score": 1,
"stage_score": [
0,
1,
0,
0
],
"stats": [
8,
3,
0,
0,
1,
9,
80,
79,
56
],
"half_stats": [
[
1,
2,
3,
4,
5,
6,
7,
6,
7
],
[
2,
1,
0,
0,
0,
5,
42,
47,
56
]
]
},
{
"team_id": 23986,
"side": 2,
"score": 0,
"stage_score": [
1,
1,
0,
0
],
"stats": [
5,
0,
0,
0,
2,
8,
62,
55,
44
],
"half_stats": [
[
2,
0,
0,
0,
1,
5,
27,
35,
49
],
[
3,
0,
0,
0,
1,
3,
35,
20,
44
]
]
}
],
"update_time": 1721273608
}
],
"total": 1
},
"msg": "success"
}