curl --location --request GET 'https://api.marzdata.cn/sport/api/v3/live/215/result?match_id=3185195&page&per_page&recent_update=' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 215,
"match_id": 535220,
"teams": [
{
"team_id": 200364,
"side": 1,
"win": 1,
"score": 2,
"stage_score": [
21,
21,
0
]
},
{
"team_id": 200368,
"side": 2,
"win": 0,
"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,
"is_home": 1
},
{
"home_point": 1,
"away_point": 1,
"is_home": 1
},
{
"home_point": 0,
"away_point": 1,
"is_home": 1
}
]
},
{
"period": "1",
"home_score": 21,
"away_score": 13,
"point": [
{
"home_point": 2,
"away_point": 1,
"is_home": 1
},
{
"home_point": 1,
"away_point": 1,
"is_home": 1
},
{
"home_point": 1,
"away_point": 0,
"is_home": 1
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}