Ex-Flame Reading

Introducing our Ex-Flame Reading API, a powerful tool to provide users with personalized insights into past relationships. Access detailed ex-flame readings and analysis, offering valuable guidance for healing and moving forward in matters of the heart.

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/ex-flame-reading

Returns Ex-Flame 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 HIGH PRIESTESS",
            "result": "If you choose the High Priestess card, it is important to remember that their focus may be elsewhere. While they may still harbor feelings for you, their priorities lie with themselves and their own path. The High Priestess is a card of intuition and inner wisdom, and they may be seeking answers and guidance from within rather than looking to reconnect with past lovers. It is important to respect their decisions and not push them towards anything they are not ready for. Trust that they will do what is best for themselves and their future, and if that includes you, they will let you know in due time. In the meantime, focus on cultivating your own inner strength and intuition. You may find that this card's energy helps you to connect with your own sense of self and purpose.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot_former_flame/3.png",
            "image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_former_flame/3_2.jpg",
            "image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_former_flame/3_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/ex-flame-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated