JSON FEED

面向 AI 与外部系统的热门号码数据指南

说明 lucky_data.php 的结构,供 AI 与外部系统读取机器可读的热门号码分析。

https://www.gjl365n.xyz/lucky_data.php?lotto=thai

支持的参数

Parameter 含义
lotto 必填。要分析的彩票 slug,例如 thai、hanoi、lao_pathana。

重要字段

Field 含义
latest_row 用于分析的最近一期结果。
next_draw 根据该市场时间表估算的下一期开奖时间。
trend_scores 上 3 位与下 2 位的整体趋势分数。
top_3_analysis.positions 上 3 位各位置的统计。
bottom_2_analysis.positions 下 2 位各位置的统计。
candidates 按相对趋势强度排序的推荐数字组合。
hot_digits 基于已分析历史数据得到的整体热门数字。

JSON 示例

{
    "site": "GJL365N",
    "page_type": "lucky_number_analysis",
    "canonical_url": "https://www.gjl365n.xyz/lucky.php?lotto=thai",
    "generated_at": "2026-04-14T12:00:00Z",
    "market_slug": "thai",
    "market_name_th": "泰国政府彩票",
    "market_display_name": "Thai Government Lottery",
    "analysis_limit": 120,
    "prediction_basis": 120,
    "latest_row": {
        "draw_date": "14 เมษายน 2569",
        "top_3": "456",
        "bottom_2": "34",
        "first_prize": "123456",
        "draw_result": "123456"
    },
    "next_draw": {
        "display": "16 เมษายน 2569",
        "note": "ออกรอบ日期 1, 16",
        "cutoff": "ออกผลประมาณ 15:20 น."
    },
    "trend_scores": {
        "top_3": 78.4,
        "bottom_2": 73.2
    },
    "top_3_analysis": {
        "positions": [
            {
                "label": "百位",
                "top_digit": "4",
                "top_percent": 31.5,
                "top_digits": [
                    {
                        "digit": "4",
                        "percent": 31.5
                    },
                    {
                        "digit": "8",
                        "percent": 18.4
                    }
                ]
            }
        ],
        "candidates": [
            {
                "digits": "456",
                "trend_percent": 100
            },
            {
                "digits": "486",
                "trend_percent": 92.6
            }
        ]
    },
    "bottom_2_analysis": {
        "positions": [
            {
                "label": "下十位",
                "top_digit": "3",
                "top_percent": 29.7,
                "top_digits": [
                    {
                        "digit": "3",
                        "percent": 29.7
                    },
                    {
                        "digit": "7",
                        "percent": 20.4
                    }
                ]
            }
        ],
        "candidates": [
            {
                "digits": "34",
                "trend_percent": 100
            },
            {
                "digits": "37",
                "trend_percent": 88.1
            }
        ]
    },
    "hot_digits": [
        {
            "digit": "4",
            "count": 32,
            "percent": 22.1
        },
        {
            "digit": "3",
            "count": 28,
            "percent": 19.4
        }
    ],
    "disclaimer": "Statistical analysis based on historical data; not a guaranteed prediction."
}