Skip to main content
POST/v1/astro/nakshatra/prediction

Personal Nakshatra Prediction (Tarabala)

Returns a personalised daily prediction using Tarabala and Chandrabala. Tarabala measures the auspiciousness of the current day for an individual by assessing the relationship between their natal Moon nakshatra and the daily transit Moon nakshatra. Nine Taras from Janma (birth) to Ati-Mitra (great friend). Chandrabala measures the transit Moon's house from natal Moon. Also returns the transit nakshatra's quality type (Dhruva/Chara/ Ugra/Tikshna/Kshipra/Mridu/Mishra) with auspicious and inauspicious activities for today.

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
target_dateoptional
string (date) | null
Date for the prediction day; defaults to today

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.target_date
string
data.transit_moon
object
data.transit_moon.nakshatra
string
data.transit_moon.nakshatra_index
integer
data.transit_moon.rashi_index
integer
data.tarabala
object
data.tarabala.tara_number
integer
data.tarabala.count_from_birth
integer
data.tarabala.name
string
data.tarabala.meaning
string
data.tarabala.is_favorable
boolean
data.tarabala.interpretation
string
data.chandrabala
object
data.chandrabala.moon_house_from_natal
integer
data.chandrabala.is_favorable
boolean
data.chandrabala.favorable_houses
array[integer]
data.daily_score
object
data.daily_score.score
integer
data.daily_score.max_score
integer
data.daily_score.label
string
data.transit_nakshatra_quality
object
data.transit_nakshatra_quality.nakshatra
string
data.transit_nakshatra_quality.quality_type
string
data.transit_nakshatra_quality.english
string
data.transit_nakshatra_quality.auspicious_for
array[string]
data.transit_nakshatra_quality.inauspicious_for
array[string]
data.nakshatra_activities
object
data.nakshatra_activities.favorable
array[string]
data.nakshatra_activities.unfavorable
array[string]
data.birth_nakshatra
object
data.birth_nakshatra.name
string
data.birth_nakshatra.index
integer
data.natal_moon_sign_index
integer

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.