JSON FEED
คู่มือข้อมูลเลขเด่นสำหรับ AI และระบบภายนอก
เอกสารอธิบาย lucky_data.php สำหรับ AI และระบบภายนอกที่ต้องการอ่านผลวิเคราะห์เลขเด่นแบบ machine-readable
https://www.gjl365n.xyz/lucky_data.php?lotto=thai
พารามิเตอร์ที่รองรับ
| Parameter | ความหมาย |
|---|---|
| lotto | จำเป็น ใช้ระบุ slug ของหวยที่ต้องการวิเคราะห์ เช่น thai, hanoi, lao_pathana |
field สำคัญ
| 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."
}