- Quick Start
- API指南
- API Documentation
- Score of Sports
- Basic Data
- Real-time Data
- 指数数据
- 统计数据
- 前瞻分析
- 球队统计
- 选手统计
- 赛事晋级图
- 赛事积分榜
- 赛事统计
- 高阶数据
- 历史数 据
- 比赛对应接口
- 长链接推送
- Basic Data
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
足球球员统计
GET
/sport/api/v3/stats/202/player
获取足球球员各项统计数据,自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的球员统计数据
更新数据:有需要时请求接口,更新数据。
频率建议:1天/次
Request
Query Params
year
integer
required
Example:
2025
player_id
integer
required
Example:
46406
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/sport/api/v3/stats/202/player?year=2025&player_id=46406'
Responses
🟢200成功
application/json
Body
code
integer
错误码
data
object
required
list
array [object {6}]
required
total
integer
总条数
msg
string
接口响应信息
Example
{
"code": 0,
"data": {
"list": [
{
"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"
}
Modified at 2025-06-18 09:43:24