POST · VEDIC

Ashtakvarga Complete

Endpoint POST https://starsapi.com/api/v3/vedic/ashtakvarga/complete
Restricted access

This endpoint requires an API key with elevated (internal) access. Standard partner keys receive 403 FORBIDDEN. Use the individual Ashtakvarga endpoints for the same data.

Returns the entire Ashtakvarga suite in one response — BAV, SAV, analysis, the full Shodhana pipeline with Shodhya Pinda, and signed chart URLs.

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
planet_signsobjectEach planet’s occupied sign.
bhinnashtakavargaobjectPer-planet BAV (as in /bhinnashtakavarga).
sarvashtakavargaobjectCombined SAV (as in /sarvashtakavarga).
analysisobjectInterpretive summary.
shodhanaobjectTrikona, Ekadhipatya, and Shodhya Pinda (as in /prastharaka).
charts / cache_keymixedSigned chart URLs (as in /chart).

Errors

HTTPCodeCause
403FORBIDDENAPI key lacks internal access.
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