Skip to main content
GET/v1/astro/ayanamsha

Ayanamsha Values

Returns ayanamsha values for all four supported systems (Lahiri, Raman, KP, Tropical) for a given date. Each system returns the value in decimal degrees and DMS (degrees/minutes/seconds) format. Pass ?date=YYYY-MM-DD for a specific date. Omit ?date to get today's values. Lahiri is the Indian government standard and default for Jyotish.

Request parameters

dateoptional
string (date) | null

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.date
string
Date in ISO YYYY-MM-DD format
data.ayanamsha
object
Ayanamsha values keyed by system name (lahiri, raman, kp, tropical)
data.note
string

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.