Skip to main content

Western yearly horoscope

Returns this year's pre-generated Western yearly horoscope for the given Sun sign.

Endpoint

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

Request parameters

FieldTypeRequiredDescription
sun_signstringYes

Example request

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

Example response

{
"success": true,
"message": "success",
"data": {
"content": {
"body": "Saturn in Aries rules the head, skull, and adrenal system — expect this transit to make stress management a non-negotiab…",
"love": "Neptune in early Aries alongside Saturn creates a paradox in love: longing for an ideal partner while being held to stri…",
"money": "Jupiter in Cancer through the first half of 2026 favors investments tied to home, real estate, and family security — but…",
"career": "Saturn's entry into Aries on February 14 makes 2026 a defining professional chapter — shortcuts are rejected and only ge…",
"chapters": [
{
"title": "Saturn Enters Aries, Jupiter Holds Cancer",
"end_date": "2026-03-31",
"narrative": "The year opens with Jupiter in Cancer applying a quiet but insistent pressure to your Aries identity through a square —…",
"start_date": "2026-01-01",
"chapter_number": 1
},
{
"title": "Jupiter Cancer Square Tests Aries Resolve",
"end_date": "2026-06-30",
"narrative": "With Jupiter still moving through Cancer and Saturn now settled in Aries, this chapter delivers the year's most challeng…",
"start_date": "2026-04-01",
"chapter_number": 2
},
"... and 2 more items"
],
"headline": "Saturn enters your sign in 2026, demanding that Aries own its power with discipline and precision.",
"narrative": "2026 is defined by two slow-planet storylines weaving through your year, Aries. Saturn formally enters your sign on Febr…",
"year_theme": "Saturn's entry into Aries collides with Jupiter's nurturing Cancer transit, then Leo's bold expansion — 2026 is your yea…",
"landmark_dates": [
{
"date": "2026-02-14",
"event": "Saturn enters Aries, beginning a defining multi-year transit through your sun sign."
},
{
"date": "2026-06-30",
"event": "Jupiter enters Leo, igniting a fire-sign trine that supercharges Aries confidence and creativity."
}
],
"closing_message": "Saturn in Aries and Jupiter in Leo confirm it: 2026 is the year Aries stops preparing and starts becoming. Your moment i…",
"auspicious_months": [
"March",
"June",
"... and 1 more item"
]
},
"generated_at": "2026-05-24T18:04:19.978442+00:00",
"period_key": "2026",
"horizon": "yearly",
"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