JSON FEED

Lucky number data guide for AI and external systems

Documentation for lucky_data.php for AI agents and external systems that need machine-readable lucky-number analysis.

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

Supported parameters

Parameter Meaning
lotto Required. The lottery slug to analyze, such as thai, hanoi, or lao_pathana.

Important fields

Field Meaning
latest_row The most recent row used as the analysis baseline.
next_draw The next draw timing estimated from the market schedule.
trend_scores Overall trend scores for Top 3 and Bottom 2.
top_3_analysis.positions Per-position statistics for Top 3.
bottom_2_analysis.positions Per-position statistics for Bottom 2.
candidates Suggested digit combinations ordered by relative trend strength.
hot_digits Overall hot digits across the analyzed history set.

Sample 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": "Thai Government",
    "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": "ออกรอบDate 1, 16",
        "cutoff": "ออกผลประมาณ 15:20 น."
    },
    "trend_scores": {
        "top_3": 78.4,
        "bottom_2": 73.2
    },
    "top_3_analysis": {
        "positions": [
            {
                "label": "Hundreds",
                "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": "Bottom Tens",
                "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."
}