- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
2.双色球
正式环境
正式环境
GET
/lot/api/v3/wel/list/808
请求参数
Query 参数
page
integer
页数
示例值:
1
per_page
integer
每页数据条数
示例值:
10
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/wel/list/808' \
--header 'app_id;' \
--header 'app_secret;'
返回响应
🟢200成功
application/json
Body
code
integer
错误码
data
object
必需
list
array [object {16}]
必需
total
integer
总条数
msg
string
接口响应信息
示例
{
"code": 0,
"data": {
"list": [
{
"lot_id": 8030,
"lot_type": 808,
"draw_pdf_url": "http://www.cwl.gov.cn/c/2024/11/28/596723.shtml",
"lottery_draw_num": "2024137",
"lottery_draw_result": "04 09 10 19 26 27 12",
"lottery_draw_time": "2024-11-28",
"lottery_equipment_count": 0,
"lottery_game_name": "双色球",
"lottery_paid_begin_time": "",
"lottery_paid_end_time": "2025-01-27 23:59:59",
"lottery_sale_begin_time": "",
"lottery_sale_endtime": "",
"lottery_unsort_drawresult": "",
"pool_balance_afterdraw": "2243778557",
"total_sale_amount": "446966366",
"prize_level_list": [
{
"prize_level": "1等奖",
"stake_amount": "5291924",
"stake_count": "70",
"total_prize_amount": "370434680"
},
{
"prize_level": "2等奖",
"stake_amount": "29875",
"stake_count": "855",
"total_prize_amount": "25543125"
},
{
"prize_level": "3等奖",
"stake_amount": "3000",
"stake_count": "3255",
"total_prize_amount": "9765000"
},
{
"prize_level": "4等奖",
"stake_amount": "200",
"stake_count": "131908",
"total_prize_amount": "26381600"
},
{
"prize_level": "5等奖",
"stake_amount": "10",
"stake_count": "2156482",
"total_prize_amount": "21564820"
},
{
"prize_level": "6等奖",
"stake_amount": "5",
"stake_count": "11825695",
"total_prize_amount": "59128475"
}
]
},
{
"lot_id": 8022,
"lot_type": 808,
"draw_pdf_url": "http://www.cwl.gov.cn/c/2024/11/26/596209.shtml",
"lottery_draw_num": "2024136",
"lottery_draw_result": "03 11 15 21 25 26 03",
"lottery_draw_time": "2024-11-26",
"lottery_equipment_count": 0,
"lottery_game_name": "双色球",
"lottery_paid_begin_time": "",
"lottery_paid_end_time": "2025-01-25 23:59:59",
"lottery_sale_begin_time": "",
"lottery_sale_endtime": "",
"lottery_unsort_drawresult": "",
"pool_balance_afterdraw": "2537583064",
"total_sale_amount": "429233698",
"prize_level_list": [
{
"prize_level": "1等奖",
"stake_amount": "7126819",
"stake_count": "8",
"total_prize_amount": "57014552"
},
{
"prize_level": "2等奖",
"stake_amount": "162352",
"stake_count": "131",
"total_prize_amount": "21268112"
},
{
"prize_level": "3等奖",
"stake_amount": "3000",
"stake_count": "2545",
"total_prize_amount": "7635000"
},
{
"prize_level": "4等奖",
"stake_amount": "200",
"stake_count": "94643",
"total_prize_amount": "18928600"
},
{
"prize_level": "5等奖",
"stake_amount": "10",
"stake_count": "1734497",
"total_prize_amount": "17344970"
},
{
"prize_level": "6等奖",
"stake_amount": "5",
"stake_count": "16268630",
"total_prize_amount": "81343150"
}
]
}
],
"total": 1
},
"msg": "success"
}
修改于 2025-01-08 08:19:35