Weekly Horoscope Prediction

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

POST https://astroapi-5.divineapi.com/api/v2/weekly-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)

week*

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",
        "week": "07 Apr 2024 to 13 Apr 2024",
        "weekly_horoscope": {
            "personal": "This week encourages you to invest time in your closest relationships. Quality moments spent with family and friends not only strengthen bonds but also provide a solid foundation for your emotional well-being. Consider hosting a small gathering or planning a special outing to deepen these connections.",
            "health": "Your focus turns towards building resilience and strength, both physically and mentally. Establishing a routine that includes both exercise and moments of quiet reflection can significantly enhance your stamina and focus. Remember, consistency is key to seeing tangible results.",
            "profession": "Your professional ambitions come into sharp focus, with a clear path to achieving your goals becoming evident. Dedication and hard work are your allies, but don't overlook the importance of strategic planning. Setting measurable objectives can help track your progress and keep you motivated.",
            "emotions": "A reflective mood dominates your emotional landscape, prompting introspection. This introspection can lead to valuable insights about your desires and the changes necessary to align your life more closely with them. Embrace this period of self-discovery for the personal growth it offers.",
            "travel": "A sense of practicality may influence your travel desires, leading you to consider destinations that offer both relaxation and personal enrichment. Planning a trip that combines leisure with an element of learning or skill-building could prove especially rewarding.",
            "luck": [
                "Colors of the week : Azure Whisper, Saffron Glow",
                "Lucky Numbers of the week : 4, 0, 7",
                "Lucky Alphabets you will be in sync with : X, F, S",
                "Cosmic Tip : The universe probably thinks humans are cute, always looking up and waving.",
                "Tips for Singles : Understand and appreciate diverse views and cultures.",
                "Tips for Couples : Share everything: Dreams, hopes, and streaming accounts."
            ]
        }
    }
}

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