- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
3.竞彩开奖结果
正式环境
正式环境
GET
/lot/api/v3/csl/list/jc/result
请求参数
Query 参数
issue_num
integer
根据序号查询
start_time
integer
可选
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/lot/api/v3/csl/list/jc/result' \
--header 'app_id;' \
--header 'app_secret;'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
object
必需
list
array [object {23}]
必需
total
integer
总条数
msg
string
接口响应信息
示例
{
"code": 0,
"data": {
"list": [
{
"lot_id": 11537,
"sport_id": 201,
"comp": "美国职业篮球联盟",
"home": "克利夫兰骑士",
"away": "亚特兰大老鹰",
"issue_num": "3301",
"match_time": 1732752000,
"short_comp": "美职篮",
"short_home": "骑士",
"short_away": "老鹰",
"home_score": 84,
"away_score": 88,
"half_home_score": 0,
"half_away_score": 0,
"spf": "",
"rq": "",
"bf": "",
"jq": "",
"bqc": "",
"sf": "0,2.64",
"rf": "6.5,0,1.76",
"sfc": "1,5.90",
"dxf": "162.5,1,1.66"
},
{
"lot_id": 11536,
"sport_id": 202,
"comp": "韩国职业联赛",
"home": "忠南牙山",
"away": "大邱FC",
"issue_num": "4020",
"match_time": 1732788000,
"short_comp": "韩职",
"short_home": "忠南牙山",
"short_away": "大邱FC",
"home_score": 1,
"away_score": 3,
"half_home_score": 2,
"half_away_score": 2,
"spf": "3,1.63",
"rq": "+1,0,6.45",
"bf": "2:0,11.00",
"jq": "2,4.40",
"bqc": "1,3,4.80",
"sf": "",
"rf": "",
"sfc": "",
"dxf": ""
}
],
"total": 71029
},
"msg": "success"
}
修改于 2025-01-08 08:19:35