Professional and open API event interface

We provide an unbiased Pachinko Results API for free

floating element floating element

Interface documentation

This interface is only for demonstration, please consult customer service for detailed interfaces

Test call address:https://api.kct.live/api
(The official online address is the domain name address)

name function Request parameters
game_id Game logo yssl
int Query the quantity default:1
date Query date default:2024-08-26

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

Return value:

{
    "code": 200,
    "msg": "successful",
    "data": [
        {
            "game_remark": "Primeval deep forest",
            "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": "Primeval deep forest",
            "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": "Primeval deep forest",
            "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": "Primeval deep forest",
            "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": "Primeval deep forest",
            "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": "Primeval deep forest",
            "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
        }
    ]
}