Daily Horoscope Prediction
Access personalized daily horoscope predictions for all zodiac signs with Divine API. Integrate detailed astrological insights into your applications effortlessly.
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.
POST https://astroapi-5.divineapi.com/api/v5/daily-horoscope
For languages, other than English, use this endpoint and check this tutorial for translation
POST https://astroapi-5-translator.divineapi.com/api/v5/daily-horoscope
Returns Daily Horoscope Prediction
Headers
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
api_key*
String
Your API Key (can be found on your Divineapi dashboard)
sign*
String
A zodiac sign. (eg: Aries,Capricorn)
h_day*
String
yesterday, today, tomorrow
{
"success": 1,
"data": {
"sign": "Leo",
"date": "2025-10-07",
"prediction": {
"personal": "Your personal life is full of vibrant energy today, encouraging you to connect with those around you. Spend quality time with family and friends, as meaningful interactions could strengthen your bonds. New avenues for self-expression might open up, allowing you to explore creative pursuits more deeply. Stay open to change and embrace versatility; it could bring about personal growth and new opportunities to thrive on a personal level.",
"health": "Pay attention to physical wellness today, Leo. A balanced approach to nutrition and hydration will keep you energized. Incorporate moderate exercise into your routine to boost endorphins and alleviate stress. Meditation or yoga might also be beneficial for maintaining mental clarity and emotional equilibrium. Listen to your body's signals and don't ignore any signs of fatigue. Rest is crucial to rejuvenate your energy levels.",
"profession": "Today, you may find yourself inspired at work, Leo. New ideas are likely to flow freely, and you could impress colleagues with your creativity. However, balance innovation with practicality to achieve the best outcomes. Be open to collaboration and networking to advance your professional goals. By day's end, you may unlock new pathways for growth or receive an opportunity that aligns with your ambitions.",
"emotions": "Emotionally, you may feel heightened sensitivity, Leo, which can deepen connections with others. Trust your intuition, as it guides you through complex situations with grace. Surround yourself with positivity, as it elevates your mood and fortifies your spirit. Take time to reflect on personal desires and goals, aligning actions with intentions. Moments of solitude could provide the clarity you seek today.",
"travel": "Adventure calls today, Leo! Whether it's a spontaneous day trip or planning a future vacation, your travel aspirations demand attention. Explore new places that inspire creativity and broaden your horizons. If immediate travel isn't possible, let wanderlust fuel your dreams and research your next escape. Local excursions could offer a refreshing change and bring a sense of novelty to your routine.",
"luck": [
"Colors of the day : Gold, Orange",
"Lucky Numbers of the day : 4, 9, 13",
"Lucky Alphabets you will be in sync with : L, S",
"Cosmic Tip : Beware of impulsive actions; stay grounded and focused.",
"Tips for Singles : Express your interests confidently; attract genuine connections today.",
"Tips for Couples : Share your dreams; strengthen your bond through open dialogue."
]
},
"special": {
"lucky_color_codes": [
"#FFD700",
"#FFA500"
],
"horoscope_percentage": {
"personal": 85,
"health": 75,
"profession": 80,
"emotions": 78,
"travel": 72,
"luck": 83
}
}
}
}
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/v5/daily-horoscope' \
--header 'authorization: Bearer {Your Auth Token}'
--form api_key={Your API Key} \
--form 'sign="aries"' \
--form 'day="10"' \
--form 'month="10"' \
--form 'year="2024"' \
--form 'tzone="5.5"' \
--form 'lan="en"'
Last updated