JSON FEED

Horoscope directory guide for AI and external systems

Documentation for horoscope_data.php for AI and external systems that need a machine-readable directory of horoscope tools, entry URLs, and quick guidance.

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

When to use it

  • Use it when you need a machine-readable list of saihuay horoscope tools with links to the 10-, 4-, and 3-card tarot pages and the dream forecast.
  • horoscope.php is human-facing; horoscope_data.php is the machine-readable version.

Sample JSON

{
    "site": "saihuay",
    "page_type": "horoscope_directory",
    "canonical_url": "https://www.saihuay.com/horoscope.php",
    "generated_at": "2026-04-19T12:00:00Z",
    "programs": [
        {
            "program_key": "gipse_10",
            "title": "10-card tarot program",
            "page_path": "/gipse_10.php",
            "page_url": "https://www.saihuay.com/gipse_10.php",
            "cta_label": "Open 10-card tarot",
            "highlights": [
                "Life overview",
                "Deep reading"
            ]
        }
    ],
    "guide_cards": [
        {
            "title": "If you want a full overview",
            "body": "Choose the 10-card tarot program for the most detailed all-around reading.",
            "classes": "border-red-100 bg-gradient-to-br from-red-50 to-white"
        }
    ]
}