POST /v1/rashifal/by-sign
Daily rashifal for a specific rashi with detailed predictions.
curl -X POST https://api.grahaapi.com/v1/rashifal/by-sign -H "Authorization: Bearer sk-test-your-key" -H "Content-Type: application/json" -d '{"date":"2026-07-15","rashi":"Scorpio","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 |
|---|---|---|---|
rashi | string | ✅ | Moon sign in English, e.g. 'Aries', 'Taurus', 'Gemini'… |
date | string | null | — | Date YYYY-MM-DD (default: today) |
tz | number | — | UTC offset (IST = 5.5) |
{
"date": "2026-07-15",
"rashi": "Scorpio",
"tz": 5.5
}
Get a free API key Try it in the playground
/v1/rashifal/daily · /v1/rashifal/full · /v1/rashifal/rashi-list · /v1/rashifal/sade-sati · /v1/rashifal/weekly