Skip to main content
POST/v1/astro/panchanga/hora

Planetary hours (Hora)

Calculate all 24 Hora (planetary hours) for a given date and location, starting from sunrise. Each hora is ruled by a planet in the Chaldean sequence with qualities indicating suitable activities.

Request parameters

daterequired
string
Date in YYYY-MM-DD format
locationoptional
string | null
City name. Example: 'Mumbai'
latitudeoptional
number | null
longitudeoptional
number | null
timezoneoptional
string | null
IANA timezone string

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.date
string
Date for which Hora is calculated (YYYY-MM-DD).
data.sunrise
string
Sunrise time in HH:MM local time.
data.next_sunrise
string
Next day sunrise time in HH:MM local time.
data.horas
array[object]
24 planetary hours from sunrise to next sunrise.
data.horas[].hora
integer
Hora number, 1 to 24.
data.horas[].ruling_planet
string
Planet ruling this hora.
data.horas[].start
string
Hora start time in HH:MM local time.
data.horas[].end
string
Hora end time in HH:MM local time.
data.horas[].quality
string
Activities suited to this planetary hora.
data.horas[].is_current
boolean
True if this hora is currently active.

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.