專業、公開的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
        }
    ]
}