JSON FEED
Hướng dẫn dữ liệu số nổi bật cho AI và hệ thống ngoài
Tài liệu mô tả lucky_data.php cho AI và hệ thống ngoài cần dữ liệu phân tích số nổi bật dạng machine-readable.
https://www.gjl365n.xyz/lucky_data.php?lotto=thai
Các tham số hỗ trợ
| Parameter | Ý nghĩa |
|---|---|
| lotto | Bắt buộc. Slug của đài cần phân tích như thai, hanoi hoặc lao_pathana. |
Các field quan trọng
| Field | Ý nghĩa |
|---|---|
| latest_row | Dòng kết quả gần nhất dùng làm nền tảng phân tích. |
| next_draw | Kỳ quay tiếp theo được ước tính theo lịch của đài đó. |
| trend_scores | Điểm xu hướng tổng cho 3 số trên và 2 số dưới. |
| top_3_analysis.positions | Thống kê theo từng vị trí của 3 số trên. |
| bottom_2_analysis.positions | Thống kê theo từng vị trí của 2 số dưới. |
| candidates | Các tổ hợp số nổi bật được sắp theo mức xu hướng cao nhất. |
| hot_digits | Các chữ số nổi bật tổng thể từ toàn bộ dữ liệu lịch sử đã phân tích. |
Ví dụ 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": "Chính phủ Thái Lan",
"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": "Hàng trăm",
"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": "Hàng chục dưới",
"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."
}