POST · VEDIC

Chalit Houses

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

Returns house boundary data for the Bhava Chalit (Placidus) system — sign, lord, begin/madhya/end cusps, planet occupants for each of the 12 houses, plus the four chart angles (ASC, MC, DSC, IC). In the Placidus system, houses are unequal — planets can shift houses compared to the Rashi chart, making this essential for prediction work in KP and modern Parashari.

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

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).

Unequal houses. Unlike Equal House, Placidus cusps vary based on latitude and birth time. Houses near the poles can be very large or very small. MC and IC may differ significantly from the Equal House equivalents.

Use cases

  • KP astrology — Placidus cusps are the foundation of KP sub-lord calculations.
  • Bhava shift detection — compare planet houses here vs Rashi chart to find shifted planets.
  • Custom chart rendering — use unequal cusp boundaries for accurate Chalit chart drawing.
  • MC/IC analysis — career (MC) and home (IC) indicators with precise degrees.

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