POST · VEDIC

Sade Sati Status

Endpoint POST https://starsapi.com/api/v3/vedic/yogas-doshas/sade-sati-status

Returns the current Sade Sati status for a reference date — whether Saturn’s 7½-year transit around the natal Moon is active, with the current phase, dates, and progress.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx
Query?api_key=am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
namestringNoEchoed in the response.
genderstringNomale or female — used by gender-specific yoga rules.
yearintegerYesBirth year.
monthintegerYesBirth month, 1–12.
dayintegerYesDay of month.
hourintegerYesHour, 24-hour.
minuteintegerYesMinute.
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
ayanamsastringNoDefault lahiri.
node_typestringNomean (default) or true.
reference_datestringNoDate to evaluate (YYYY-MM-DD). Default: today.

Response shape

FieldTypeDescription
is_activebooleanWhether Sade Sati is running on the reference date.
current_phaseobjectphase (rising/peak/setting), phase_name, saturn_in_sign, house_from_moon, start_date, end_date, days_remaining_in_phase, phase_progress_pct, overall_progress_pct.
moon_sign / current_saturn_signstringContext signs.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date.
400INVALID_TIMEHour/minute/second out of range.
400INVALID_TIMEZONENon-IANA timezone.
400INVALID_COORDINATELat/lon out of range.
400INVALID_PARAMBad ayanamsa or node_type.
405METHOD_NOT_ALLOWEDNon-POST request.

See also