JSON FEED

Hướng dẫn trang chủ cho AI và hệ thống ngoài

Tài liệu mô tả index_data.php cho AI và hệ thống ngoài cần tổng quan machine-readable về website, các phần chính và danh sách đài xổ số.

https://www.gjl365n.xyz/index_data.php

Khi nào nên dùng

  • Dùng khi cần tổng quan machine-readable về trang chủ, các phần chính và toàn bộ các đài xổ số.
  • Phù hợp cho agent cần một điểm bắt đầu ổn định trước khi đi tiếp sang feed chuyên biệt.
  • Nếu cần kết quả mới nhất trực tiếp, hãy dùng result_data.php; nếu cần tổng quan toàn site, hãy dùng index_data.php.

Các field chính

Field Ý nghĩa
primary_sections Các điểm vào chính của website cùng page_url, feed_url và guide_url.
groups Nhóm xổ số cùng toàn bộ các đài hiển thị trên trang chủ.
supported_languages Các ngôn ngữ mà website công khai hỗ trợ.

Ví dụ JSON

{
    "site": "GJL365N",
    "page_type": "homepage_overview",
    "canonical_url": "https://www.gjl365n.xyz/",
    "generated_at": "2026-04-14T12:00:00Z",
    "supported_languages": [
        "th",
        "en",
        "zh",
        "lo",
        "vi"
    ],
    "group_count": 2,
    "market_count": 3,
    "primary_sections": [
        {
            "section_key": "latest_results",
            "page_url": "https://www.gjl365n.xyz/result.php",
            "feed_url": "https://www.gjl365n.xyz/result_data.php",
            "guide_url": "https://www.gjl365n.xyz/result_data_guide.php"
        },
        {
            "section_key": "historical_index",
            "page_url": "https://www.gjl365n.xyz/backward.php",
            "feed_url": "https://www.gjl365n.xyz/backward_data.php",
            "guide_url": "https://www.gjl365n.xyz/backward_data_guide.php"
        }
    ],
    "groups": [
        {
            "group_name_th": "หวยรัฐบาล",
            "group_display_name": "Government Lottery",
            "market_count": 2,
            "markets": [
                {
                    "market_slug": "thai",
                    "market_name_th": "Chính phủ Thái Lan",
                    "market_display_name": "Thai Government Lottery",
                    "historical_url": "https://www.gjl365n.xyz/historical.php?lotto=thai",
                    "historical_feed_url": "https://www.gjl365n.xyz/historical_data.php?lotto=thai",
                    "lucky_url": "https://www.gjl365n.xyz/lucky.php?lotto=thai",
                    "lucky_feed_url": "https://www.gjl365n.xyz/lucky_data.php?lotto=thai"
                }
            ]
        }
    ]
}