curl --location --request GET '/media/api/v3/202/match/event?match_id&page&per_page&recent_update'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 2562764,
"series_id": 11249,
"start_time": 1735891657,
"event_list": [
{
"event_time": 1735891657,
"type": 1,
"first_num": 1,
"video_cover": "/match/image/94f5edf4c57c015822cde7d03b025314.png",
"video_url": "/media/match/94f5edf4c57c015822cde7d03b025314.m3u8",
"video_gif": "/cc/genclip/20250528/202_3645716_1/out840.webp",
"team_id": "16393",
"index": 2,
"seconds": 1680,
"home_score": 1,
"away_score": 0
}
]
}
],
"total": 1
},
"msg": "success"
}