Coffee Cup Reading

Introducing the Coffee Cup Reading API, a unique tool to bring the mystique of coffee cup divination to your website and applications. Access symbolic interpretations and insights derived from coffee grounds, adding a touch of intrigue and spirituality to your services.

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/coffee-cup-reading

Returns Coffee Cup 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)

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "present_title": "People",
            "present_image": "https://divineapi.com/admin/uploads/coffee_cup/71.jpg",
            "present_content": "People in a coffee cup reading can be described as long, short, thin, obese, etc. People as a symbol indicate both the good and the bad things in life. In a coffee cup reading, people relate to people you encounter and interact with daily. They can either be good for you or entirely based purely based off their intentions due to which you are here to find out more about them.",
            "near_future_title": "Birds",
            "near_future_image": "https://divineapi.com/admin/uploads/coffee_cup/30.jpg",
            "near_future_content": "You are a rambunctious and daring individual who enjoys coming up with unconventional solutions to issues. You view the entire image of the issue without becoming caught in its complexities, much as a bird glides above in the sky. You are an independent person who appreciates liberty over everything else the world.",
            "distant_future_title": "Moon",
            "distant_future_image": "https://divineapi.com/admin/uploads/coffee_cup/66.jpg",
            "distant_future_content": "The Full Moon stands for love. It brings people together like high tides on a Full Moon Night. Waves of passion will run through your veins while the Full Moon approves with a nod of its head, shining glamorously in the sky."
        }
    }
}

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

Last updated