Daily Tarot

Introducing our Daily Tarot API, your gateway to delivering daily tarot card readings to users. Easily integrate the mystical world of tarot into your website and applications, providing personalized guidance and inspiration on a daily basis.

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/v2/daily-tarot

Returns Daily Tarot 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)

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "card": "SIX OF WANDS",
        "category": "Reverse",
        "career": "This reversed card solely depicts your failure. However, failure can come in many ways. It can come in the form of a small conflict at your workplace where you might get accused of something you have never done. Or there can be situation where you will be asked for a pay raise but later you get to know you didn't meet the criteria. So all the ways predict that you might eithre become a victim or get accused. ",
        "love": "This card depicts that you are not stringy mentally. You are striving hard to find true love. But sometimes you fail when you think you are about to reach the peak. This card creates such situations that you will find difficulty in meeting your soulmate. Due to this, you are likely to become weak. But being optimistic and confident will add to your fortune. ",
        "finance": "This card reversed depicts a complete failure in your life. You should be very careful and take an account of your properties. This is because a single negative event can turn your life upside down. Track the history of your transactions and tell your loved ones about the things happening around you. This will help you in certain situations. Family is the one that stands with you in difficult times. ",
        "image": "https://divineapi.com/admin/uploads/daily_tarot/14_2.jpg",
        "image2": "https://divineapi.com/admin/uploads/daily_tarot/14.jpg"
    }
}

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/v2/daily-tarot' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated