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 s

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.

POST https://divineapi.com/api/1.0/get_yes_or_no_tarot.php

Returns Yes or No Tarot in response

Request Body

NameTypeDescription

api_key*

String

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

{
    "success":1,
    "message":"Yes or No Tarot result.",
    "data":{
        "card":"SIX OF
SWORDS",
        "category":"Upright",
        "yes_no":"YES",
        "result":"The six of swords depict a woman with a child in a boat across a
river. This is symbolic of the act of moving on. It is a suggestion that the time hare now comes when you should quit
the past to begin afresh. The upright six swords are symbolic of your having made up your mind to move on from people or
incidents that had been haunting you for a
long.",
        "image":"https:\/\/divineapi.com\/admin\/uploads\/yes_no_tarot\/140_2.jpg",
        "image2":"https:\/\/divineapi.com\/admin\/uploads\/yes_no_tarot\/140.jpg"
    }
}
curl --location 'https://divineapi.com/api/1.0/get_yes_or_no_tarot.php' \
--form 'api_key="Your Api Key"'

Last updated