POST · VEDIC

Trikona Reduction

Endpoint POST https://starsapi.com/api/v3/vedic/ashtakvarga/trikona-reduction

Returns Trikona Shodhana (trine reduction) for each planet’s BAV — within each trine (1-5-9, 2-6-10, 3-7-11, 4-8-12) the minimum of the three signs is subtracted from all three. The first of the two classical reductions on the path to Shodhya Pinda. Per classical doctrine the reduction applies to each planet’s BAV only; the SAV is never reduced.

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
trinesarrayThe four trine groups.
bhinnashtakavarga.{Planet}.beforeobjectOriginal BAV points per sign.
bhinnashtakavarga.{Planet}.reducedobjectTrikona-reduced points per sign.
bhinnashtakavarga.{Planet}.total_before / total_reducedintegerTotals before and after.

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