POST/v1/astro/dasha-transits
Dasha-Transit Correlation
Correlates active Vimshottari Dasha lords (maha, antar, pratyantar) with current planetary transits. Returns conjunction and aspect correlations scored by strength, and highlights periods of significance. Request JSON follows BirthInput plus optional target_date, target_time, target_timezone for the analysis moment: name, date, time, location or latitude/longitude/timezone, ayanamsa.
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
target_dateoptional
string | null
YYYY-MM-DD. Defaults to today.
target_timeoptional
string | null
HH:MM. Defaults to noon.
target_timezoneoptional
string | null
Timezone for target date.
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.target_date
string
data.active_dasha
object
data.transit_positions
object
data.correlations
array[object]
data.periods_of_significance
array[object]
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.