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

tm for Tamil

tl for Telugu

tr for Turkish

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

Returns Yes or No 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": {
        "prediction": {
            "card": "ACE OF CUPS",
            "category": "Upright",
            "yes_no": "YES",
            "result": "Aces are believed to symbolize a fresh start, and the Ace of Cups card is no exception. The emergence of an upright Ace of Cups is a sign that you should let go of the psychological issues that have been dragging you back and keeping you from enjoying life without worry. This card represents a chance to offer oneself a fresh start, which may be in the shape of a new relationship or even a new career. Based on what you've been dealing with, this card may represent an emotional or spiritual release. The existence of an Ace of Cups card indicates that it is time to turn over a fresh leaf.",
            "image": "https://divineapi.com/admin/uploads/yes_no_tarot/51_2.jpg",
            "image2": "https://divineapi.com/admin/uploads/yes_no_tarot/51.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