Past-Present-Future Reading

Introducing our Past-Present-Future Reading API, a powerful tool to provide users with profound insights into their life's journey. Easily integrate this API to offer glimpses into their past, understand their present, and anticipate their future, creating engaging and personalized experiences.

Use translator for other language:

Update translator: https://divineapi.com/translator

en For English

hi For Hindi

pt For Portuguese

fr For French

es For Spanish

ru For Russian

de For German

nl For Dutch

it For Italian

pl For Polish

ar For Arabic

ja For Japanese

zh For Chinese

tm for Tamil

tl for Telugu

tr for Turkish

POST https://astroapi-5.divineapi.com/api/v3/past-present-future-reading

Returns Past-Present-Future Reading in response

Headers

NameTypeDescription

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

NameTypeDescription

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

card_image

Integer

Card Image 1/2/3, default 1

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "past": {
                "card": "QUEEN OF PENTACLES",
                "image": "https://divineapi.com/admin/uploads/past_present_future/91.jpg",
                "summary": "In the past, you were guided by the nurturing and practical energy of the Queen of Pentacles. This card signifies a time when stability and resourcefulness played a pivotal role in your life. You may have found yourself in a position of tending to the needs of others or focusing on creating a secure environment for yourself and your loved ones. This period was marked by a strong sense of responsibility and an ability to balance work and personal life effectively. Perhaps you had to make practical decisions that required you to be down-to-earth and reliable, much like the Queen of Pentacles herself. It was a time when you appreciated the simple, yet fulfilling, aspects of life, such as home, family, and financial stability.",
                "keywords": [
                    "Nurturing",
                    "Stability",
                    "Resourcefulness"
                ],
                "advice": "Reflect on past nurturing roles that built your resilience and focus on applying learned stability in current endeavors."
            },
            "present": {
                "card": "JUDGEMENT",
                "image": "https://divineapi.com/admin/uploads/past_present_future/153.jpg",
                "summary": "Currently, The Fool indicates a phase of exploration and excitement. You may find yourself on the brink of a new adventure, willing to step into the unknown with optimism and trust. While the path ahead may seem uncertain, the card suggests that you are guided by a deep sense of intuition and creative energy. You’re encouraged to release any fears of failure and embrace the present moment with confidence. Be aware of potential distractions or impulsiveness that may arise. It's essential to balance your daring spirit with mindfulness to make the most of the opportunities presenting themselves. This card is a reminder that life is a journey; enjoying the process is as important as reaching your destination.",
                "keywords": [
                    "Exploration",
                    "Optimism",
                    "Intuition"
                ],
                "advice": "Stay open to new possibilities while grounding yourself in careful consideration of choices."
            },
            "future": {
                "card": "QUEEN OF WANDS",
                "image": "https://divineapi.com/admin/uploads/past_present_future/33.jpg",
                "summary": "Looking ahead, the Queen of Wands projects a future where stepping into your power becomes even more vital. Prepare to harness your fiery nature to overcome challenges innovatively. You will continue to be a source of motivation and possibly step into roles that require greater responsibility. Anticipate nurturing ventures where your skills and positivity can flourish. Relationships or projects embarked upon now are poised to develop robustly if managed with care and integrity. Remember to maintain balance to avoid exhausting your energy reserves. The future is bright with the promise of success if your passion remains unaffected by obstacles. This card encourages faith in your ability to manifest dreams through conscientious efforts and unyielding resolve.",
                "keywords": [
                    "Manifestation",
                    "Responsibility",
                    "Passion"
                ],
                "advice": "Remain steadfast and balance enthusiasm with resourcefulness; success will follow commitment and diligent nurturing."
            }
        }
    }
}

Take a look at how you might call this method via cURL, NodeJS, JavaScript jQuery AJAX or Python:

curl --location 'https://astroapi-5.divineapi.com/api/v3/past-present-future-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="Your API key"' \
--form 'card_image="1"' \
--form 'lan="en"'

Last updated