Developers / Reference / Doshas

Doshas

scope: doshas

Manglik, Kaal Sarp, Pitra and Sade Sati with severity and duration.

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

Dosha analysis
GET /api/v1/doshas/
2.0 credits

Manglik, Kaal Sarp, Pitra and Sade Sati with severity. Requires chart_id.

Request
curl https://rajvidya.com/api/v1/doshas/?chart_id=2317 \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "manglik": {"present": true, "severity": "MEDIUM"},
  "kaal_sarp": {"present": false},
  "sade_sati": {"phase": "PEAK", "ends_on": "2027-01-18"}
}
Dosha MRI
POST /api/v1/reports/doshas/
3.0 credits

Full dosha report: Manglik, Kaal Sarp, Pitra and Sade Sati with severity and remedies.

Request
curl https://rajvidya.com/api/v1/reports/doshas/ \
  -X POST \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "chart_id": 2317,
    "format": "json"
  }'
Response
{
  "module": "DOSHAS",
  "chart_id": 2317,
  "format": "json",
  "data": { ... }
}
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