Skip to main content

Western daily horoscope

Returns today's pre-generated Western daily horoscope for the given Sun sign (tropical).

Endpoint

GET /v1/western/horoscope/daily/{sun_sign}

Request parameters

FieldTypeRequiredDescription
sun_signstringYes

Example request

curl -X GET "https://api.asterwise.com/v1/western/horoscope/daily/aries" \
-H "Authorization: Bearer YOUR_API_KEY"

Example response

{
"success": true,
"message": "success",
"data": {
"content": {
"body": "The Waxing Gibbous Moon at 88% illumination amplifies sensitivity and nervous energy. Mars semisquare Mercury may create…",
"love": "Venus in Cancer squares Saturn today, testing your emotional boundaries in relationships. The Waxing Gibbous Moon sugges…",
"money": "Jupiter's square to the Moon can inflate expectations about immediate gains, while Saturn in your sign tightens the purs…",
"career": "Mars semisquare Mercury demands precision in your professional voice. Jupiter's Thursday rulership supports ambitious mo…",
"headline": "Mars semisquare Mercury ignites sharp communication and decisive action today.",
"narrative": "Today brings a potent Mars influence as your sign's ruling planet forms a tight semisquare with Mercury, the day's intel…",
"power_window": "Early afternoon (Jupiter's hour) favors bold professional or financial decisions. Jupiter's Thursday dominion empowers e…",
"caution_window": "Late morning carries Mars-Mercury friction—avoid rushed agreements or sharp words. The semisquare's tight 0.14° orb dema…",
"closing_message": "Saturn anchors your ambitions today while Mars propels you forward; trust the friction as refinement, not resistance."
},
"generated_at": "2026-05-27T18:35:29.274986+00:00",
"period_key": "2026-05-28",
"horizon": "daily",
"sun_sign": "aries",
"zodiac_type": "western"
}
}

Response fields

FieldTypeDescription
successbooleanTrue if the request succeeded
messagestringHuman-readable status message
dataobjectPayload returned by Western horoscope GET endpoints.
data.contentobjectStored Western tropical horoscope prose; no remedy field.
data.content.headlinestring
data.content.narrativestring
data.content.careerstring
data.content.moneystring
data.content.lovestring
data.content.bodystring
data.content.power_windowstring | nullFavorable action window with tropical transit context
data.content.caution_windowstring | nullCautious or low-energy window with tropical transit context
data.content.closing_messagestring | nullShareable closing line for the period
data.content.phasesarray[HoroscopePhase] | nullMonthly: phased breakdown
data.content.year_themestring | nullYearly: tropical theme for the year
data.content.chaptersarray[WesternHoroscopeChapter] | nullYearly: chapter breakdown
data.content.auspicious_monthsarray[string] | nullYearly: auspicious month names
data.content.landmark_datesarray[WesternHoroscopeLandmarkDate] | nullYearly: key dates
data.generated_atstring | nullISO timestamp when the horoscope was generated (UTC)
data.period_keystringPeriod identifier (date, week, month, or year key)
data.horizonstringHorizon: daily, weekly, monthly, or yearly
data.sun_signstringNormalised English tropical Sun sign slug
data.zodiac_typestringAlways western for these endpoints

Errors

CodeDescriptionReference
authentication_failedMissing or invalid API key.authentication_failed
ephemeris_unavailableUpstream ephemeris service error.ephemeris_unavailable
insufficient_tierAPI key tier does not include this endpoint.insufficient_tier
internal_errorUnexpected server error.internal_error
ip_rate_limit_exceededToo many requests in a short window.ip_rate_limit_exceeded
payload_too_largeRequest body exceeds the size limit.payload_too_large
resource_not_foundReferenced resource was not found.resource_not_found
validation_errorRequest body failed schema validation.validation_error