In-Depth Love Reading

Introducing our In-Depth Love Reading API, a powerful tool to unveil comprehensive insights into matters of the heart. Delve deep into relationship dynamics, compatibility, and guidance, providing users with a personalized and enriching love experience.

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/in-depth-love-reading

Returns In-Depth Love 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": "WHEEL OF FORTUNE",
            "result": "You may feel like you are in a rut, and that things are not going your way. However, the Wheel of Fortune card is here to remind you that you are not powerless, and that you have the ability to turn things around. Even in the most difficult of situations, you can find a glimmer of hope and positivity. It is essential to acknowledge that loss is a part of life, and it is not always a bad thing. It can be an opportunity to learn and grow, to make better choices in the future.\r\n\r\nWhen it comes to relationships, the Wheel of Fortune can be a warning to be mindful of the patterns and habits you have developed. It can be easy to mistake dysfunctional relationships for love, especially if that is all you have known. However, this card is an invitation to break free from those patterns and make different choices. Remember, you are not a victim of circumstance. You have the power to create the life and relationships you desire.\r\n\r\nTake the guidance of the Wheel of Fortune as a reminder that life is full of ups and downs. Embrace the lessons that come with the challenging times, and don't be afraid to make changes in your relationships and life. The wheel is always turning, and with a positive mindset and a willingness to take action, you can navigate through the tough times and come out stronger on the other side.",
            "image": "https://divineapi.com/admin/uploads/tarot_daily_love/11.png",
            "image2": "https://divineapi.com/admin/uploads/tarot_daily_love/11_2.jpg",
            "image3": "https://divineapi.com/admin/uploads/tarot_daily_love/11_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/in-depth-love-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated