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).
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.
| Field | Type | Required | Description |
|---|---|---|---|
moon_sign | string | null | — | Moon sign in English, e.g. 'Scorpio'. Pass this OR dob+lat+lon to compute it. |
dob | string | null | — | Date of birth YYYY-MM-DD (used to compute Moon sign when moon_sign is omitted) |
tob | string | null | — | Time of birth HH:MM (optional — improves Moon sign accuracy) |
lat | number | null | — | Latitude of birthplace |
lon | number | null | — | Longitude of birthplace |
tz | number | null | — | UTC offset (IST = 5.5) |
{
"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
/v1/bhrigu/full · /v1/bhrigu/saturn_transit · /v1/bhrigu/transits