🌍 Astrocartography API and ✋ Palmistry API are now live. Ship them in your app today.Get Started

Consolidated Sun Sign Prediction

Get daily consolidated sun sign prediction by zodiac name
POSThttps://json.astrologyapi.com/v1/sun_sign_consolidated/daily/:zodiacName

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en.

Path parameters

zodiacNamestringrequired

Zodiac Name , eg: aries,taurus

  • aries
  • taurus
  • gemini
  • cancer
  • leo
  • virgo
  • libra
  • scorpio
  • sagittarius
  • capricorn
  • aquarius
  • pisces

Body parameters

timezonefloat

Timezone, eg: 5.5 // if not given default will be taken as 5.5

curl --location 'https://json.astrologyapi.com/v1/sun_sign_consolidated/daily/aries' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "timezone": 5.5
}'
Try it

Runs with sample data — no API key needed

{
  "status": true,
  "sun_sign": "aries",
  "prediction_date": "17-6-2017",
  "prediction": "You are feeling rather good and it seems that you can place the pulse of success easily. You will be profusely passionate about things today. Your rapport with relatives and associates will be good. Go out for a fun filled evening and you are likely to become the life and soul of the celebrations. Following your instincts today can lead to great things in your personal life and relationships. Decode the implications of your imagination. It will bring luck and happiness."
}