POST · VEDIC

Sripati Houses

Endpoint POST https://starsapi.com/api/v3/vedic/houses/sripati

Returns house boundary data for the Sripati (mid-point) system — sign, lord, begin/madhya/end cusps, planet occupants for each of the 12 houses, plus the four chart angles (ASC, MC, DSC, IC). The Sripati system uses mid-points between Placidus cusps to define house boundaries — a hybrid that blends unequal-house precision with Vedic conventions.

For chart images, use /charts/sripati. For other house systems, see /houses/bhava (Equal House) and /houses/chalit (Placidus).

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, −90…90.
longitudenumberYesDecimal degrees, −180…180.
timezonestringYesIANA timezone identifier.
ayanamsastringNoDefault lahiri. Full list →
node_typestringNomean (default) or true.

Response shape

houses.{1–12}

FieldTypeDescription
signstringSign on the house cusp.
sign_lordstringRuling planet.
beginstringHouse start boundary.
madhyastringHouse mid-point.
endstringHouse end boundary.
planetsarray2-letter planet codes in this house.

angles

KeyFull nameDescription
ascAscendantRising degree — cusp of 1st house.
mcMidheaven (MC)Medium Coeli — cusp of 10th house.
dscDescendantSetting degree — cusp of 7th house.
icImum Coeli (IC)Nadir — cusp of 4th house.

Each angle contains longitude (absolute 0–360), sign, and degree_dms (degree within sign).

Use cases

  • Sripati analysis — popular in certain Parashari and KP variant traditions.
  • House system comparison — call all three house endpoints (bhava, chalit, sripati) to compare how cusps and planet placements differ.
  • Custom chart rendering — use cusp boundaries for accurate Sripati chart drawing.
  • MC/IC analysis — Sripati MC/IC values differ from Placidus, useful for comparative research.

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

See also