curl --location --request GET 'https://api.marzdata.cn/sport/api/v3/live/221/realtime?match_id=3187805' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 221,
"match_id": 547939,
"period": 1,
"teams": [
{
"team_id": 209116,
"side": 1,
"win": 0,
"score": 0,
"stage_score": [
16,
14,
0
]
},
{
"team_id": 209117,
"side": 2,
"win": 1,
"score": 2,
"stage_score": [
21,
21,
0
]
}
],
"update_time": 1744268294
}
],
"total": 1
},
"msg": "success"
}