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

tm for Tamil

tl for Telugu

tr for Turkish

POST https://astroapi-5.divineapi.com/api/v2/know-your-friend-reading

Returns Know Your Friend Reading in response

Headers

Request Body

{
    "success": 1,
    "data": {
        "prediction": {
            "card": "THE CHARIOT",
            "result": "This person's dynamic and go-getter attitude is contagious, and you will find yourself drawn to their ambitious nature. The Chariot symbolizes victory, and this friend is always striving for success in all aspects of their life. They will encourage you to be more assertive and self-assured in your own pursuits. Their energy and enthusiasm will inspire you to take risks and follow your dreams. This friend is also reliable and dependable, and you can always count on them to be there for you when you need support.\r\n\r\nYou might be wondering how you can keep up with such an energetic friend, but don't worry. The Chariot's energy is not about wearing you down but lifting you up. Your friend's drive and determination will motivate you to achieve your own goals and aspirations. They may also be a good mentor or coach, guiding you towards success and helping you overcome obstacles. Remember to show your appreciation for this friend, as they will always be an invaluable source of inspiration and motivation in your life.",
            "image": "https://divineapi.com/admin/uploads/tarot_friend_or_foe/8.png",
            "image2": "https://divineapi.com/admin/uploads/tarot_friend_or_foe/8_2.jpg",
            "image3": "https://divineapi.com/admin/uploads/tarot_friend_or_foe/8_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