HomeAPI DocsRashifal API › Rashifal Daily

Rashifal Daily

POST /v1/rashifal/daily

Daily rashifal for all 12 rashis — transit-based, no birth chart needed.

Example request

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.

Request fields

FieldTypeRequiredDescription
datestring | nullDate YYYY-MM-DD (default: today)
tznumberUTC offset (IST = 5.5)

Example body

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

Get a free API key Try it in the playground

Related Rashifal endpoints

/v1/rashifal/by-sign · /v1/rashifal/full · /v1/rashifal/rashi-list · /v1/rashifal/sade-sati · /v1/rashifal/weekly