POST · VEDIC

Rashi Drishti

Endpoint POST https://starsapi.com/api/v3/vedic/jaimini/rashi-drishti

Returns the Jaimini sign aspects — movable signs aspect all fixed signs except the adjacent one; fixed signs aspect all movable signs except the adjacent one; dual signs aspect the other three dual signs. Includes per-sign aspect lists and planet-wise aspect relationships derived from sign placement.

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
rashi_drishti_rulesobjectThe three classical rules.
sign_aspects[]arrayEach sign: type (Chara/Sthira/Dvisvabhava), planets in it, signs it aspects.
planet_wise_aspectsobject/arrayAspect relations between planets implied by their signs.

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, node_type, or scheme.
405METHOD_NOT_ALLOWEDNon-POST request.

See also