HomeAPI DocsBhrigu Nadi API › Bhrigu Predictions

Bhrigu Predictions

POST /v1/bhrigu/predictions

Life predictions from the Moon sign alone — no birth time needed. Pass either birth details (dob/lat/lon/tz) or the Moon sign directly (`moon_sign`, English or Hindi name). Returns domain-wise predictions (career, health, finance, relationships) with confidence levels, based on Saturn's current transit from the Moon sign (Bhrigu Nadi method).

Example request

curl -X POST https://api.grahaapi.com/v1/bhrigu/predictions   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"dob":"1990-06-15","lat":28.6139,"lon":77.209,"tob":"10:30","tz":5.5}'

Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.

Request fields

FieldTypeRequiredDescription
moon_signstring | nullMoon sign in English, e.g. 'Scorpio'. Pass this OR dob+lat+lon to compute it.
dobstring | nullDate of birth YYYY-MM-DD (used to compute Moon sign when moon_sign is omitted)
tobstring | nullTime of birth HH:MM (optional — improves Moon sign accuracy)
latnumber | nullLatitude of birthplace
lonnumber | nullLongitude of birthplace
tznumber | nullUTC offset (IST = 5.5)

Example body

{
  "dob": "1990-06-15",
  "lat": 28.6139,
  "lon": 77.209,
  "tob": "10:30",
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Bhrigu Nadi endpoints

/v1/bhrigu/full · /v1/bhrigu/saturn_transit · /v1/bhrigu/transits