Skip to main content

Monthly horoscope

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

Endpoint

GET /v1/horoscope/monthly/{moon_sign}

Request parameters

FieldTypeRequiredDescription
moon_signstringYes

Example request

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

Example response

{
"success": true,
"message": "success",
"data": {
"content": {
"body": "Your Aries Moon governs the head and brain; mental clarity strengthens through Bharani's fortunate opening. Mars in Ashw…",
"love": "Venus in the third house, its vedha cancelled by Moon, sustains prosperity and social gains. Mars in the first house con…",
"money": "Mercury in Krittika nakshatra within the second house generates financial gain and wealth accumulation despite combustio…",
"career": "Jupiter in Mithuna at house three signals career setbacks and business obstacles; Saturn in the eleventh house further s…",
"phases": [
{
"title": "Stable Transit, Sade Sati Ascending",
"end_date": "2026-05-31",
"narrative": "This entire month proceeds without slow planet sign shifts, offering structural stability. Rahu retrograde in Shatabhish…",
"start_date": "2026-05-01",
"phase_number": 1
}
],
"remedy": "Donate black blanket, footwear, or sesame to the needy.",
"headline": "Rahu in the eleventh house brings desire fulfillment amid Sade Sati's rising pressure.",
"narrative": "May 2026 arrives as a stable transit month with Rahu positioned favorably in your eleventh house of gains and aspiration…",
"power_window": "From May 1–3, slow planets concentrate in favorable houses. Use these days for financial decisions, relationship initiat…",
"caution_window": "From May 4–6, slow planets align in weakened positions. Proceed cautiously with major commitments, travel, or confrontat…",
"closing_message": "Rahu's retrograde strength fuels May's hidden gains; honor Saturn's rising discipline with Saturday remedies and self-ca…"
},
"generated_at": "2026-05-02T09:46:44.674384+00:00",
"period_key": "2026-05",
"horizon": "monthly",
"moon_sign": "aries"
}
}

Response fields

FieldTypeDescription
successbooleanTrue if the request succeeded
messagestringHuman-readable status message
dataobjectPayload returned by Vedic horoscope GET endpoints.
data.contentobjectStored horoscope prose; fields present depend on horizon (daily/weekly/monthly/yearly).
data.content.headlinestring
data.content.narrativestring
data.content.careerstring
data.content.moneystring
data.content.lovestring
data.content.bodystring
data.content.remedystringProgrammatically injected Vedic remedy text
data.content.doarray[string] | nullDaily: actions to take
data.content.avoidarray[string] | nullDaily: actions to avoid
data.content.open_loopstring | nullDaily: forward-looking watch item
data.content.peak_daystring | nullWeekly: strongest day
data.content.caution_daystring | nullWeekly: day to approach carefully
data.content.weekly_mantrastring | nullWeekly: shareable mantra line
data.content.phasesarray[HoroscopePhase] | nullMonthly: phased breakdown
data.content.power_windowstring | nullMonthly: favorable date window
data.content.caution_windowstring | nullMonthly: cautious date window
data.content.closing_messagestring | nullMonthly or yearly: shareable closing line
data.content.year_themestring | nullYearly: karmic theme for the year
data.content.chaptersarray[HoroscopeChapter] | nullYearly: chapter breakdown
data.content.auspicious_monthsarray[string] | nullYearly: top auspicious months by name
data.content.landmark_datesarray[HoroscopeLandmarkDate] | nullYearly: key dates with tone
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.moon_signstringNormalised English Moon sign slug

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