GET/v1/astro/panchanga/tamil
Tamil Panchanga
Tamil-specific Panchanga for a date and location. Returns all four Tamil inauspicious periods (Rahu Kalam, Yamagandam, Kuligai, Emagandam), Nalla Neram (auspicious daytime windows between inauspicious periods), and the Tamil solar month name derived from the Sun's sidereal position at sunrise.
Request parameters
daterequired
string
Date in YYYY-MM-DD format
locationoptional
string | null
City name
latitudeoptional
number | null
longitudeoptional
number | null
timezoneoptional
string | null
IANA timezone
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.date
string
Date for which Tamil Panchanga is calculated (YYYY-MM-DD).
data.sunrise
string
Sunrise time in HH:MM local time.
data.sunset
string
Sunset time in HH:MM local time.
data.tamil_month
string
Tamil solar month name based on Sun's sidereal sign at sunrise.
data.rahu_kalam
object
data.rahu_kalam.start
string
Period start time in HH:MM local time.
data.rahu_kalam.end
string
Period end time in HH:MM local time.
data.rahu_kalam.duration_minutes
integer
Duration in minutes.
data.rahu_kalam.is_active
boolean
True if this period is currently active.
data.yamagandam
object
data.yamagandam.start
string
Period start time in HH:MM local time.
data.yamagandam.end
string
Period end time in HH:MM local time.
data.yamagandam.duration_minutes
integer
Duration in minutes.
data.yamagandam.is_active
boolean
True if this period is currently active.
data.kuligai
object
data.kuligai.start
string
Period start time in HH:MM local time.
data.kuligai.end
string
Period end time in HH:MM local time.
data.kuligai.duration_minutes
integer
Duration in minutes.
data.kuligai.is_active
boolean
True if this period is currently active.
data.emagandam
object
data.emagandam.start
string
Period start time in HH:MM local time.
data.emagandam.end
string
Period end time in HH:MM local time.
data.emagandam.duration_minutes
integer
Duration in minutes.
data.emagandam.is_active
boolean
True if this period is currently active.
data.nalla_neram
array[object]
Auspicious daytime windows between the four inauspicious periods.
data.nalla_neram[].start
string
Auspicious window start in HH:MM local time.
data.nalla_neram[].end
string
Auspicious window end in HH:MM local time.
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.