- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 基础数据
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
篮球
正式环境
https://api.esportsdata.cc
正式环境
https://api.esportsdata.cc
GET
/sport/api/v3/stats/201/brackets
获取篮球赛事晋级图数据-自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的赛事晋级图
频率建议:1天/次
请求参数
Query 参数
series_id
string
可选
示例值:
10880
page
integer
页数
per_page
integer
每页数据条数
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/brackets?series_id=10880&page&per_page' \
--header 'app_id;' \
--header 'app_secret;'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
object
必需
list
array [object {3}]
必需
total
integer
总条数
msg
string
接口响应信息
示例
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"series_id": 10880,
"brackets": [
{
"bracket_id": 2294,
"name": "季中锦标赛",
"items": [
{
"node_id": 15335,
"parent_id": 0,
"match_ids": [
2703420
],
"win_team_id": 0,
"home_team_id": 15871,
"away_team_id": 15867,
"home_score": 0,
"away_score": 0
},
{
"node_id": 15336,
"parent_id": 15335,
"match_ids": [
2703424
],
"win_team_id": 15871,
"home_team_id": 15871,
"away_team_id": 15598,
"home_score": 2,
"away_score": 1
},
{
"node_id": 15337,
"parent_id": 15335,
"match_ids": [
2703423
],
"win_team_id": 15867,
"home_team_id": 15877,
"away_team_id": 15867,
"home_score": 1,
"away_score": 2
},
{
"node_id": 15338,
"parent_id": 15336,
"match_ids": [
2703417
],
"win_team_id": 15871,
"home_team_id": 15871,
"away_team_id": 15873,
"home_score": 2,
"away_score": 1
},
{
"node_id": 15339,
"parent_id": 15336,
"match_ids": [
2703421
],
"win_team_id": 15598,
"home_team_id": 15425,
"away_team_id": 15598,
"home_score": 3,
"away_score": 5
},
{
"node_id": 15340,
"parent_id": 15337,
"match_ids": [
2703425
],
"win_team_id": 15877,
"home_team_id": 15877,
"away_team_id": 15426,
"home_score": 2,
"away_score": 1
},
{
"node_id": 15341,
"parent_id": 15337,
"match_ids": [
2703426
],
"win_team_id": 15867,
"home_team_id": 15867,
"away_team_id": 15868,
"home_score": 6,
"away_score": 4
},
{
"node_id": 15342,
"parent_id": 15338,
"match_ids": [
2703415
],
"win_team_id": 15871,
"home_team_id": 15871,
"away_team_id": 15418,
"home_score": 4,
"away_score": 1
},
{
"node_id": 15343,
"parent_id": 15338,
"match_ids": [
2703414
],
"win_team_id": 15873,
"home_team_id": 15873,
"away_team_id": 15878,
"home_score": 2,
"away_score": 0
},
{
"node_id": 15344,
"parent_id": 15339,
"match_ids": [
2703418
],
"win_team_id": 15425,
"home_team_id": 15425,
"away_team_id": 15621,
"home_score": 3,
"away_score": 0
},
{
"node_id": 15345,
"parent_id": 15339,
"match_ids": [
2703422
],
"win_team_id": 15598,
"home_team_id": 15598,
"away_team_id": 15861,
"home_score": 1,
"away_score": 0
},
{
"node_id": 15346,
"parent_id": 15340,
"match_ids": [
2703416
],
"win_team_id": 15877,
"home_team_id": 15590,
"away_team_id": 15877,
"home_score": 0,
"away_score": 3
},
{
"node_id": 15347,
"parent_id": 15340,
"match_ids": [
2703419
],
"win_team_id": 15426,
"home_team_id": 15432,
"away_team_id": 15426,
"home_score": 1,
"away_score": 2
},
{
"node_id": 15348,
"parent_id": 15341,
"match_ids": [
2703412
],
"win_team_id": 15867,
"home_team_id": 15867,
"away_team_id": 15587,
"home_score": 2,
"away_score": 1
},
{
"node_id": 15349,
"parent_id": 15341,
"match_ids": [
2703413
],
"win_team_id": 15868,
"home_team_id": 15868,
"away_team_id": 15427,
"home_score": 2,
"away_score": 0
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}
修改于 2025-05-21 03:37:26