- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 基础数据
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
足球
正式环境
正式环境
GET
/sport/api/v3/stats/202/player
获取足球选手各项统计数据,自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的选手统计数据
频率建议:1天/次
请求参数
Query 参数
year
integer
年份
player_id
integer
选手ID
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/player?year&player_id=' \
--header 'app_id;' \
--header 'app_secret;'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
object
必需
list
array [object {8}]
必需
total
integer
总条数
msg
string
接口响应信息
示例
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"player_id": 10402,
"ability": [
[
8,
58,
52
]
],
"advantages": [
[
26,
445
]
],
"disadvantages": [
[
26,
445
]
],
"stats_items": [
{
"year": 2025,
"player_stats": [
{
"series_id": 13235,
"court": 17,
"first": 1,
"goals": 16,
"goals_avg": 15,
"assist": 17,
"assist_avg": 1316,
"minutes_played": 4,
"goal_time": 0,
"shots": 0,
"shots_on_target": 0,
"dribble_succ": 60,
"dribble_succ_rate": 32,
"duels": 6,
"duels_won": 7,
"offsides": 13,
"passes": 2,
"passes_accuracy": 194,
"passes_accuracy_rate": 148,
"long_balls": 4,
"long_balls_accuracy": 2,
"long_balls_accuracy_rate": 8,
"balls_accuracy": 16,
"balls_accuracy_rate": 0,
"tackles": 0,
"interceptions": 0,
"blocked_shots": 0,
"clearances": 0,
"red_cards": 0,
"yellow_cards": 11639,
"mistake": 0,
"fouls": 2,
"was_fouled": 2
},
{
"series_id": 13235,
"court": 17,
"first": 1,
"goals": 16,
"goals_avg": 15,
"assist": 17,
"assist_avg": 1316,
"minutes_played": 4,
"goal_time": 0,
"shots": 0,
"shots_on_target": 0,
"dribble_succ": 60,
"dribble_succ_rate": 32,
"duels": 6,
"duels_won": 7,
"offsides": 13,
"passes": 2,
"passes_accuracy": 194,
"passes_accuracy_rate": 148,
"long_balls": 4,
"long_balls_accuracy": 2,
"long_balls_accuracy_rate": 8,
"balls_accuracy": 16,
"balls_accuracy_rate": 0,
"tackles": 0,
"interceptions": 0,
"blocked_shots": 0,
"clearances": 0,
"red_cards": 0,
"yellow_cards": 11639,
"mistake": 0,
"fouls": 2,
"was_fouled": 2
}
]
},
{
"year": 2024,
"player_stats": [
{
"series_id": 11256,
"court": 17,
"first": 1,
"goals": 16,
"goals_avg": 15,
"assist": 17,
"assist_avg": 1316,
"minutes_played": 4,
"goal_time": 0,
"shots": 0,
"shots_on_target": 0,
"dribble_succ": 60,
"dribble_succ_rate": 32,
"duels": 6,
"duels_won": 7,
"offsides": 13,
"passes": 2,
"passes_accuracy": 194,
"passes_accuracy_rate": 148,
"long_balls": 4,
"long_balls_accuracy": 2,
"long_balls_accuracy_rate": 8,
"balls_accuracy": 16,
"balls_accuracy_rate": 0,
"tackles": 0,
"interceptions": 0,
"blocked_shots": 0,
"clearances": 0,
"red_cards": 0,
"yellow_cards": 11639,
"mistake": 0,
"fouls": 2,
"was_fouled": 2
},
{
"series_id": 14235,
"court": 17,
"first": 1,
"goals": 16,
"goals_avg": 15,
"assist": 17,
"assist_avg": 1316,
"minutes_played": 4,
"goal_time": 0,
"shots": 0,
"shots_on_target": 0,
"dribble_succ": 60,
"dribble_succ_rate": 32,
"duels": 6,
"duels_won": 7,
"offsides": 13,
"passes": 2,
"passes_accuracy": 194,
"passes_accuracy_rate": 148,
"long_balls": 4,
"long_balls_accuracy": 2,
"long_balls_accuracy_rate": 8,
"balls_accuracy": 16,
"balls_accuracy_rate": 0,
"tackles": 0,
"interceptions": 0,
"blocked_shots": 0,
"clearances": 0,
"red_cards": 0,
"yellow_cards": 11639,
"mistake": 0,
"fouls": 2,
"was_fouled": 2
}
]
}
],
"matchs_items": [
{
"series_id": 1502,
"matches": [
328406,
329075,
386138,
379216,
329124,
382983
]
},
{
"series_id": 1555,
"matches": [
328406,
329075,
386138,
379216,
329124,
382983
]
}
],
"update_time": 1728958472
}
],
"total": 1
},
"msg": "success"
}
修改于 2025-04-23 04:06:44