- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 基础数据
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
足球详情接口
正式环境
正式环境
GET
/sport/api/v3/stats/202/series
接口概述:
获取指定的足球赛事统计数据,自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的赛事统计数据
频率建议:1天/次
请求参数
Query 参数
series_id
string
可选
page
integer
页数
per_page
integer
每页数据条数
language
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/sport/api/v3/stats/202/series?series_id=&page&per_page&language&recent_update' \
--header 'app_id;' \
--header 'app_secret;'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
object
必需
list
array [object {6}]
必需
total
integer
总条数
msg
string
接口信息
示例
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"series_id": 8359,
"team_stats": [
{
"team_id": 273,
"matches": 5,
"goals": 12,
"penalty": 1,
"assists": 6,
"red_cards": 0,
"yellow_cards": 7,
"yellow2red_cards": 0,
"shots": 65,
"shots_on_target": 18,
"dribble": 101,
"dribble_succ": 56,
"clearances": 61,
"blocked_shots": 18,
"tackles": 67,
"passes": 2967,
"passes_accuracy": 2472,
"key_passes": 45,
"crosses": 87,
"crosses_accuracy": 17,
"long_balls": 338,
"long_balls_accuracy": 120,
"duels": 544,
"duels_won": 275,
"fouls": 68,
"was_fouled": 51,
"goals_against": 8,
"interceptions": 40,
"offsides": 11,
"corner_kicks": 30,
"ball_possession": 62,
"freekick_goals": 0,
"freekicks": 2,
"hit_woodwork": 2,
"fastbreaks": 0,
"fastbreak_shots": 0,
"fastbreak_goals": 0,
"poss_losts": 764
}
],
"player_stats": [
{
"player_id": 366,
"name": "Noor husin",
"team_id": 16283,
"matches": 3,
"first": 3,
"court": 3,
"goals": 0,
"penalty": 0,
"assists": 0,
"minutes_played": 226,
"red_cards": 0,
"yellow_cards": 1,
"yellow2red_cards": 0,
"shots": 0,
"shots_on_target": 0,
"dribble": 0,
"dribble_succ": 0,
"clearances": 0,
"blocked_shots": 0,
"interceptions": 0,
"tackles": 0,
"passes": 0,
"passes_accuracy": 0,
"key_passes": 0,
"crosses": 0,
"crosses_accuracy": 0,
"long_balls": 0,
"long_balls_accuracy": 0,
"duels": 0,
"duels_won": 0,
"dispossessed": 0,
"fouls": 0,
"was_fouled": 0,
"saves": 0,
"punches": 0,
"runs_out": 0,
"runs_out_succ": 0,
"good_high_claim": 0,
"rating": 0,
"offsides": 0,
"freekick_goals": 0,
"freekicks": 0,
"hit_woodwork": 0,
"fastbreaks": 0,
"fastbreak_shots": 0,
"fastbreak_goals": 0,
"poss_losts": 0
}
],
"shooters": [
{
"player_id": 125715,
"name": "Manvir singh",
"team_id": 15359,
"position": 0,
"goals": 1,
"assists": 0,
"minutes_played": 90,
"penalty": 0
}
],
"update_time": 1728958472
}
],
"total": 1
},
"msg": "success"
}
修改于 2025-03-22 03:28:03