Skip to main content
POST/v1/astro/muhurta

Muhurta — Auspicious Timing

Finds and ranks auspicious time windows for a specific event type. Scores each Choghadiya period using Choghadiya quality, Yoga, Vara (weekday), and Tithi. Returns top N ranked windows. Supported events: marriage, travel, business, griha_pravesh, naming_ceremony.

Request parameters

event_typerequired
string
Type of event. One of: marriage, travel, business, griha_pravesh, naming_ceremony
from_daterequired
string
Start date in YYYY-MM-DD format (inclusive)
to_daterequired
string
End date in YYYY-MM-DD format (inclusive). Maximum 30 days from from_date.
latituderequired
number
Location latitude
longituderequired
number
Location longitude
timezonerequired
string
IANA timezone string e.g. Asia/Kolkata
ayanamsaoptional
string
lahiri | raman | kp | tropical
top_noptional
integer
Number of top windows to return (1-20)

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.event_type
string
data.from_date
string
data.to_date
string
data.timezone
string
data.ayanamsa
string
data.total_windows_evaluated
integer
data.top_windows
array[object]
data.top_windows[].date
string
data.top_windows[].start
string
data.top_windows[].end
string
data.top_windows[].score
integer
data.top_windows[].choghadiya
string
data.top_windows[].choghadiya_type
string
data.top_windows[].yoga
string
data.top_windows[].vara
string
data.top_windows[].vara_number
integer
data.top_windows[].tithi
string
data.top_windows[].tithi_number
integer
data.top_windows[].reason
string
data.top_windows[].is_rahu_kaal
boolean
data.top_windows[].is_abhijit
boolean
data.top_windows[].is_amrita_siddhi
boolean
data.top_windows[].is_sarvartha_siddhi
boolean

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.