API简介:全国及地方彩开奖结果查询

接口问题联系相关负责人沟通修复:查看该接口开发者

接口地址:https://api.huiniao.top/interface/home/lotteryHistory

返回格式:JSON

请求方式:GET

请求参数:https://api.huiniao.top/interface/home/lotteryHistory?type=pls&page=1&limit=10&code=

注:单纯检测接口是否可调通,返回的数据请自行检查

检测接口中...(检测服务是否可用)


状态码 累计次数 最后检测时间
正常 75 2025-04-01 22:43:43
故障 3 2025-03-30 06:59:15

您好!我们的平台聚合了上千位开发者提供的免费接口,我们已尽力确保接口的稳定性,但由于无法控制其他开发者的接口,可能会出现不稳定或服务中断的情况。对此,我们深感抱歉!我们正在积极改善这一问题,感谢您的理解与支持。
1. 由于开发者可能因盈利问题导致接口失效,我为此向您道歉
2. 我们竭尽全力改进平台的接口稳定性。
3. 为便于您使用,我们提供了智能生成对接代码和在线极速测试接口的功能。
4. 我们将继续努力提供更多可靠的接口,满足您的需求。
5. 若有任何问题,欢迎通过微信与我联系:13132131321。再次感谢您的支持与信任!


接口注意:接口故障请及时反馈,修复进度将通过短信通知。

非官方接口,请联系开发者获取技术支持

Bug修复:非官方接口,Bug反馈请联系开发者

会员线路:因调用量剧增,定制独享优质线路请 参考定制方案

专属线路 成本透明 0服务费

请求参数

接口名称 是否必填 接口类型 接口说明
limit string 每页数量
page string 页码
type string 类型
code string 期号

返回示例

{
    "code": 1,
    "info": "成功",
    "data": {
        "last": {
            "code": "25056",
            "day": "2025-03-07",
            "one": 7,
            "two": 1,
            "three": 6,
            "open_time": "2025-03-07 21:25:00",
            "next_open_time": "2025-03-08 21:25:00",
            "next_code": "25057"
        },
        "data": {
            "list": [
                {
                    "code": "25056",
                    "day": "2025-03-07",
                    "one": 7,
                    "two": 1,
                    "three": 6,
                    "open_time": "2025-03-07 21:25:00",
                    "next_open_time": "2025-03-08 21:25:00",
                    "next_code": "25057"
                },
                {
                    "code": "25055",
                    "day": "2025-03-06",
                    "one": 9,
                    "two": 1,
                    "three": 6,
                    "open_time": "2025-03-06 21:25:00",
                    "next_open_time": "2025-03-07 21:25:00",
                    "next_code": "25056"
                },
                {
                    "code": "25054",
                    "day": "2025-03-05",
                    "one": 3,
                    "two": 8,
                    "three": 4,
                    "open_time": "2025-03-05 21:25:00",
                    "next_open_time": "2025-03-06 21:25:00",
                    "next_code": "25055"
                },
                {
                    "code": "25053",
                    "day": "2025-03-04",
                    "one": 8,
                    "two": 9,
                    "three": 9,
                    "open_time": "2025-03-04 21:25:00",
                    "next_open_time": "2025-03-05 21:25:00",
                    "next_code": "25054"
                },
                {
                    "code": "25052",
                    "day": "2025-03-03",
                    "one": 3,
                    "two": 3,
                    "three": 7,
                    "open_time": "2025-03-03 21:25:00",
                    "next_open_time": "2025-03-04 21:25:00",
                    "next_code": "25053"
                },
                {
                    "code": "25051",
                    "day": "2025-03-02",
                    "one": 9,
                    "two": 7,
                    "three": 3,
                    "open_time": "2025-03-02 21:25:00",
                    "next_open_time": "2025-03-03 21:25:00",
                    "next_code": "25052"
                },
                {
                    "code": "25050",
                    "day": "2025-03-01",
                    "one": 5,
                    "two": 7,
                    "three": 0,
                    "open_time": "2025-03-01 21:25:00",
                    "next_open_time": "2025-03-02 21:25:00",
                    "next_code": "25051"
                },
                {
                    "code": "25049",
                    "day": "2025-02-28",
                    "one": 0,
                    "two": 3,
                    "three": 7,
                    "open_time": "2025-02-28 21:25:00",
                    "next_open_time": "2025-03-01 21:25:00",
                    "next_code": "25050"
                },
                {
                    "code": "25048",
                    "day": "2025-02-27",
                    "one": 5,
                    "two": 7,
                    "three": 0,
                    "open_time": "2025-02-27 21:25:00",
                    "next_open_time": "2025-02-28 21:25:00",
                    "next_code": "25049"
                },
                {
                    "code": "25047",
                    "day": "2025-02-26",
                    "one": 8,
                    "two": 0,
                    "three": 6,
                    "open_time": "2025-02-26 21:25:00",
                    "next_open_time": "2025-02-27 21:25:00",
                    "next_code": "25048"
                }
            ],
            "currentPage": "1",
            "currentLimit": "10",
            "totalPage": 718,
            "totalCount": 7180
        }
    }
}

返回参数

接口名称 接口类型 接口说明
data.last.code string 期号
data.last.day string 开奖日期
data.last string 最新一期结果
info string 说明
code string 1成功 其他异常
data.last.one string 开奖号码
data.last.two string 开奖号码
data.last.three string 开奖号码
data.last.open_time string 开奖时间
data.last.next_open_time string 下期开奖时间(全国彩有效)
data.last.next_code string 下期开奖号码(全国彩有效)
data.data string 返回数据
data.data.list string 查询结果列表
data.data.list.code string 期号
data.data.list.day string 开奖日期
data.data.list.one string 开奖号码
data.data.list.two string 开奖号码
data.data.list.three string 开奖号码
data.data.list.open_time string 开奖时间
data.data.list.next_open_time string 下期开奖时间(全国彩有效)
data.data.list.next_code string 下期开奖号码(全国彩有效)
data.data.currentPage string 当前页码
data.data.currentLimit string 当前每页数量
data.data.totalPage string 总页码
data.data.totalCount string 总数量

{
    "data": {
        "data": "返回数据",
        "last": {
            "day": "开奖日期",
            "code": "期号"
        }
    },
    "code": "1成功 其他异常",
    "info": "说明"
}

小白教程

本教程帮助用户快速对接彩票开奖结果查询接口,现已支持智能生成代码

生成代码

支持生成对接彩票开奖结果查询接口代码,多语言选择,助力学生对接!

注意,AI·BOT自动生成对接「彩票开奖结果查询」简易代码,方便您调试对接,实时生成!

点击生成代码,自动生成对接代码,您可以自行测试,如有疑问请联系夏柔QQ:1501904!
自动生成JAVA对接「彩票开奖结果查询」代码,如有疑问请联系夏柔QQ:1501904!
自动生成PHP对接「彩票开奖结果查询」代码,如有疑问请联系夏柔QQ:1501904!
自动生成NodeJS对接「彩票开奖结果查询」代码,如有疑问请联系夏柔QQ:1501904!
自动生成C语言对接「彩票开奖结果查询」代码,如有疑问请联系夏柔QQ:1501904!
                                                        

实时调试

部分视频、图片或其他接口报错、空值并不代表无法对接,请在本地尝试请求参数接口

在线调试

温馨提示:请修改请求参数,未修改可能返回报错

参数名称 参数值(修改后测试)
{"code":1,"info":"成功","data":{"last":{"code":"25056","day":"2025-03-07","one":7,"two":1,"three":6,"open_time":"2025-03-07 21:25:00","next_open_time":"2025-03-08 21:25:00","next_code":"25057"},"data":{"list":[{"code":"25056","day":"2025-03-07","one":7,"two":1,"three":6,"open_time":"2025-03-07 21:25:00","next_open_time":"2025-03-08 21:25:00","next_code":"25057"},{"code":"25055","day":"2025-03-06","one":9,"two":1,"three":6,"open_time":"2025-03-06 21:25:00","next_open_time":"2025-03-07 21:25:00","next_code":"25056"},{"code":"25054","day":"2025-03-05","one":3,"two":8,"three":4,"open_time":"2025-03-05 21:25:00","next_open_time":"2025-03-06 21:25:00","next_code":"25055"},{"code":"25053","day":"2025-03-04","one":8,"two":9,"three":9,"open_time":"2025-03-04 21:25:00","next_open_time":"2025-03-05 21:25:00","next_code":"25054"},{"code":"25052","day":"2025-03-03","one":3,"two":3,"three":7,"open_time":"2025-03-03 21:25:00","next_open_time":"2025-03-04 21:25:00","next_code":"25053"},{"code":"25051","day":"2025-03-02","one":9,"two":7,"three":3,"open_time":"2025-03-02 21:25:00","next_open_time":"2025-03-03 21:25:00","next_code":"25052"},{"code":"25050","day":"2025-03-01","one":5,"two":7,"three":0,"open_time":"2025-03-01 21:25:00","next_open_time":"2025-03-02 21:25:00","next_code":"25051"},{"code":"25049","day":"2025-02-28","one":0,"two":3,"three":7,"open_time":"2025-02-28 21:25:00","next_open_time":"2025-03-01 21:25:00","next_code":"25050"},{"code":"25048","day":"2025-02-27","one":5,"two":7,"three":0,"open_time":"2025-02-27 21:25:00","next_open_time":"2025-02-28 21:25:00","next_code":"25049"},{"code":"25047","day":"2025-02-26","one":8,"two":0,"three":6,"open_time":"2025-02-26 21:25:00","next_open_time":"2025-02-27 21:25:00","next_code":"25048"}],"currentPage":"1","currentLimit":"10","totalPage":718,"totalCount":7180}}}