POST /v1/rashifal/daily
Daily rashifal for all 12 rashis — transit-based, no birth chart needed.
curl -X POST https://api.grahaapi.com/v1/rashifal/daily -H "Authorization: Bearer sk-test-your-key" -H "Content-Type: application/json" -d '{"date":"2026-07-15","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 |
|---|---|---|---|
date | string | null | — | Date YYYY-MM-DD (default: today) |
tz | number | — | UTC offset (IST = 5.5) |
{
"date": "2026-07-15",
"tz": 5.5
}
Get a free API key Try it in the playground
/v1/rashifal/by-sign · /v1/rashifal/full · /v1/rashifal/rashi-list · /v1/rashifal/sade-sati · /v1/rashifal/weekly