Returns the day's Rahu Kaal — the inauspicious window ruled by Rahu during which no new or auspicious work should be started. The day (sunrise to sunset) is divided into 8 equal portions (ashtamsa); Rahu's portion follows the classical weekday sequence (Mon 2, Sat 3, Fri 4, Wed 5, Thu 6, Tue 7, Sun 8), so the window shifts with sunrise/sunset and is fully location-dependent.
When the requested date is today, current_status tracks the window live — ideal for app countdowns and notifications.
Authentication
Method
Example
Header (recommended)
X-Api-Key: am_live_xxxxxxxxxxxx
Bearer
Authorization: Bearer am_live_xxxxxxxxxxxx
Query
?api_key=am_live_xxxxxxxxxxxx
Request body
Field
Type
Required
Description
year
integer
Yes
Calendar year.
month
integer
Yes
Month, 1–12.
day
integer
Yes
Day of month.
latitude
number
Yes
Decimal degrees.
longitude
number
Yes
Decimal degrees.
timezone
string
Yes
IANA timezone (e.g. Asia/Kolkata).
Response shape
Field
Type
Description
start_time / end_time
string
Window in local time (HH:MM:SS).
duration_minutes
integer
Window length.
period_number
integer/null
Which of the 8 day-portions (ashtamsa) this window occupies; null for muhurtas not built on ashtamsa.
current_status
object
Live tracking when the requested date is today: is_active, phase (upcoming / active / past), seconds counters, and human-readable display strings.