- 快速开始
- API指南
- API文档
- 体育比分
- 基础数据
- 实时数据
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
6.七星彩
正式环境
正式环境
GET
/lot/api/v3/wel/list/807
请求参数
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/807' \
--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": 8019,
"lot_type": 807,
"draw_pdf_url": "https://pdf.sporttery.cn/17100/24136/24136.pdf",
"lottery_draw_num": "24136",
"lottery_draw_result": "7 7 7 8 1 6 1",
"lottery_draw_time": "2024-11-26",
"lottery_equipment_count": 0,
"lottery_game_name": "7星彩",
"lottery_paid_begin_time": "2024-11-26 23:30:01",
"lottery_paid_end_time": "2025-01-27 23:59:59",
"lottery_sale_begin_time": "2024-11-24 21:10:00",
"lottery_sale_endtime": "2024-11-26 21:00:00",
"lottery_unsort_drawresult": "7 7 7 8 1 6 1",
"pool_balance_afterdraw": "302,668,378.17",
"total_sale_amount": "17,203,074",
"prize_level_list": [
{
"prize_level": "一等奖",
"stake_amount": "---",
"stake_count": "0",
"total_prize_amount": "0"
},
{
"prize_level": "二等奖",
"stake_amount": "550,244",
"stake_count": "6",
"total_prize_amount": "3,301,464"
},
{
"prize_level": "三等奖",
"stake_amount": "3,000",
"stake_count": "34",
"total_prize_amount": "102,000"
},
{
"prize_level": "四等奖",
"stake_amount": "500",
"stake_count": "1,219",
"total_prize_amount": "609,500"
},
{
"prize_level": "五等奖",
"stake_amount": "30",
"stake_count": "20,551",
"total_prize_amount": "616,530"
},
{
"prize_level": "六等奖",
"stake_amount": "5",
"stake_count": "686,636",
"total_prize_amount": "3,433,180"
}
]
},
{
"lot_id": 8010,
"lot_type": 807,
"draw_pdf_url": "https://pdf.sporttery.cn/17100/24135/24135.pdf",
"lottery_draw_num": "24135",
"lottery_draw_result": "0 2 5 3 9 7 12",
"lottery_draw_time": "2024-11-24",
"lottery_equipment_count": 0,
"lottery_game_name": "7星彩",
"lottery_paid_begin_time": "2024-11-24 23:30:01",
"lottery_paid_end_time": "2025-01-23 23:59:59",
"lottery_sale_begin_time": "2024-11-22 21:10:00",
"lottery_sale_endtime": "2024-11-24 21:00:00",
"lottery_unsort_drawresult": "0 2 5 3 9 7 12",
"pool_balance_afterdraw": "302,301,548.54",
"total_sale_amount": "17,603,176",
"prize_level_list": [
{
"prize_level": "一等奖",
"stake_amount": "---",
"stake_count": "0",
"total_prize_amount": "0"
},
{
"prize_level": "二等奖",
"stake_amount": "971,058",
"stake_count": "5",
"total_prize_amount": "4,855,290"
},
{
"prize_level": "三等奖",
"stake_amount": "3,000",
"stake_count": "28",
"total_prize_amount": "84,000"
},
{
"prize_level": "四等奖",
"stake_amount": "500",
"stake_count": "860",
"total_prize_amount": "430,000"
},
{
"prize_level": "五等奖",
"stake_amount": "30",
"stake_count": "13,573",
"total_prize_amount": "407,190"
},
{
"prize_level": "六等奖",
"stake_amount": "5",
"stake_count": "461,919",
"total_prize_amount": "2,309,595"
}
]
}
],
"total": 2
},
"msg": "success"
}
修改于 2025-01-08 08:19:35