Divine Angel Reading

Introducing our Divine Angel Reading API, a gateway to connecting users with spiritual insights and guidance through angel card readings. Easily integrate this API to offer personalized angelic messages and wisdom in your website and applications, providing users with divine inspiration and clarity.

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/divine-angel-reading

Returns Divine Angel Reading in response

Headers

Name
Type
Description

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

Name
Type
Description

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": "JUDGEMENT",
            "result": "Zuriel sees that you have been feeling stagnant in your routine, and it's time to break out of that cycle. You may have been so focused on the practical aspects of life, like work and responsibilities, that you have forgotten to enjoy the little things that make life extraordinary. Zuriel encourages you to take a step back and reassess your priorities. Are you doing things that truly bring you joy and fulfillment?\r\n\r\nIf not, it's time to make a change. Zuriel is here to guide you through this process and help you take risks that will bring more passion into your life. It can be scary to step out of your comfort zone, but remember that the greatest growth comes from taking those leaps of faith.\r\n\r\nPerhaps you can try something new, like learning a new hobby or taking a spontaneous trip. Zuriel will help you tap into your intuition and embrace the magic of life. With Zuriel's guidance, you will discover that you are capable of achieving great things and living a more fulfilling life. So, take a deep breath, and let Zuriel help you open your eyes to the extraordinary possibilities that await you.",
            "image": "https://divineapi.com/admin/uploads/tarot_daily_career/21.png",
            "image2": "https://divineapi.com/admin/uploads/tarot_daily_career/21_2.jpg",
            "image3": "https://divineapi.com/admin/uploads/tarot_daily_career/21_3.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/divine-angel-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated