Returns all fields from basic
plus an analytical layer for the 9 classical grahas: dignity (string + boolean
flags), combustion distance, baladi avastha, nakshatra lord, nakshatra completion
percentage, and sign element.
Date/time fields are optional and default to now. For Sanskrit names,
navamsa, and outer planets, use
extended.
Authentication
Required. Three methods accepted:
Method
Example
Header (recommended)
X-Api-Key: am_live_xxxxxxxxxxxx
Bearer
Authorization: Bearer am_live_xxxxxxxxxxxx
Query
?api_key=am_live_xxxxxxxxxxxx
Request body
Identical to basic. All date/time fields optional (defaults to now).
Field
Type
Required
Description
latitude
number
Yes
Observer latitude, −90…90.
longitude
number
Yes
Observer longitude, −180…180.
timezone
string
Yes
IANA timezone.
year…second
integer
No
Snapshot moment. Defaults to now.
ayanamsa
string
No
Default lahiri.
node_type
string
No
mean (default) or true.
Response shape
moment and zodiac are identical to basic.
The ascendant gains sign_element and nakshatra_lord.
Each planet gains the fields below on top of the basic set.
Additional planet fields (over basic)
Field
Type
Description
sign_element
string
Fire, Earth, Air, or Water.
nakshatra_lord
string
Vimshottari lord of the nakshatra.
nakshatra_percent
number
How far the planet has traversed the nakshatra (0–100).
baladi_avastha
string
Age-based state: Bala, Kumara, Yuva, Vriddha, Mrita.
dignity
string
exalted, moolatrikona, own_sign, debilitated, or neutral.
is_exalted
boolean
Exaltation flag.
is_debilitated
boolean
Debilitation flag.
is_own_sign
boolean
Own-sign flag.
is_moolatrikona
boolean
Moolatrikona flag (degree-bounded).
combust_distance
number | null
Angular distance from Sun in degrees. null for Sun, Rahu, Ketu.
Dignity priority
When multiple dignities could apply, the endpoint resolves in this order:
exalted → moolatrikona → own sign → debilitated → neutral.
Moolatrikona is degree-bounded (e.g. Sun in Leo 0–20°). Nodes (Rahu/Ketu)
have no classical dignity and always return neutral.
Use cases
Transit strength panel — show each planet’s dignity and avastha to assess transit quality.
Combustion alerts — use combust_distance to warn when a planet approaches the Sun.