JSON FEED

面向 AI 与外部系统的最新结果数据指南

面向 AI 与外部系统的 result_data.php 数据结构说明,用于机器可读的最新开奖结果。

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

何时使用

  • 当你需要机器可读的最新结果而不想解析 result.php 的 HTML 时使用。
  • 适合需要明确字段如 market_slug 或 history_url 的 AI、机器人和外部系统。
  • result.php 仍是给人阅读的页面,而 result_data.php 是给自动化系统使用的 feed。

主要字段

Field 含义
site GJL365N
page_type feed 类型
canonical_url 给人阅读的页面 URL
generated_at feed 生成时间,ISO 8601
draw_date_iso 最新结果日期,YYYY-MM-DD
groups 按彩票类别分组的数据
markets 便于系统读取的扁平市场列表
market_slug 用于 historical.php 的 slug
history_url 该市场的公开历史页面

JSON 示例

{
    "site": "GJL365N",
    "page_type": "latest_lottery_results",
    "canonical_url": "https://www.gjl365n.xyz/result.php",
    "generated_at": "2026-04-14T12:00:00Z",
    "draw_date_iso": "2026-04-14",
    "draw_date_display_th": "14 เมษายน 2569",
    "market_count": 2,
    "groups": [
        {
            "group_name_th": "หวยรัฐบาล",
            "markets": [
                {
                    "group_name_th": "หวยรัฐบาล",
                    "market_name_th": "泰国政府彩票",
                    "market_slug": "thai",
                    "draw_date": "2026-04-14",
                    "history_url": "https://www.gjl365n.xyz/historical.php?lotto=thai",
                    "top_3": "",
                    "bottom_2": "34",
                    "first_prize": "123456",
                    "front_digits": "12, 34",
                    "back_digits": "56, 78"
                }
            ]
        }
    ]
}