curl --location --request GET 'https://api.marzdata.cn/sport/api/v3/live/214/result?match_id=3187805&page&per_page&recent_update=' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 214,
"match_id": 503133,
"teams": [
{
"team_id": 203454,
"side": 1,
"win": 1,
"score": 3,
"stage_score": [
25,
25,
25,
0,
0
]
},
{
"team_id": 203489,
"side": 2,
"win": 0,
"score": 0,
"stage_score": [
22,
23,
22,
0,
0
]
}
],
"update_time": 0,
"period_point": [
{
"period": "3",
"home_score": 25,
"away_score": 22,
"point": [
{
"home_point": 25,
"away_point": 22,
"is_home": 1
},
{
"home_point": 24,
"away_point": 22,
"is_home": 1
},
{
"home_point": 1,
"away_point": 1,
"is_home": 1
},
{
"home_point": 1,
"away_point": 0,
"is_home": 1
}
]
},
{
"period": "2",
"home_score": 25,
"away_score": 23,
"point": [
{
"home_point": 25,
"away_point": 23,
"is_home": 1
},
{
"home_point": 24,
"away_point": 23,
"is_home": 1
},
{
"home_point": 0,
"away_point": 1,
"is_home": 1
}
]
},
{
"period": "1",
"home_score": 25,
"away_score": 22,
"point": [
{
"home_point": 25,
"away_point": 22,
"is_home": 1
},
{
"home_point": 1,
"away_point": 1,
"is_home": 1
},
{
"home_point": 0,
"away_point": 1,
"is_home": 1
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}