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

POST https://astroapi-5.divineapi.com/api/v2/in-depth-love-reading

Returns In-Depth Love 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 HIEROPHANT",
            "result": "You may be feeling the weight of unfulfilled promises on your shoulders, but don't despair. The fact that you are aware of your broken promises is the first step towards making things right. Take the time to reflect on why you made those promises in the first place and what prevented you from keeping them. Was it a lack of time, resources, or motivation? Once you have identified the root cause, you can come up with a plan to remedy the situation.\n\nIt's important to remember that promises are not just words. They are commitments that we make to others and ourselves. Keeping them builds trust and strengthens relationships, while breaking them can have the opposite effect. However, it's never too late to make amends and show that you are committed to making things right.\n\nIf you find yourself struggling to keep your promises, don't hesitate to reach out for help or support. It's okay to admit that you need assistance in fulfilling your commitments. With determination and a little bit of help, you can regain the trust and respect of those around you and fulfill your promises with ease.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_love/6.png",
            "image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_love/6_2.jpg",
            "image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_love/6_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