专业、公开的API赛事接口

我们免费提供公正的弹珠赛事结果API接口

floating element floating element

接口文档

此接口只做演示,详细接口请咨询客服

测试调用地址:https://api.kct.live/api
(正式上线地址为域名地址)

名称 作用 请求参数
game_id 游戏标识 yssl
int 查询数量 默认:1
date 查询日期 默认当天:2024-08-26

列:/reward/list?game_id=yssl&int=1&date=2024-08-26

返回值:

{
    "code": 200,
    "msg": "请求成功",
    "data": [
        {
            "game_remark": "原始深林",
            "period": "20240730005",
            "open_time": "2024-07-30 10:30:00",
            "game_result": "",
            "next_issue": "20240730006",
            "next_open_time": "2024-07-30 10:32:00",
            "video_url": "",
            "jpg_url": "",
            "status": 0
        },
        {
            "game_remark": "原始深林",
            "period": "20240730004",
            "open_time": "2024-07-30 10:00:00",
            "game_result": "",
            "next_issue": "20240730005",
            "next_open_time": "2024-07-30 10:02:00",
            "video_url": "",
            "jpg_url": "",
            "status": 0
        },
        {
            "game_remark": "原始深林",
            "period": "20240730003",
            "open_time": "2024-07-30 09:30:00",
            "game_result": "",
            "next_issue": "20240730004",
            "next_open_time": "2024-07-30 09:32:00",
            "video_url": "",
            "jpg_url": "",
            "status": 0
        },
        {
            "game_remark": "原始深林",
            "period": "20240730002",
            "open_time": "2024-07-30 09:00:00",
            "game_result": "",
            "next_issue": "20240730003",
            "next_open_time": "2024-07-30 09:02:00",
            "video_url": "",
            "jpg_url": "",
            "status": 0
        },
        {
            "game_remark": "原始深林",
            "period": "20240730001",
            "open_time": "2024-07-30 08:30:00",
            "game_result": "",
            "next_issue": "20240730002",
            "next_open_time": "2024-07-30 08:32:00",
            "video_url": "",
            "jpg_url": "",
            "status": 0
        },
        {
            "game_remark": "原始深林",
            "period": "",
            "open_time": "2024-07-30 08:30:00",
            "game_result": "1,2,3,4,5,6,7,8,9,10",
            "next_issue": "20240730002",
            "next_open_time": "2024-07-30 08:32:00",
            "video_url": "http://www.baidu.com",
            "jpg_url": "http://www.baidu.com",
            "status": 0
        }
    ]
}