Flirt Love Reading

Introducing our Flirt Love Reading API, your gateway to providing users with personalized insights into their romantic lives. Access real-time love compatibility and flirting advice to enhance user experiences in dating and relationships.

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/flirt-love-reading

Returns Flirt Love 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)

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "card": "JUSTICE",
            "result": "It can be tough to open up and be vulnerable, especially when it comes to revealing your innermost truths. But, the Justice card reminds you that honesty is a crucial aspect of any relationship. It's not just about seeking the truth from others, but also about being truthful with yourself and your partner. It's important to take accountability for your actions and feelings, even if they are difficult to confront.\r\n\r\nIf you find yourself holding back because of fear of judgment, it's time to reconsider the foundation of your relationship. Are you truly with someone who loves and accepts you for who you are? Or are you hiding behind a facade to please someone else? Remember, a healthy relationship is built on mutual trust, respect, and honesty.\r\n\r\nBy being truthful with yourself and your partner, you are creating a space for genuine communication and understanding. This will not only strengthen your relationship but also allow for growth and personal development. Don't be afraid to speak your truth and hold yourself accountable. The Justice card is a reminder that the truth shall set you free.",
            "image": "https://divineapi.com/admin/uploads/tarot_daily_flirt/12.png",
            "image2": "https://divineapi.com/admin/uploads/tarot_daily_flirt/12_2.jpg",
            "image3": "https://divineapi.com/admin/uploads/tarot_daily_flirt/12_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/flirt-love-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated