Skip to main content
POST/v1/astro/ashtottari

Ashtottari Dasha

Computes Ashtottari Dasha periods for a given birth chart. What is Ashtottari Dasha? Ashtottari Dasha is a 108-year dasha cycle using 8 planets (excluding Ketu). It is considered applicable only for specific charts where Rahu occupies a Kendra (houses 1, 4, 7, 10) or Trikona (houses 1, 5, 9) from the Lagna. Applicability check: This endpoint first checks whether Ashtottari applies to the given chart. If Rahu is not in a Kendra or Trikona house, the response will contain applicable: false and a reason string instead of dasha periods. The 8 planets and their durations: - Sun — 6 years - Moon — 15 years - Mars — 8 years - Mercury — 17 years - Saturn — 10 years - Jupiter — 19 years - Rahu — 12 years - Venus — 21 years Levels: - levels: 1 — returns Maha Dasha periods only - levels: 2 — returns Maha Dasha with Antar Dasha sub-periods (default) Date format: All dates are returned in DD/MM/YYYY format. Ayanamsa: Default is Lahiri.

Request parameters

locationoptional
string | null
City name to resolve to lat/lon/tz automatically. Example: 'Mumbai' or 'New Delhi, India'. If provided, latitude, longitude and timezone are not required.
nameoptional
string
Person name associated with the birth record
daterequired
string
Birth date in YYYY-MM-DD format
timeoptional
string | null
Birth time in HH:MM 24-hour format. If omitted, sunrise chart is used as fallback.
latitudeoptional
number | null
Latitude. Required if location not provided.
longitudeoptional
number | null
Longitude. Required if location not provided.
timezoneoptional
string | null
IANA timezone. Required if location not provided.
ayanamsaoptional
string
Sidereal ayanamsa mode used in calculations
levelsoptional
integer
Depth of sub-periods to return. 1 returns Maha Dashas only. 2 returns Maha and Antar Dashas. Maximum is 2.

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.periods
object
data.periods.root
array[object]
data.periods.root[].planet
string
Planetary lord of this Dasha period
data.periods.root[].start_jd
number
Start of period as Julian Day number
data.periods.root[].end_jd
number
End of period as Julian Day number
data.periods.root[].start_date
string
Start date in DD/MM/YYYY format
data.periods.root[].end_date
string
End date in DD/MM/YYYY format
data.periods.root[].sub
array[object] | null
Sub-periods (Antar Dasha). Present only when levels=2.
data.birth_time_provided
boolean
Whether a precise birth time was provided. False when birth time was not supplied or treated as unknown — calculations using this field will have lagna-dependent accuracy limits.

Errors

Missing or invalid API key.
Upstream ephemeris service error.
API key tier does not include this endpoint.
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.