Skip to main content

Western monthly horoscope

Returns this month's pre-generated Western monthly horoscope for the given Sun sign.

Endpoint

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

Request parameters

FieldTypeRequiredDescription
sun_signstringYes

Example request

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

Example response

{
"success": true,
"message": "success",
"data": {
"content": {
"body": "Saturn in Aries invites physical discipline: strength training, consistent movement, and deliberate rest matter now. Mer…",
"love": "Mars sextile Venus ignites attraction and romantic momentum. Mercury conjunct Sun in Taurus fosters heartfelt, grounded…",
"money": "Saturn in Aries demands fiscal discipline and honest budget review. Mercury conjunct Sun in Taurus illuminates financial…",
"career": "Saturn in Aries sharpens your professional edge; refine strategies and strengthen expertise. Mercury conjunct Sun in Tau…",
"phases": [
{
"title": "Saturn Aries Hardens Your Foundation",
"end_date": "2026-05-10",
"narrative": "Saturn in Aries anchors you with karmic responsibility. Early May asks you to examine where you lack structure or clarit…",
"start_date": "2026-05-01",
"phase_number": 1
},
{
"title": "Mars Venus Sextile Ignites Attraction",
"end_date": "2026-05-20",
"narrative": "Mid-May ignites your romantic and creative energy. Mars sextile Venus opens pathways for partnership, artistic expressio…",
"start_date": "2026-05-11",
"phase_number": 2
},
"... and 1 more item"
],
"headline": "Saturn in Aries tightens discipline as Mars kindles your native fire.",
"narrative": "May arrives with Saturn firmly planted in Aries, your sign, demanding that you refine your approach and build lasting st…",
"power_window": "May 16–20 amplifies your magnetism and decisiveness. Mars sextile Venus peaks during this window, empowering proposals,…",
"caution_window": "May 3–7 calls for careful discernment. Saturn semisquare Mercury and Sun tests communication clarity. Mercury semisquare…",
"closing_message": "Saturn shapes your May with clarity and grit. Mars and Venus light the path forward. Stand firm, speak truth, and let di…"
},
"generated_at": "2026-05-24T18:01:48.687796+00:00",
"period_key": "2026-05",
"horizon": "monthly",
"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