Yes or No Tarot

Introducing the Yes or No Tarot API, a poawerful tool for seeking quick answers to pressing questions. Easily integrate this API into your website and applications and services to provide users with straightforward and intuitive tarot card-based responses.

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

POST https://astroapi-5.divineapi.com/api/v2/yes-or-no-tarot

Returns Yes or No Tarot in response

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": {
        "prediction": {
            "card": "STRENGTH",
            "category": "Reverse",
            "yes_no": "NO",
            "result": "Everything the upright Strength card says is shown by the reversed Strength card. In whatever they undertake, the seeker is prone to acquire numerous insecurities. The seeker is afraid of being humiliated or falsely accused. The seeker lives in continuous dread, which will eventually lead to his demise. The seeker is depressed, which may cause them to experience unwanted feelings that would discourage and demotivate them in their life. He'd wind up separating himself from others and losing his happiness. The seeker must come out of his cocoon and confront the world with confidence.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/yes_no_tarot/74_2.jpg",
            "image2": "https://astroapi-5.divineapi.com/public/uploads/yes_no_tarot/74.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/yes-or-no-tarot' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated