JSON FEED

3-card tarot guide for AI and external systems

Documentation for gipse_3_data.php for AI and external systems that need machine-readable details about the 3-card past-present-future spread, question categories, and position labels.

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

When to use it

  • Use it when you need the 3-card past-present-future spread with machine-readable question categories and position labels.

Sample JSON

{
    "site": "saihuay",
    "page_type": "tarot_reading",
    "canonical_url": "https://www.saihuay.com/gipse_3.php",
    "generated_at": "2026-04-19T12:00:00Z",
    "spread": {
        "spread_key": "past_present_future_3",
        "card_count": 3,
        "position_labels": [
            "Past",
            "Present",
            "Future direction"
        ]
    },
    "question_categories": [
        {
            "key": "money",
            "label": "Money"
        }
    ]
}