- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 基础数据
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
篮球详情接口
正式环境
正式环境
GET
/sport/api/v3/stats/201/series
接口概述:
获取指定的篮球赛事统计数据,自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的赛事统计数据
频率建议:1天/次
请求参数
Query 参数
series_id
string
可选
page
integer
页数
per_page
integer
每页数据条数
recent_update
string
可选
language
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/201/series?series_id=&page&per_page&recent_update&language' \
--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": 201,
"series_id": 10880,
"team_stats": [
{
"team_id": 3034,
"scope": 6,
"matches": 13,
"points": 1429,
"points_against": 1456,
"two_pointers_scored": 362,
"two_pointers_total": 729,
"two_pointers_accuracy": "50",
"three_pointers_scored": 155,
"three_pointers_total": 413,
"three_pointers_accuracy": "37",
"field_goals_scored": 517,
"field_goals_total": 1142,
"field_goals_accuracy": "45",
"free_throws_scored": 240,
"free_throws_total": 317,
"free_throws_accuracy": "75",
"total_fouls": 232,
"rebounds": 557,
"defensive_rebounds": 382,
"offensive_rebounds": 175,
"assists": 293,
"turnovers": 134,
"steals": 74,
"blocks": 70
},
{
"team_id": 3035,
"scope": 5,
"matches": 82,
"points": 9481,
"points_against": 9212,
"two_pointers_scored": 2437,
"two_pointers_total": 4390,
"two_pointers_accuracy": "56",
"three_pointers_scored": 1036,
"three_pointers_total": 2719,
"three_pointers_accuracy": "38",
"field_goals_scored": 3473,
"field_goals_total": 7109,
"field_goals_accuracy": "48",
"free_throws_scored": 1499,
"free_throws_total": 1817,
"free_throws_accuracy": "82",
"total_fouls": 1519,
"rebounds": 3523,
"defensive_rebounds": 2701,
"offensive_rebounds": 822,
"assists": 2097,
"turnovers": 1002,
"steals": 641,
"blocks": 413
}
],
"player_stats": [
{
"player_id": 1866,
"name": "Tyler Herro",
"team_id": 3137,
"scope": 7,
"matches": 1,
"first": 1,
"court": 1,
"minutes_played": 41,
"point": 25,
"free_throws_scored": 3,
"free_throws_total": 3,
"free_throws_accuracy": "100",
"two_points_scored": 5,
"two_points_total": 13,
"two_points_accuracy": "38",
"three_points_scored": 4,
"three_points_total": 14,
"three_points_accuracy": "28",
"field_goals_scored": 9,
"field_goals_total": 27,
"field_goals_accuracy": "33",
"rebounds": 2,
"defensive_rebounds": 2,
"offensive_rebounds": 0,
"assists": 9,
"turnovers": 5,
"steals": 0,
"blocks": 0,
"personal_fouls": 1
},
{
"player_id": 1866,
"name": "Tyler Herro",
"team_id": 3137,
"scope": 6,
"matches": 6,
"first": 6,
"court": 6,
"minutes_played": 218,
"point": 108,
"free_throws_scored": 13,
"free_throws_total": 14,
"free_throws_accuracy": "92",
"two_points_scored": 19,
"two_points_total": 43,
"two_points_accuracy": "44",
"three_points_scored": 19,
"three_points_total": 52,
"three_points_accuracy": "36",
"field_goals_scored": 38,
"field_goals_total": 95,
"field_goals_accuracy": "40",
"rebounds": 28,
"defensive_rebounds": 27,
"offensive_rebounds": 1,
"assists": 36,
"turnovers": 19,
"steals": 2,
"blocks": 0,
"personal_fouls": 10
}
],
"update_time": 1728958472
}
],
"total": 1
},
"msg": "success"
}
修改于 2025-03-22 03:29:13