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.

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

Returns Coffee Cup Reading in response

Request Body

NameTypeDescription

api_key*

String

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

{
    "success":1,
    "message":"Coffee Cup Reading
result.",
    "data":{
        "prediction":{
            "present_title":"ELEPHANT",
            "present_content":"The grandiosity of presence can pull it all
off effortlessly. A roar that is so melodic that monarchs are bowing down. Character purity may express positive at
every little stride and this is where nectars can come from every sphere of life. Stay on the earth and let your action
shout.",
            "present_image":"https:\/\/divineapi.com\/admin\/uploads\/coffee_cup\/48.jpg",
            "near_future_title":"Angel",
            "near_future_content":"Positive
news attracts delight and shields you like a newborn in a cradle. Angel unreservedly admires you while absolving you of
all your misdeeds. \r\nAngel acts as a hidden protector, keeping you sensitive and closest to your
heart.",
            "near_future_image":"https:\/\/divineapi.com\/admin\/uploads\/coffee_cup\/26.jpg",
            "distant_future_title":"Heart",
            "distant_future_content":"A
strong connection is shown by the heart. The heart is the key that unlocks the entrance to affection and compassion. It
symbolizes unconditional love and a gentler aspect of
things.",
            "distant_future_image":"https:\/\/divineapi.com\/admin\/uploads\/coffee_cup\/56.jpg"
        }
    }
}
curl --location 'https://divineapi.com/api/1.0/get_coffee_cup_reading.php' \
--form 'api_key="Your divine api key"'

Last updated