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

POST https://astroapi-5.divineapi.com/api/v2/divine-angel-reading

Returns Divine Angel Reading in response

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": "THE MAGICIAN",
            "result": "Melchizedek is known as the king of angels and the prince of peace. This powerful angel can help you to overcome any negativity or obstacles that you may encounter on your journey towards your goals. Melchizedek is a symbol of spiritual evolution, growth, and enlightenment. It is believed that this angel can help you achieve your highest potential and bring you closer to your life purpose.\r\n\r\nAs you continue on your path towards greater peace and harmony, it is important to remember to stay true to yourself and your beliefs. Trust in the universe and the divine plan that is unfolding for you. Melchizedek can help you to align yourself with this plan and find the courage and determination to pursue your dreams.\r\n\r\nYou may encounter challenges and setbacks along the way, but with the help of Melchizedek, you can overcome them and emerge stronger and more resilient. This angel can also help you to tap into your inner wisdom and intuition, and guide you towards making the right decisions for your highest good.\r\n\r\nRemember to always be open to receiving the guidance and support of your angel. Trust in their power and know that they are always with you, guiding and protecting you on your journey towards greater peace, harmony, and fulfillment.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_career/2.png",
            "image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_career/2_2.jpg",
            "image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_career/2_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