Know Your Friend Reading

Introducing our 'Know Your Friend Reading' API, a fun and engaging way to analyze and understand your friendships. Access personalized insights and compatibility assessments to strengthen bonds and discover more about your connections with ease.

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/know-your-friend-reading

Returns Know Your Friend 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 EMPEROR",
            "result": "As you spend more time with this friend, you may begin to notice their impressive leadership skills and how they command respect from those around them. Their presence can be quite powerful, and you may find yourself drawn to their energy and seeking their guidance when faced with difficult situations. This friendship has the potential to teach you a lot about leadership and how to navigate tricky circumstances.\r\n\r\nHowever, it's important to keep in mind that your friend may have high expectations and standards for themselves and those around them. While this can be a positive influence on your own growth, it's also important to be prepared to put in the work to meet their standards. Remember that you are your own person, with your own unique strengths and weaknesses, so don't feel pressured to become a carbon copy of your friend.\r\n\r\nMaintaining a healthy balance in this friendship is key. While you can certainly learn a lot from your friend, it's important not to let their influence consume you completely. Stay true to your own values and beliefs, and don't compromise your own sense of self just to fit in with your friend's expectations. With a healthy dose of self-awareness and an open mind, this friendship can be a valuable asset to your personal and professional growth.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot_friend_or_foe/5.png",
            "image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_friend_or_foe/5_2.jpg",
            "image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_friend_or_foe/5_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/know-your-friend-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'

Last updated