JSON FEED

Dream forecast guide for AI and external systems

Documentation for dream_forecast_data.php for AI and external systems that need a machine-readable summary of the dream forecast page.

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

When to use it

  • Use it when you need to explain what dream_forecast.php can do without parsing long HTML.
  • Suitable for agents that want to route users to the human-readable dream page.

Sample 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"
    }
}