Monthly Horoscope Prediction

Introducing our Monthly Horoscope API, a dependable resource for obtaining in-depth astrological predictions for the entire month. Easily incorporate monthly horoscope data for all zodiac signs into y

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/monthly-horoscope

Request Body

NameTypeDescription

api_key*

String

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

sign*

String

A zodiac sign. (eg: Aries,Capricorn)

month*

String

current, prev or next

tzone*

Float

timezone, eg: 5.5 Timezone List

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "sign": "Aries",
        "month": "April 2024",
        "monthly_horoscope": {
            "personal": "This month emphasizes reconnection with your roots and family. You might find comfort and joy in home-based activities or revisiting old memories. It's a period for nurturing relationships that matter most. A family gathering or a heart-to-heart conversation could strengthen your bonds. Embrace the love and support of your inner circle, as it will uplift your spirits.",
            "health": "Prioritizing your physical well-being is key this month. It's time to refine your fitness routine or embark on a health journey that focuses on holistic wellness. Whether it's trying out a new sport or dedicating more time to rest and relaxation, your body will thank you. Remember, consistency is more important than intensity. Small, sustainable changes can lead to significant benefits.",
            "profession": "Your career is marked by creativity and innovation. This is a moment to think outside the box and bring fresh ideas to the table. Your enthusiasm and unique approach could catch the eye of superiors or potential collaborators. While you're set to make waves, ensure you're also attending to the details. Balancing visionary thinking with practical application will yield the best results.",
            "emotions": "Emotional exploration and self-discovery are highlighted. You're encouraged to dive deep into your feelings and understand what truly motivates you. This introspective journey could reveal new passions or paths to happiness. Be gentle with yourself and acknowledge that growth often comes from facing uncomfortable truths. Embrace the process, and you'll emerge stronger and more self-aware.",
            "travel": "The stars hint at transformative travel experiences. Whether it's a solo journey that challenges your independence or a trip that sparks spiritual growth, be open to where the road leads. Traveling with a purpose or seeking out new cultures will enrich your soul and broaden your perspective. Keep an open mind, and let curiosity be your guide.",
            "luck": [
                "Colors of the month : Quartz Xanadu, Willow Zinc",
                "Lucky Numbers of the month : 5, 3, 1",
                "Lucky Alphabets you will be in sync with : A, K, D",
                "Cosmic Tip : See cosmic wonders as signs pointing towards the Creator's majesty.",
                "Tips for Singles : Resist the urge to get back together out of loneliness.",
                "Tips for Couples : Stay zipped: In tents, jackets, or shared secrets!"
            ]
        }
    }
}

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/monthly-horoscope' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'sign="Aries"' \
--form 'month="current"' \
--form 'tzone="5.5"' \
--form 'lan="en"'

Last updated