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

tm for Tamil

tl for Telugu

tr for Turkish

POST https://astroapi-5.divineapi.com/api/v2/which-animal-are-you-reading

Returns Which Animal Are You Reading in response

Headers

Name
Type
Description

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

Name
Type
Description

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: 10

month*

Intege

month of birth, eg: 10

year*

Integer

year of birth, eg: 2024

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "birth_number": 1,
            "animal": "Barn Owl (Justice)",
            "result": "When it comes to your inner animal, the Barn Owl, you embody a sense of calm and stability. You are at your best when you have predictability in your life and can rely on a solid foundation. However, you know that life is full of cycles, and that change is inevitable. As a result, you have developed the ability to simplify your life and make well-thought-out decisions, even when faced with uncertainty.\r\n\r\nWhile you value the advice and opinions of those around you, you ultimately trust your own judgment and intuition. This self-assuredness allows you to make decisions that are aligned with your values and goals. Your confidence in your own abilities is a strength that serves you well, both in your personal and professional life.\r\n\r\nIn your relationships, you know that success requires a balance of giving and taking. You are most fulfilled when you are able to share your love and support with others, while also receiving the same in return. You are not afraid of the hard work that goes into building strong, meaningful connections with others, and you are willing to invest the time and effort required to make these relationships thrive.\r\n\r\nStaying true to the things you love is a key component of your happiness and success. Whether it's a particular hobby, interest, or value system, you know that these things are essential to your well-being. When you are able to find a partner who shares these same values and passions, you have the potential to build a deep and fulfilling relationship that stands the test of time.\r\n\r\nEmbrace your inner Barn Owl, and all of the qualities that make you unique. By staying grounded and focused, while also remaining open to change and growth, you can create a life that is both stable and fulfilling. Trust in your own judgment, invest in your relationships, and stay true to the things you love, and you will find that success and happiness are within your reach.",
            "image": "https://divineapi.com/admin/uploads/tarot-inner-animal/1.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="10"' \
--form 'month="10"' \
--form 'year="2024"' \
--form 'lan="en"'

Last updated