新香港六合彩直播地址:
https://v1.nhkjc.com/live/nhk.flv
30分香港直播地址:
https://v1.nhkjc.com/live/nhk30.flv
新香港六合彩接口地址:
https://www.nhkjc.com/apinewhk/newperiod
30分香港六合彩接口地址:
https://www.nhkjc.com/apinewhk30/newperiod
接口说明:该接口用于获取最新的搅珠数据,适用于需要展示最新比赛数据或者统计分析的场景。
{
"gamename":"NEWHK30",
"period":"20250430-23",
"date":"2025-04-30 21:29:57",
"balls":"15-27-33-44-5-6-7",
"ball1":"15",
"ball2":"27",
"ball3":"33",
"ball4":"44",
"ball5":"5",
"ball6":"6",
"ball7":"7",
"ball1_sx":"兔",
"ball2_sx":"兔",
"ball3_sx":"雞",
"ball4_sx":"狗",
"ball5_sx":"牛",
"ball6_sx":"鼠",
"ball7_sx":"豬",
"color7":"RED",
"color1":"BLUE",
"color2":"GREEN",
"color3":"GREEN",
"color4":"GREEN",
"color5":"GREEN",
"color6":"GREEN"
}
傳回值欄位 | 類型 | 描述 | 範例 |
---|---|---|---|
gamename | string | 遊戲名稱 | 新香港六合彩名稱:"NEWHK",30分香港六合彩名稱:"NEWHK30" |
period | string | 期數 | 新香港六合彩期數:"2025100",30分香港六合彩期數格式:"20250101-11" |
result | string | 比賽結果,多個數字組成的字串 | "6,4,1,5,2,3" |
date | string | 開獎時間 | "2025-01-01 21:29:57" |
balls | string | 開獎結果 | 15-27-33-44-5-6-7 |
ball1到ball7 | string | 每位開獎號碼 | 10 |
ball1_sx到ball7_sx | string | 每位開獎號碼對應的生肖 | 兔 |
color1到color7 | string | 每位開獎號碼對應的色波 | BLUE(BLUE代表藍,GREEN代表綠,RED代表紅) |
新香港六合彩接口地址:
https://www.nhkjc.com/apinewhk/historyperiod
30分香港六合彩接口地址:
https://www.nhkjc.com/apinewhk30/historyperiod
接口說明:此接口用於取得歷史的攪珠數據,適用於需要展示最新比賽數據或統計分析的場景。
[
{
"gamename":"NEWHK30",
"period":"20250430-23",
"date":"2025-04-30 21:29:57",
"balls":"15-27-33-44-5-6-7",
"ball1":"15",
"ball2":"27",
"ball3":"33",
"ball4":"44",
"ball5":"5",
"ball6":"6",
"ball7":"7",
"ball1_sx":"兔",
"ball2_sx":"兔",
"ball3_sx":"雞",
"ball4_sx":"狗",
"ball5_sx":"牛",
"ball6_sx":"鼠",
"ball7_sx":"豬",
"color7":"RED",
"color1":"BLUE",
"color2":"GREEN",
"color3":"GREEN",
"color4":"GREEN",
"color5":"GREEN",
"color6":"GREEN"
},
{
"gamename":"NEWHK30",
"period":"20250430-7",
"date":"2025-04-30 13:29:57",
"balls":"14-28-34-41-35-26-7",
"ball1":"14",
"ball2":"28",
"ball3":"34",
"ball4":"41",
"ball5":"35",
"ball6":"26",
"ball7":"7",
"ball1_sx":"龍",
"ball2_sx":"老虎",
"ball3_sx":"猴子",
"ball4_sx":"牛",
"ball5_sx":"羊",
"ball6_sx":"龍",
"ball7_sx":"豬",
"color7":"RED",
"color1":"BLUE",
"color2":"GREEN",
"color3":"RED",
"color4":"BLUE",
"color5":"RED",
"color6":"BLUE"
},
....}
]
傳回值欄位 | 類型 | 描述 | 範例 |
---|---|---|---|
gamename | string | 遊戲名稱 | 新香港六合彩名稱:"NEWHK",30分香港六合彩名稱:"NEWHK30" |
period | string | 期數 | 新香港六合彩期數:"2025100",30分香港六合彩期數格式:"20250101-11" |
result | string | 比賽結果,多個數字組成的字串 | "6,4,1,5,2,3" |
date | string | 開獎時間 | "2025-01-01 21:29:57" |
balls | string | 開獎結果 | 15-27-33-44-5-6-7 |
ball1到ball7 | string | 每位開獎號碼 | 10 |
ball1_sx到ball7_sx | string | 每位開獎號碼對應的生肖 | 兔 |
color1到color7 | string | 每位開獎號碼對應的色波 | BLUE(BLUE代表藍,GREEN代表綠,RED代表紅) |
新香港六合彩接口地址:
https://www.nhkjc.com/apinewhk/getperiod?period=2025100
30分香港六合彩接口地址:
https://www.nhkjc.com/apinewhk30/getperiod?period=20250110-100
接口說明:此接口用於取得指定期數的攪珠數據,適用於需要展示最新比賽數據或統計分析的場景。
[
{
"gamename":"NEWHK30",
"period":"20250430-23",
"date":"2025-04-30 21:29:57",
"balls":"15-27-33-44-5-6-7",
"ball1":"15",
"ball2":"27",
"ball3":"33",
"ball4":"44",
"ball5":"5",
"ball6":"6",
"ball7":"7",
"ball1_sx":"兔",
"ball2_sx":"兔",
"ball3_sx":"雞",
"ball4_sx":"狗",
"ball5_sx":"牛",
"ball6_sx":"鼠",
"ball7_sx":"豬",
"color7":"RED",
"color1":"BLUE",
"color2":"GREEN",
"color3":"GREEN",
"color4":"GREEN",
"color5":"GREEN",
"color6":"GREEN"
}
]
參數名 | 類型 | 必填 | 描述 |
---|---|---|---|
period | String | 是 | 期數(新香港六合彩期數格式:"2025100",30分香港六合彩期數格式:"20250101-11") |
傳回值欄位 | 類型 | 描述 | 範例 |
---|---|---|---|
gamename | string | 遊戲名稱 | 新香港六合彩名稱:"NEWHK",30分香港六合彩名稱:"NEWHK30" |
period | string | 期數 | 新香港六合彩期數:"2025100",30分香港六合彩名稱:"20250101-11" |
result | string | 比賽結果,多個數字組成的字串 | "6,4,1,5,2,3" |
date | string | 開獎時間 | "2025-01-01 21:29:57" |
balls | string | 開獎結果 | 15-27-33-44-5-6-7 |
ball1到ball7 | string | 每位開獎號碼 | 10 |
ball1_sx到ball7_sx | string | 每位開獎號碼對應的生肖 | 兔 |
color1到color7 | string | 每位開獎號碼對應的色波 | BLUE(BLUE代表藍,GREEN代表綠,RED代表紅) |