Weekly Horoscope Prediction

Get accurate weekly horoscope predictions for all zodiac signs using Divine API. Deliver astrological guidance on career, health, love, and more with easy API integration.

Discover our Weekly Horoscope API, a reliable source for accessing insightful astrological forecasts for the week ahead. Seamlessly integrate weekly horoscope data for all zodiac signs into your website, application 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

tm for Tamil

tl for Telugu

tr for Turkish

ta for Filipino/Tagalog

bn For Bengali

ma For Marathi

ml For Malayalam

kn For Kannada

POST https://astroapi-5.divineapi.com/api/v5/weekly-horoscope

For languages, other than English, use this endpoint and check this tutorial for translation

POST https://astroapi-5-translator.divineapi.com/api/v5/weekly-horoscope

Returns Weekly Horoscope Prediction 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)

sign*

String

A zodiac sign. (eg: Aries, Capricorn)

week*

String

current, prev or next

tzone*

Float

timezone, eg: 5.5 Timezone List

lan

String

Language default en How to update translator

{
    "success": 1,
    "data": {
        "sign": "Leo",
        "week": "05 Oct 2025 to 11 Oct 2025",
        "weekly_horoscope": {
            "personal": "The week ahead is full of insight and growth for Leo. The Moon's configuration suggests it's a time to explore introspection and personal dreams. Emotional harmony is favored as Venus boosts your charm, making social interactions blissful. Listen to your intuition, especially when faced with a crossroad. Remember, nurturing relationships and personal goals simultaneously will lead you to the fulfillment you seek.",
            "health": "For Leo, health takes center stage with cosmic energies urging balance. The Moon's aspect with Saturn suggests a need for discipline in fitness routines. Listen to your body and avoid overexertion, as rest is equally vital. As the Sun fuels your vitality, focus on a balanced diet and hydration. Connecting with nature will be grounding and rejuvenating, helping you maintain a healthy equilibrium throughout the week.",
            "profession": "This week, Leo, you'll find yourself driven and focused in your professional life. As the Moon trines with your Sun, you'll experience a boost in creativity and leadership abilities. Just be mindful of communication, particularly with Mercury in opposition. Collaborative projects may bring sudden shifts, but your adaptability will shine through. Overall, your career prospects appear promising, so keep pushing forward and trust your instincts.",
            "emotions": "Emotionally, Leo, this week invites self-reflection and growth. With the Moon influencing your emotional planets, you might feel a spectrum of emotions. Moments of introspection will lead to personal breakthroughs, especially when sharing your journey with trusted loved ones. Stay open to change as this can lead to profound understanding and enlightenment. Channel creativity into understanding your emotional landscape for enhanced personal growth.",
            "travel": "Travel seems appealing as the Moon inspires wanderlust, Leo. Whether planning a short getaway or a distant journey, embrace spontaneity but plan efficiently. Favorable vibes from Jupiter hint at lucky discoveries and opportunities en route. Remember to check communication lines, given Mercury's positions, to avoid travel hiccups. A new perspective awaits, allowing you to return refreshed and inspired by the adventures encountered.",
            "luck": [
                "Colors of the week : Gold, Purple",
                "Lucky Numbers of the week : 3, 7, 9",
                "Lucky Alphabets you will be in sync with : L, M",
                "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",
                "#800080"
            ],
            "horoscope_percentage": {
                "personal": 85,
                "health": 70,
                "profession": 90,
                "emotions": 75,
                "travel": 80,
                "luck": 65
            }
        }
    }
}

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

Last updated