POST · VEDIC

KP Significators

Endpoint POST https://starsapi.com/api/v3/vedic/kp/significators

Returns the complete KP significator analysis: the classical four levels per planet (house occupied, houses owned, star lord’s significations, planets in its stars), plus two professional-grade tables verified against reference software — house_significations (per house: planets in the stars of its occupants, the occupants, planets in the stars of its cusp sign lord, and the cusp sign lord) and graded_significators (per planet: very strong / strong / normal / weak houses, with stronger grades deduplicated from weaker ones). Ownership uses standard Parashari lords (no Rahu/Ketu co-lordship); Rahu and Ketu act through their star lords and sign dispositors.

All KP endpoints default to the KP Old (Krishnamurti) ayanamsa and mean nodes, matching classical KP ephemeris practice. Both are overridable per request.

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.
yearintegerYesYear.
monthintegerYesMonth, 1–12.
dayintegerYesDay of month.
hourintegerYesHour, 24-hour.
minuteintegerYesMinute.
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
ayanamsastringNoDefault kp_old (Krishnamurti). Any supported ayanamsa accepted.
node_typestringNomean (default, per classical KP ephemeris practice) or true.

Response shape

FieldTypeDescription
significators[]arrayPer planet: level_1 (house occupied), level_2 (houses owned), level_3 (star lord significations), level_4 (planets in my stars), significator_of_houses (combined).
house_significations[]arrayPer house (1–12): planets_in_stars_of_occupants, occupants, planets_in_stars_of_cusp_lord, cusp_sign_lord.
graded_significatorsobjectPer planet: very_strong (in stars of occupants), strong (occupant), normal (in stars of cusp lord), weak (cusp lord), deduplicated downward.

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

See also