Daily Horoscope Prediction

Introducing our Daily Horoscope API, your gateway to providing personalized astrological insights and predictions to users. Access daily horoscope data for all zodiac signs with ease, making it simple to integrate astrology into your website, applications and services.

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/daily-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)

day*

Integer

date of birth, eg: 13

month*

Integer

month of birth, eg: 04

year*

Integer

year of birth, eg: 2024

tzone*

Float

timezone, eg: 5.5 Timezone List

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "sign": "Aries",
        "prediction": {
            "personal": "You might feel that you are being treated unfairly by someone close to you today. Perhaps your words have been used against you to make you appear like the bad guy. If you have to make a counter-rebuttal, tell the person that it is about your behavior and not about them.",
            "health": "A sense of renewal can invigorate your health today. Embrace this by adopting habits that nurture both body and mind. Whether it’s trying a new sport, refining your eating habits, or simply taking time to unwind, today offers a perfect opportunity for regenerative activities that boost your long-term health.",
            "profession": "You'll feel a huge sigh today of relief knowing that all the hard work that you did lately has finally paid off. Rest assured, the hard work of the past few days is over and it's time for you to recover.",
            "emotions": "You might need to get up and exert more effort to break from your old habits. You will be surprised by what happens today once you do. You will be pleasantly surprised at what happens today, even though it may relate to your job.",
            "travel": "Today’s energies favor urban exploration. Choose a city rich in art, history, and nightlife. If traveling, make a flexible itinerary that allows you to discover hidden gems—unique shops, local theaters, or specialty restaurants. The spontaneous finds will likely be the highlight of your trip, providing stories to tell for years to come.",
            "luck": [
                "Colors of the day : Auburn, Violet",
                "Lucky Numbers of the day : 1, 5",
                "Lucky Alphabets you will be in sync with : N, M",
                "Cosmic Tip : Allow the moon to restore your health by getting some direct moonlight.",
                "Tips for Singles : Explore the dating scene and follow your intuition.",
                "Tips for Couples : Your partner will plan something special for you, make sure to show how grateful and appreciative you are."
            ]
        },
        "special": {
            "lucky_color_codes": [
                "#A52A2A",
                " #EE82EE"
            ]
        }
    }
}

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/daily-horoscope' \
--header 'authorization: Bearer {Your Auth Token}'
--form api_key={Your API Key} \
--form 'sign="aries"' \
--form 'day="13"' \
--form 'month="04"' \
--form 'year="2024"' \
--form 'tzone="5.5"' \
--form 'lan="en"'

Last updated