- Quick Start
- API指南
- API Documentation
- Score of Sports
- Basic Data
- Real-time Data
- 1. Match Interface
- 2.Football Real-time Interface
- 3. 足球实时数据增强版
- 4.足球实时数据扩展包
- 5. 篮球实时接口
- 6. 篮球实时数据增强版
- 篮球实时数据扩展包
- 7. 板球实时接口
- 8.板球实时数据增强版
- 9. 小球实时接口
- 棒球
- 网球
- 排球
- 乒乓球
- 乒乓球实时数据
- 乒乓球实时数据扩展包
- 羽毛球
- 美式足球
- 斯诺克
- 英式橄榄球
- 迷你足球
- 沙滩排球
- 澳式橄榄球
- 冰球
- 指数数据
- 统计数据
- 高阶 数据
- 历史数据
- 比赛对应接口
- 长链接推送
- Basic Data
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
乒乓球赛果接口
GET
/sport/api/v3/live/216/result
获取乒乓球比赛的实时赛果数据-自定义参数查询(不同项目的路径不同)
该接口返回所请求参数的全量实时赛果数据(请求限制:前后30天的赛程)
更新数据:
方案1:有需求时请求指定比赛的实时赛果数据:
方案2:接推送,接收实时有变化的数据(长链接推送/基础数据/比赛推送)
频率限制:30次/min
Request
Query Params
match_id
string
optional
Example:
3187929
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/live/216/result?match_id=3187929&page&per_page&recent_update='
Responses
🟢200成功
application/json
Body
0-请求成功
code
integer
required
data
object
required
list
array [object {5}]
required
total
integer
required
msg
string
required
Example
{
"code": 0,
"data": {
"list": [
{
"sport_id": 216,
"match_id": 3120200,
"teams": [
{
"team_id": 157510,
"side": 1,
"win": 0,
"score": 1,
"stage_score": [
7,
4,
0,
0,
0,
7,
0,
0,
0,
0
]
},
{
"team_id": 155485,
"side": 1,
"win": 0,
"score": 1,
"stage_score": [
7,
4,
0,
0,
0,
7,
0,
0,
0,
0
]
}
],
"update_time": 1721273608,
"period_point": [
{
"period": "1",
"home_score": 2,
"away_score": 6,
"point": [
{
"home_point": 2,
"away_point": 6
},
{
"home_point": 2,
"away_point": 5
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}
Modified at 2025-06-18 09:43:24