JSON FEED

面向 AI 与外部系统的历史索引指南

说明 backward_data.php 的结构,供 AI 与外部系统读取全部历史彩种索引。

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

何时使用

  • 当你需要 backward.php 的全部历史彩种机器可读索引时使用。
  • 适合需要先发现可用市场再继续调用 historical_data.php 或 lucky_data.php 的 agent。
  • 如果只需要单个市场历史,请直接使用 historical_data.php;如果需要全部市场索引,请使用 backward_data.php。

主要字段

Field 含义
groups 彩种分组及其内部市场列表。
markets 便于系统搜索与筛选的扁平市场列表。
market_slug 用于跳转到 historical.php、historical_data.php、lucky.php 与 lucky_data.php 的 slug。
historical_feed_url 单个彩种历史机器可读 feed URL。
lucky_feed_url 单个彩种热门号码机器可读 feed URL。

JSON 示例

{
    "site": "GJL365N",
    "page_type": "historical_market_index",
    "canonical_url": "https://www.gjl365n.xyz/backward.php",
    "generated_at": "2026-04-14T12:00:00Z",
    "group_count": 2,
    "market_count": 3,
    "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"
                }
            ]
        }
    ],
    "markets": [
        {
            "group_name_th": "หวยรัฐบาล",
            "group_display_name": "Government Lottery",
            "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"
        }
    ]
}