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.

POST https://divineapi.com/api/1.0/get_weekly_horoscope.php

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

timezone*

Float

timezone, eg: 5.5 Timezone List

 Result example :
{
    "success": 1,
    "message": "Weekly horoscope data.",
    "data": {
      "sign": "aries",
      "week": "01 Aug 2021 to 07 Aug 2021",
      "weekly_horoscope": {
            "personal": "Personal Life",
            "health": "Health",
            "profession": "Profession",
            "emotions": "Emotions",
            "travel": "Travel",
            "luck": [
                "Colors of the day – Green, Pink",
                "Lucky Numbers of the day – 5, 9",
                "Lucky Alphabets you will be in sync with – A, K",
                "Cosmic Tip – Opinions do not define you.",
                "Tips for singles – Take pride in being perfectly imperfect. ",
                "Tips for couples – It is already yours, try to maintain that."
            ]
        }
    }
}                    

Take a look at how you might call this method via cURL, NodeJS, JavaScript jQuery AJAX or Python:

curl --location 'https://divineapi.com/api/1.0/get_weekly_horoscope.php' \
--form 'api_key="Your divine api key"'

Last updated