- Quick Start
- API指南
- API Documentation
- Score of Sports
- Basic Data
- Real-time Data
- 指数数据
- 统计数据
- 前瞻分析
- 球队统计
- 选手统计
- 赛事晋级图
- 赛事积分榜
- 赛事统计
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- Basic Data
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
英式橄榄球积分榜
GET
/sport/api/v3/stats/219/standings
获取英式橄榄球积分榜,自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的积分榜。
更新数据:有需要时请求接口,更新数据。
频率建议:1天/次
Request
Query Params
series_id
string
optional
page
integer
optional
per_page
integer
optional
recent_update
string
optional
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/219/standings?series_id=&page=&per_page=&recent_update='
Responses
🟢200成功
application/json
Body
code
integer
错误码
data
object
required
list
array [object {5}]
required
total
integer
总条数
msg
string
接口响应信息
Example
{
"code": 0,
"data": {
"list": [
{
"standing_id": 1,
"sport_id": 219,
"series_id": 16471,
"name": "SVNS, Women 2025",
"teams": [
{
"team_id": 202293,
"position": 1,
"total": 37,
"won": 35,
"loss": 2,
"draw": 0,
"goal_diff": 1043,
"last5": [
1,
1,
1,
1,
1
],
"points": 116
},
{
"team_id": 202262,
"position": 2,
"total": 37,
"won": 30,
"loss": 7,
"draw": 0,
"goal_diff": 687,
"last5": [
0,
1,
1,
1,
1
],
"points": 106
},
{
"team_id": 202274,
"position": 3,
"total": 35,
"won": 19,
"loss": 16,
"draw": 0,
"goal_diff": -7,
"last5": [
0,
0,
0,
0,
0
],
"points": 80
},
{
"team_id": 202258,
"position": 4,
"total": 35,
"won": 21,
"loss": 14,
"draw": 0,
"goal_diff": 13,
"last5": [
1,
0,
0,
1,
1
],
"points": 72
},
{
"team_id": 202255,
"position": 5,
"total": 33,
"won": 16,
"loss": 17,
"draw": 0,
"goal_diff": -240,
"last5": [
1,
0,
0,
0,
1
],
"points": 64
},
{
"team_id": 202290,
"position": 6,
"total": 33,
"won": 15,
"loss": 18,
"draw": 0,
"goal_diff": -72,
"last5": [
0,
0,
1,
0,
1
],
"points": 58
},
{
"team_id": 202278,
"position": 7,
"total": 33,
"won": 13,
"loss": 20,
"draw": 0,
"goal_diff": -54,
"last5": [
1,
0,
1,
0,
1
],
"points": 46
},
{
"team_id": 202270,
"position": 8,
"total": 33,
"won": 13,
"loss": 20,
"draw": 0,
"goal_diff": -133,
"last5": [
0,
1,
0,
0,
0
],
"points": 43
},
{
"team_id": 202286,
"position": 9,
"total": 28,
"won": 10,
"loss": 18,
"draw": 0,
"goal_diff": -316,
"last5": [
0,
0,
0,
0,
0,
1,
1,
1
],
"points": 33
},
{
"team_id": 202296,
"position": 10,
"total": 28,
"won": 11,
"loss": 17,
"draw": 0,
"goal_diff": -241,
"last5": [
0,
1,
0,
1,
1,
1,
1,
1
],
"points": 30
},
{
"team_id": 202282,
"position": 11,
"total": 28,
"won": 4,
"loss": 24,
"draw": 0,
"goal_diff": -346,
"last5": [
0,
1,
0,
0,
0,
0,
0,
0
],
"points": 22
},
{
"team_id": 202266,
"position": 12,
"total": 28,
"won": 7,
"loss": 21,
"draw": 0,
"goal_diff": -334,
"last5": [
1,
1,
1,
0,
0,
0,
1,
1
],
"points": 14
}
]
},
{
"standing_id": 1,
"sport_id": 219,
"series_id": 16471,
"name": "SVNS, Women 2025, Relegation/Promotion Group A",
"teams": [
{
"team_id": 202286,
"position": 1,
"total": 3,
"won": 3,
"loss": 0,
"draw": 0,
"goal_diff": 60,
"last5": [
0,
0,
0,
0,
0,
1,
1,
1
],
"points": 0
},
{
"team_id": 202266,
"position": 2,
"total": 3,
"won": 2,
"loss": 1,
"draw": 0,
"goal_diff": 15,
"last5": [
1,
1,
1,
0,
0,
0,
1,
1
],
"points": 0
}
]
},
{
"standing_id": 1,
"sport_id": 219,
"series_id": 16471,
"name": "SVNS, Women 2025, Relegation/Promotion Group B",
"teams": [
{
"team_id": 202296,
"position": 1,
"total": 3,
"won": 3,
"loss": 0,
"draw": 0,
"goal_diff": 43,
"last5": [
0,
1,
0,
1,
1,
1,
1,
1
],
"points": 0
},
{
"team_id": 202282,
"position": 3,
"total": 3,
"won": 0,
"loss": 3,
"draw": 0,
"goal_diff": -17,
"last5": [
0,
1,
0,
0,
0,
0,
0,
0
],
"points": 0
}
]
}
],
"total": 3
},
"msg": "success"
}
Modified at 2025-06-18 09:43:24