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

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

Returns Flirt 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 TOWER",
            "result": "It can be overwhelming when you feel like your life is in a state of chaos, and the Tower card can bring up a lot of intense emotions. However, it's important to remember that this card is also a reminder that change can be a catalyst for growth and transformation. You may be feeling stuck in a rut, and the choice between two people or paths may be weighing heavily on you. It can be tempting to avoid making a decision and continue on in a fog, but this is not a sustainable solution.\r\n\r\nTake a step back and assess your situation with clarity. Ask yourself what is truly important to you and what will bring you long-term happiness. Sometimes it's necessary to let go of what is familiar and comfortable in order to make room for something new and better. Trust that you have the strength and resilience to weather any challenges that may arise during this time of change. Remember, the Tower card may seem scary, but it's ultimately a call to action and an opportunity for growth.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_flirt/17.png",
            "image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_flirt/17_2.jpg",
            "image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_daily_flirt/17_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