プロフェッショナルでオープンな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
        }
    ]
}