JSON FEED

面向 AI 与外部系统的首页指南

说明 index_data.php 的结构,供 AI 与外部系统读取网站概览、主要栏目与彩种列表。

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

何时使用

  • 当你需要首页、主要栏目与全部彩种的机器可读总览时使用。
  • 适合需要先获得稳定站点入口再进入专门 feed 的 agent。
  • 如果需要最新结果请直接使用 result_data.php;如果需要整站总览请使用 index_data.php。

主要字段

Field 含义
primary_sections 网站主要入口,包含 page_url、feed_url 与 guide_url。
groups 首页展示的彩种分组及全部市场。
supported_languages 公开页面支持的语言。

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": "泰国政府彩票",
                    "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"
                }
            ]
        }
    ]
}