curl --location --request GET '/sport/api/v3/live/215/realtime?match_id=546793'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 215,
"match_id": 535220,
"period": 1,
"teams": [
{
"team_id": 200364,
"side": 1,
"score": 2,
"stage_score": [
21,
21,
0
]
},
{
"team_id": 200368,
"side": 2,
"score": 0,
"stage_score": [
13,
11,
0
]
}
],
"update_time": 0,
"period_point": [
{
"period": "2",
"home_score": 21,
"away_score": 11,
"point": [
{
"home_point": 2,
"away_point": 1
},
{
"home_point": 1,
"away_point": 1
},
{
"home_point": 0,
"away_point": 1
}
]
},
{
"period": "1",
"home_score": 21,
"away_score": 13,
"point": [
{
"home_point": 2,
"away_point": 1
},
{
"home_point": 1,
"away_point": 1
},
{
"home_point": 1,
"away_point": 0
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}