Monthly Horoscope Prediction
Offer insightful monthly horoscope predictions for all zodiac signs with Divine API. Easily integrate detailed astrological forecasts covering key life aspects into your platform.
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 your applications, websites, or services. Keep your users engaged with detailed and accurate monthly insights tailored to each zodiac sign.
POST https://astroapi-5.divineapi.com/api/v5/monthly-horoscope
For languages, other than English, use this endpoint and check this tutorial for translation
POST https://astroapi-5-translator.divineapi.com/api/v5/monthly-horoscope
Returns Monthly Horoscope Prediction in response
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)
month*
String
current, prev or next
{
"success": 1,
"data": {
"sign": "Leo",
"month": "October 2025",
"monthly_horoscope": {
"personal": "Personal growth and harmony are at the forefront for you, Leo, this month. Enjoy meaningful interactions with friends and family, as the Moon encourages balance in relationships. Find moments to reflect and set goals, ensuring your aspirations align with your inner desires. As challenges emerge, your inner strength and determination will guide you forward, reinforcing the importance of self-belief and perseverance.",
"health": "Health-wise, the conjunction of the Moon and Saturn in your chart urges you to pay attention to routines and discipline. Incorporating structured exercise and balanced nutrition can enhance vitality and mental clarity. Be cautious of overindulging, as Neptune’s influence may blur boundaries. Focus on consistency in self-care practices to maintain your energy and resilience throughout the month.",
"profession": "This month, Leos, your professional life sees a surge in creativity and initiative, with Mars in Pisces energizing your drive. Stay open to collaboration, as your ideas can flourish with teamwork. However, be mindful of communication due to Mercury's position in Capricorn, which may cause misunderstandings. Stay focused on details and you'll find opportunities for growth, especially in projects requiring imagination and innovation.",
"emotions": "Emotionally, the Moon's aspects throughout the month will heighten your sensitivity. Engage in activities that ground you, as emotions could feel intense. This is a time for introspection and emotional healing, where old patterns come to light. Use creative outlets like art or writing to express what's on your mind. Communicating your feelings within supportive relationships can bring clarity and comfort.",
"travel": "Leos, this month, travel can bring unexpected joy and learning experiences, thanks to the Moon's trine with Mars. Whether it's a short trip or a long journey, embrace the adventure. Stay flexible with plans as you might encounter changes, but these can lead to delightful surprises. New environments will inspire creative ideas and offer fresh perspectives on life.",
"luck": [
"Colors of the month : Gold, Royal Blue",
"Lucky Numbers of the month : 3, 9, 21",
"Lucky Alphabets you will be in sync with : L, A",
"Cosmic Tip : Struggles hone our vibrational frequency to match the universe.",
"Tips for Singles : Connect spiritually by immersing yourself in nature.",
"Tips for Couples : Share reflections on health journeys and growth."
]
},
"special": {
"lucky_color_codes": [
"#FFD700",
"#4169E1"
],
"horoscope_percentage": {
"personal": 80,
"health": 75,
"profession": 85,
"emotions": 78,
"travel": 82,
"luck": 70
}
}
}
}
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/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