Which Animal Are You Reading

Introducing the 'Which Animal Are You Reading' API, a fun and engaging tool that assigns users an animal based on their reading preferences. Easily integrate this playful feature into your website and applications, providing users with entertaining insights into their reading habits.

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/which-animal-are-you-reading

Returns Which Animal Are You Reading in response

Request Body

NameTypeDescription

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

Full name*

String

Your Name en: Ram Kumar

day*

Integer

date of birth, eg: 13

month*

Intege

month of birth, eg: 04

year*

Integer

year of birth, eg: 2024

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "birth_number": 7,
            "animal": "Flamingo (Temperance)",
            "result": "If you're reading this, it's likely that you're the type of person who embodies the characteristics of the easygoing Flamingo. You are a pleasure to be around because you are easy to get along with and have a relaxed demeanor that puts others at ease. People are drawn to your energy and drive, which help you to achieve your goals.\r\n\r\nHowever, it's important to remember that while you may be easygoing, you still need to be willing to forgive and cooperate with others. This means being open-minded and willing to compromise in order to achieve the best outcome for everyone involved.\r\n\r\nAt times, you may find yourself getting too attached to someone without really knowing them well enough. It's important to take a step back and evaluate your relationships to ensure that you're not putting too much energy into someone who may not be worth it in the long run.\r\n\r\nOne of the most important things to remember is that balance is key. You can't be too extreme in any one area of your life. Remember that justice and compassion are not the same thing, and that flexibility is necessary in order to attract new opportunities and experiences.\r\n\r\nOverall, embracing your inner Flamingo means being easygoing, driven, and flexible. By embodying these traits, you'll be well on your way to living your best life and achieving your goals.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot-inner-animal/7.png"
        }
    }
}

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/which-animal-are-you-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'full_name="Ram Kumar"' \
--form 'day="13"' \
--form 'month="04"' \
--form 'year="2024"' \
--form 'lan="en"'

Last updated