curl --location --request GET 'https://api.marzdata.cn/sport/api/v3/live/222/result?match_id=3187805&page&per_page&recent_update=' \
--header 'app_id: {{APP_ID}}' \
--header 'app_secret: {{APP_SECRET}}'{
"code": 0,
"data": {
"list": [
{
"sport_id": 222,
"match_id": 499986,
"teams": [
{
"team_id": 200013,
"side": 1,
"win": 0,
"score": 72,
"stage_score": [
16,
21,
21,
14
]
},
{
"team_id": 200010,
"side": 2,
"win": 1,
"score": 89,
"stage_score": [
40,
20,
14,
15
]
}
],
"period_point": [
{
"period": "4",
"home_score": 72,
"away_score": 89,
"incidents": [
{
"incident_type": "goal goal",
"home_point": 72,
"away_point": 89,
"time": 76,
"reversed_time": 5,
"player": {
"player_id": 894140,
"name": "Lance Collard"
},
"is_home": 1
}
]
},
{
"period": "3",
"home_score": 58,
"away_score": 74,
"incidents": [
{
"incident_type": "behind goal",
"home_point": 38,
"away_point": 66,
"time": 43,
"reversed_time": 18,
"player": null,
"is_home": 1
},
{
"incident_type": "goal goal",
"home_point": 37,
"away_point": 66,
"time": 41,
"reversed_time": 20,
"player": null,
"is_home": 1
}
]
},
{
"period": "2",
"home_score": 37,
"away_score": 60,
"incidents": [
{
"incident_type": "goal goal",
"home_point": 37,
"away_point": 60,
"time": 40,
"reversed_time": 1,
"player": {
"player_id": 894128,
"name": "Jason Horne-Francis"
},
"is_home": 1
},
{
"incident_type": "behind goal",
"home_point": 31,
"away_point": 60,
"time": 38,
"reversed_time": 3,
"player": {
"player_id": 894141,
"name": "Jase Burgoyne"
},
"is_home": 1
},
{
"incident_type": "behind goal",
"home_point": 30,
"away_point": 60,
"time": 38,
"reversed_time": 3,
"player": null,
"is_home": 1
},
{
"incident_type": "goal goal",
"home_point": 29,
"away_point": 60,
"time": 36,
"reversed_time": 5,
"player": null,
"is_home": 1
},
{
"incident_type": "behind goal",
"home_point": 29,
"away_point": 54,
"time": 35,
"reversed_time": 6,
"player": null,
"is_home": 1
},
{
"incident_type": "goal goal",
"home_point": 29,
"away_point": 53,
"time": 35,
"reversed_time": 6,
"player": {
"player_id": 894135,
"name": "Darcy Wilson"
},
"is_home": 1
},
{
"incident_type": "goal goal",
"home_point": 29,
"away_point": 47,
"time": 34,
"reversed_time": 7,
"player": null,
"is_home": 1
}
]
},
{
"period": "1",
"home_score": 16,
"away_score": 40,
"incidents": [
{
"incident_type": "goal goal",
"home_point": 16,
"away_point": 40,
"time": 18,
"reversed_time": 3,
"player": {
"player_id": 894128,
"name": "Jason Horne-Francis"
},
"is_home": 1
},
{
"incident_type": "behind goal",
"home_point": 7,
"away_point": 9,
"time": 6,
"reversed_time": 15,
"player": {
"player_id": 894140,
"name": "Lance Collard"
},
"is_home": 1
},
{
"incident_type": "behind goal",
"home_point": 0,
"away_point": 1,
"time": 1,
"reversed_time": 20,
"player": null,
"is_home": 1
}
]
}
],
"update_time": 1744268296
}
],
"total": 1
},
"msg": "success"
}