POST · VEDIC

Tripataki

Endpoint POST https://starsapi.com/api/v3/vedic/varshphal/tripataki

Returns the Tripataki Chakra — a 3-fold strength assessment for each of the 7 Tajika planets: Hadda lord, Pancha Vargeeya Bala, and dual sign status.

Authentication

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

Request body

FieldTypeRequiredDescription
yearintegerYesBirth year, 4-digit.
monthintegerYesBirth month, 112.
dayintegerYesDay of month.
hourintegerYesHour, 24-hour format.
minuteintegerYesMinute.
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone identifier.
varshphal_yearintegerYes*Calendar year for the annual chart. Alternatively send year_of_life.
year_of_lifeintegerYes*Year of life. Send either this or varshphal_year, not both.
ayanamsastringNoDefault lahiri.
node_typestringNomean (default) or true.

Response shape

resolved

Present in all Varshphal endpoints.

FieldTypeDescription
year_of_lifeintegerWhich year of life.
varshphal_yearintegerCalendar year.
completed_yearsintegerCompleted years of age.
solar_return_datestringSolar return date (YYYY-MM-DD).
statusstringcurrent, past, or future.
status_messagestringHuman-readable summary.

tripataki[]

FieldTypeDescription
namestringPlanet name.
signstringSign in annual chart.
sign_numberintegerSign number.
longitudenumberAbsolute longitude.
hadda_lordstringLord of the Hadda (Egyptian term) the planet occupies.
pancha_balastringDignity-based strength.
is_dual_signbooleanIn a dual (mutable) sign.
overall_strengthstringStrong, Moderate, or Weak.

Use cases

  • Strength grid — display a compact planet strength table for the year.
  • Weak planet alert — flag planets rated Weak for remedial recommendations.
  • Hadda analysis — the Hadda lord indicates which planet colours the placement.

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 varshphal_year or year_of_life.
405METHOD_NOT_ALLOWEDNon-POST request.

See also