Heartbreak Reading

Introducing our Heartbreak Reading API, a tool for offering empathetic and personalized insights into matters of the heart. Easily integrate this service to provide comfort, guidance, and support to those navigating emotional challenges and heartbreak.

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/heartbreak-reading

Returns Heartbreak 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)

card_image

Integer

Card Image 1/2/3, default 1

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "card1": "THE HIEROPHANT",
            "card2": "THE EMPEROR",
            "card1_image": "https://divineapi.com/admin/uploads/tarot-breakup/6.png",
            "card2_image": "https://divineapi.com/admin/uploads/tarot-breakup/5.png",
            "cause": "You have likely experienced a situation where you and your partner had differing views on the purpose and expectations of your relationship. Perhaps you wanted a traditional, committed union, while your partner preferred an unconventional arrangement. Despite being in love, your relationship was unable to flourish due to the conflicting values. In the end, it was probably better for both of you to part ways so that you could maintain a friendship. While it may have been difficult to end the romantic aspect of your relationship, it is possible to still maintain a meaningful connection with your ex-partner. By recognizing and respecting each other's differences, you can work towards a healthy and positive friendship. Remember that not all relationships are meant to last forever, but that doesn't mean they weren't valuable experiences that helped shape you into the person you are today.",
            "advise": "It sounds like your past relationship was marked by an imbalance in power. Perhaps you even felt like you were with a parent rather than a partner. This can be a difficult and frustrating dynamic to navigate, but don't worry – there are ways to move forward and find healthier relationships.\r\n\r\nThe wise and strong Emperor advises you to be your own guardian and take control of your life. This means taking responsibility for your own well-being, setting boundaries, and making decisions that are in your best interest. When you take ownership of your life, you'll attract people who respect your boundaries and support your independence.\r\n\r\nOn the other hand, if you continue to rely on others to make decisions for you, you'll likely attract people who want to take control of your life. This can lead to more dysfunctional relationships and a sense of feeling trapped or powerless.\r\n\r\nSo how can you improve your self-reliance? Start by identifying areas where you may be overly dependent on others. This could include financial support, emotional validation, or decision-making. Once you've identified these areas, take small steps towards becoming more self-sufficient. This could mean creating a budget and managing your own finances, seeking out therapy or support groups to work through emotional issues, or practicing making decisions on your own, even if they are small.\r\n\r\nRemember, improving your self-reliance takes time and practice, but it's a crucial step towards building healthy, fulfilling relationships. The Emperor reminds you that you have the power within you to create the life you want – all you need to do is take the first step."
        }
    }
}

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

Last updated