Developers / Reference / Daily horoscope

Daily horoscope

scope: horoscope

Transit-driven daily readings. The cheapest call we sell and the one that keeps an integration alive.

Your key must hold the horoscope scope. Costs are in credits — what is a credit?

Daily horoscope
GET /api/v1/rashifal/
1.0 credits

Moon-sign horoscope driven by live transits. Works without a chart — pass sign and period (daily, weekly, monthly). Add lang for any of 14 languages.

Request
curl https://rajvidya.com/api/v1/rashifal/?sign=ARIES&period=daily&lang=ta \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "period": "daily",
  "date": "2026-08-14",
  "signs": ["ARIES"],
  "predictions": {"ARIES": {"general": "...", "career": "..."}}
}
Today snapshot
GET /api/v1/today/
1.0 credits

One call for the day: transits, panchang and personalised guidance.

Request
curl https://rajvidya.com/api/v1/today/?chart_id=2317&lang=mr \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "panchang": {...}, "transits": [...], "guidance": "..."
}
Cosmic planner
GET /api/v1/cosmic-planner/
2.0 credits

Day-by-day favourability scoring. Requires chart_id; date optional.

Request
curl https://rajvidya.com/api/v1/cosmic-planner/?chart_id=2317&date=2026-08-20 \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "days": [{"date": "2026-08-20", "score": 74, "note": "..."}]
}
Language

Add lang to any request to get the interpretation text back in that language. This is written interpretation, not machine translation.

English हिन्दी मराठी ગુજરાતી বাংলা தமிழ் తెలుగు संस्कृत Español Português Français Deutsch Русский العربية 日本語 繁體中文
Language codes