curl --location --request GET '/sport/api/v3/live/216/realtime?match_id=527623'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 216,
"match_id": 3120200,
"state": 4,
"teams": [
{
"team_id": 157510,
"side": 1,
"score": 1,
"point": "30",
"stage_score": [
6,
6,
0,
0,
0,
4,
0
]
},
{
"team_id": 155485,
"side": 1,
"score": 1,
"point": "30",
"stage_score": [
7,
4,
0,
0,
0,
7,
0,
0
]
}
],
"update_time": 1721273608,
"period_point": [
{
"period": "1",
"home_score": 2,
"away_score": 6,
"point": [
{
"home_score": 2,
"away_score": 6
},
{
"home_score": 2,
"away_score": 5
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}