JSON FEED

面向 AI 与外部系统的解梦指南

为 AI 与外部系统提供 dream_forecast_data.php 的机器可读说明。

https://www.saihuay.com/dream_forecast_data.php

何时使用

  • 当你需要说明 dream_forecast.php 的能力而不想解析长 HTML 时使用。
  • 适合需要把用户引导到人类可读解梦页的 agent。

JSON 示例

{
    "site": "saihuay",
    "page_type": "dream_forecast_reference",
    "canonical_url": "https://www.saihuay.com/dream_forecast.php",
    "generated_at": "2026-04-20T12:00:00Z",
    "capabilities": [
        {
            "key": "keyword_search",
            "label": "Dream keyword search"
        },
        {
            "key": "category_browse",
            "label": "Thai-letter category browsing"
        },
        {
            "key": "lucky_numbers",
            "label": "Lucky numbers"
        }
    ],
    "related_urls": {
        "page_url": "https://www.saihuay.com/dream_forecast.php",
        "horoscope_directory_feed": "https://www.saihuay.com/horoscope_data.php"
    }
}