Skip to main content
POST/v1/astro/ghat-chakra

Ghat Chakra

Returns the four Ghatak (inauspicious) timing parameters for a native based on their Janma Rasi (natal Moon sign). Ghat Chakra identifies the lunar month (Masa), lunar day group (Tithi), weekday (Vara), and transit nakshatra that are persistently inauspicious for that individual. When transit periods align with these Ghatak parameters, starting new ventures, surgery, travel, or auspicious ceremonies should be avoided.

Request parameters

locationoptional
string | null
City name to resolve to lat/lon/tz automatically. Example: 'Mumbai' or 'New Delhi, India'. If provided, latitude, longitude and timezone are not required.
nameoptional
string
Person name associated with the birth record
daterequired
string
Birth date in YYYY-MM-DD format
timeoptional
string | null
Birth time in HH:MM 24-hour format. If omitted, sunrise chart is used as fallback.
latitudeoptional
number | null
Latitude. Required if location not provided.
longitudeoptional
number | null
Longitude. Required if location not provided.
timezoneoptional
string | null
IANA timezone. Required if location not provided.
ayanamsaoptional
string
Sidereal ayanamsa mode used in calculations

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.janma_rasi
string
data.janma_rasi_index
integer
data.ghatak_parameters
object
data.ghatak_parameters.masa
object
data.ghatak_parameters.masa.name
string
data.ghatak_parameters.masa.description
string
data.ghatak_parameters.tithi
object
data.ghatak_parameters.tithi.group
string
data.ghatak_parameters.tithi.tithi_numbers
array[integer]
data.ghatak_parameters.tithi.description
string
data.ghatak_parameters.vara
object
data.ghatak_parameters.vara.day
string
data.ghatak_parameters.vara.description
string
data.ghatak_parameters.nakshatra
object
data.ghatak_parameters.nakshatra.name
string
data.ghatak_parameters.nakshatra.description
string
data.guidance
string
data.avoidance_guidance
array[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.