curl --location --request GET '/sport/api/v3/live/213/realtime?match_id=3187805'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 213,
"match_id": 3183542,
"period": 6,
"teams": [
{
"team_id": 108858,
"side": 1,
"score": 3,
"stage_score": [
0,
2,
0,
0,
2,
0,
0,
2,
0,
0,
5,
2
]
},
{
"team_id": 109700,
"side": 1,
"score": 1,
"stage_score": [
0,
2,
0,
0,
2,
0,
0,
2,
0,
0,
12,
2
]
}
],
"update_time": 1721273608
}
],
"total": 1
},
"msg": "success"
}