https://json.astrologyapi.com/v1/sun_sign_consolidated/daily/:zodiacNamex-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
zodiacNamestringrequiredZodiac Name , eg: aries,taurus
ariestaurusgeminicancerleovirgolibrascorpiosagittariuscapricornaquariuspiscestimezonefloatTimezone, 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
}'
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."
}