POST /v1/bhrigu/full
Full Bhrigu Nadi report: predictions, Saturn transit status, and Sade Sati phase.
curl -X POST https://api.grahaapi.com/v1/bhrigu/full -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/predictions · /v1/bhrigu/saturn_transit · /v1/bhrigu/transits