HomeAPI DocsRashifal API › Rashifal By Sign

Rashifal By Sign

POST /v1/rashifal/by-sign

Daily rashifal for a specific rashi with detailed predictions.

Example request

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.

Request fields

FieldTypeRequiredDescription
rashistringMoon sign in English, e.g. 'Aries', 'Taurus', 'Gemini'…
datestring | nullDate YYYY-MM-DD (default: today)
tznumberUTC offset (IST = 5.5)

Example body

{
  "date": "2026-07-15",
  "rashi": "Scorpio",
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Rashifal endpoints

/v1/rashifal/daily · /v1/rashifal/full · /v1/rashifal/rashi-list · /v1/rashifal/sade-sati · /v1/rashifal/weekly