Skip to main content

Western weekly horoscope

Returns this week's pre-generated Western weekly horoscope for the given Sun sign.

Endpoint

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

Request parameters

FieldTypeRequiredDescription
sun_signstringYes

Example request

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

Example response

{
"success": true,
"message": "success",
"data": {
"content": {
"body": "The Waxing Gibbous Moon at 93% illumination pushes energy outward—you're energized but running high. Mars square Pluto c…",
"love": "Venus in Cancer trines the Waxing Gibbous Moon early in the week, softening your heart toward closeness. Saturn square V…",
"money": "Mars in Taurus anchors financial decisions with practical focus. Jupiter in Cancer suggests expanded opportunity, but Sa…",
"career": "Mercury pushes forward in Gemini, favoring negotiations, writing, and presentations. Jupiter semisextile Mercury amplifi…",
"headline": "Mercury and Jupiter align to brighten your communication this week.",
"narrative": "The week of May 25–31 finds you in Gemini season with the Sun advancing through your house of communication. The Waxing…",
"power_window": "Monday brings Jupiter semisextile Mercury and a peak aspect tone of 10.0—ideal for negotiations, pitches, and public com…",
"caution_window": "Thursday's aspect tone dips to -2.0 as Mars opposes the Moon. Emotional friction, fatigue, and misunderstandings peak. A…",
"closing_message": "Mercury's sharp alignment with Jupiter opens your week; honor that gift early, then ground yourself through Thursday's l…"
},
"generated_at": "2026-05-25T18:32:52.790064+00:00",
"period_key": "2026-W21",
"horizon": "weekly",
"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