POST · VEDIC

Sarvashtakavarga (SAV)

Endpoint POST https://starsapi.com/api/v3/vedic/ashtakvarga/sarvashtakavarga

Returns the Sarvashtakavarga — the combined benefic points of all seven planets per sign (total always 337). The single most-used Ashtakvarga figure: signs with high SAV points support good results for houses falling there and for transits through them.

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.
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.

Response shape

FieldTypeDescription
ascendantobjectLagna sign context.
sarvashtakavarga.points_by_signobjectCombined points per sign.
sarvashtakavarga.total_pointsintegerAlways 337 — integrity check.
sarvashtakavarga.average_per_signnumber337 / 12 ≈ 28.1.
sarvashtakavarga.strong_signsarraySigns ≥ 28 points, each with its score.
sarvashtakavarga.weak_signsarraySigns < 25 points.
sarvashtakavarga.average_signsarraySigns in the 25–27 band.
analysisobjectInterpretive summary of the distribution.

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