- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
事件视频接口
正式环境
正式环境
GET
/media/api/v3/match/event
请求参数
Query 参数
sport_id
string
可选
series_id
integer
赛事ID
match_id
integer
比赛ID
page
string
页数
per_page
string
可选
recent_update
string
可选
Header 参数
app_id
string
用户ID
默认值:
marz2025
app_secret
string
用户秘钥
默认值:
d9b8eafc3b5a48b7a5f1c6d2e4f8a9e5b3d7c2a1f4e6b8a9d5f1c7e2b9d3a6f4
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.esportsdata.cc/media/api/v3/match/event' \
--header 'app_id;' \
--header 'app_secret;'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
object
必需
list
array [object {5}]
必需
total
integer
总条数
msg
string
接口相应信息
示例
{
"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.mp4",
"team_id": "16393",
"index": 2,
"seconds": 1680,
"home_score": 1,
"away_score": 0
},
{
"event_time": 1735891657,
"type": 1,
"first_num": 2,
"video_cover": "/match/image/94f5edf4c57c015822cde7d03b025314.png",
"video_url": "/media/match/94f5edf4c57c015822cde7d03b025314.mp4",
"team_id": "16393",
"index": 2,
"seconds": 2520,
"home_score": 0,
"away_score": 2
}
]
},
{
"sport_id": 202,
"match_id": 2624818,
"series_id": 11249,
"start_time": 1711692000,
"event_list": [
{
"event_time": 1735891657,
"type": 1,
"first_num": 1,
"video_cover": "/match/image/94f5edf4c57c015822cde7d03b025314.png",
"video_url": "/media/match/94f5edf4c57c015822cde7d03b025314.mp4",
"team_id": "16393",
"seconds": 1680,
"home_score": 0,
"away_score": 1
},
{
"event_time": 1735891657,
"type": 1,
"first_num": 2,
"video_cover": "/match/image/94f5edf4c57c015822cde7d03b025314.png",
"video_url": "/media/match/94f5edf4c57c015822cde7d03b025314.mp4",
"team_id": "16393",
"index": 2,
"seconds": 2520,
"home_score": 0,
"away_score": 2
}
]
}
],
"total": 2
},
"msg": "success"
}
修改于 2025-01-08 07:41:46