curl --location --request GET '/sport/api/v3/live/216/result?match_id=3187805&page=&per_page=&recent_update=&language='
{
"code": 0,
"data": {
"list": [
{
"sport_id": 216,
"match_id": 3120200,
"teams": [
{
"team_id": 157510,
"side": 1,
"win": 0,
"score": 1,
"stage_score": [
7,
4,
0,
0,
0,
7,
0,
0,
0,
0
]
},
{
"team_id": 155485,
"side": 1,
"win": 0,
"score": 1,
"stage_score": [
7,
4,
0,
0,
0,
7,
0,
0,
0,
0
]
}
],
"update_time": 1721273608,
"period_point": [
{
"period": "1",
"home_score": 2,
"away_score": 6,
"point": [
{
"home_point": 2,
"away_point": 6
},
{
"home_point": 2,
"away_point": 5
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}