POST · VEDIC

Saham (Tajika Lots)

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

Returns the 16 Sahams (Tajika sensitive points) for the Varshphal chart. Each Saham indicates a life area's fortune for the year.

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.

sahams[]

FieldTypeDescription
keystringSaham identifier (e.g. punya, vidya).
namestringFull name.
significancestringLife area governed.
longitudenumberAbsolute sidereal longitude.
signstringSign the Saham falls in.
sign_numberintegerSign number.
degree_in_signnumberDegree within sign (decimal).
degree_dmsstringDegree in DMS format.

Use cases

  • Saham table — render all 16 lots with signs and significances.
  • Area-specific prediction — check which sign/house a specific Saham falls in.
  • Transit overlay — compare transits to Saham positions.

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