Skip to content
AstroWay/api v2.201.7 · vedic
all systems operational

Doshas - planetary afflictions

Doshas are planetary afflictions in a natal chart that classically indicate risks, restrictions, or karmic debts. AstroWay covers 19 dosha endpoints across three schools - Parashara (classical, 7 endpoints), Lal Kitab (North-Indian oral tradition, 6) and KP (Krishnamurti Paddhati, 6).

  • Manglik dosha (Mars affliction): Mars in houses 1/2/4/7/8/12 from ascendant, Moon, or Venus. The most important dosha for marriage in Indian tradition.
  • Kaal Sarp dosha: all 7 planets between Rahu and Ketu (“in the snake’s mouth”). Multiple sub-variants (Anant, Kulik, Vasuki, Shankhpal, Padma, Mahapadma, Takshak, Karkotak, Shankhachud, Ghatak, Vishdhar, Sheshnag) depending on which Rahu-Ketu axis houses are involved.
  • Pitru dosha: Sun or Rahu afflicted; classically a karmic debt to ancestors.
  • Shrapit dosha: Saturn and Rahu conjunct in any house; “curse” from past life.
  • Grahan dosha: Sun/Moon conjunct Rahu or Ketu.
  • Guru-Chandal dosha: Jupiter with Rahu (chandal = “lawless” Rahu corrupts Guru).
  • Lal Kitab doshas: manglik with the LK cancellation (Mars in its own sign or in pakka ghar), kalsarpa, pitra (ancestral debt), rin (all six debts in one call), shrapit (Saturn with Rahu or Ketu).
  • KP doshas: diagnosed via Krishnamurti sub-lord theory, plus sade-sati (Saturn transit, takes targetDate) and kemadruma (an isolated Moon).
EndpointSchoolCreditsDescription
/v1/vedic/doshas/parashara/mangalParashara20Manglik dosha
/v1/vedic/doshas/parashara/kaal-sarpParashara20Kaal Sarp + variant
/v1/vedic/doshas/parashara/pitruParashara20Pitru dosha
/v1/vedic/doshas/parashara/shrapitParashara20Shrapit dosha
/v1/vedic/doshas/parashara/grahanParashara20Grahan dosha
/v1/vedic/doshas/parashara/guru-chandalParashara20Guru-Chandal dosha
/v1/vedic/doshas/parashara/fullParashara20Every Parashara dosha
/v1/vedic/doshas/lal-kitab/manglikLal Kitab20Manglik per Lal Kitab, with the LK cancellation
/v1/vedic/doshas/lal-kitab/kalsarpaLal Kitab20Kaal Sarp per Lal Kitab
/v1/vedic/doshas/lal-kitab/pitraLal Kitab20Pitri rin, the ancestral debt
/v1/vedic/doshas/lal-kitab/rinLal Kitab20All six rin and how many are active
/v1/vedic/doshas/lal-kitab/shrapitLal Kitab20Saturn with Rahu or Ketu
/v1/vedic/doshas/lal-kitab/fullLal Kitab20Every Lal Kitab dosha
/v1/vedic/doshas/kp/manglikKP20Manglik with the Mars sub-lord chain
/v1/vedic/doshas/kp/kalasarpaKP20Kaal Sarp per KP
/v1/vedic/doshas/kp/pitraKP20Pitru with the Sun sub-lord chain
/v1/vedic/doshas/kp/sade-satiKP20Sade Sati, Saturn’s transit on targetDate
/v1/vedic/doshas/kp/kemadrumaKP20Kemadruma: a Moon with no neighbours
/v1/vedic/doshas/kp/fullKP20Every KP dosha
Terminal window
curl -X POST https://api.astroway.info/v1/vedic/doshas/parashara/full \
-H "X-Api-Key: aw_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-07-14",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.4501,
"longitude": 30.5234,
"ayanamsa": "lahiri"
}'

Sample response (abbreviated):

{
"data": {
"school": "parashara",
"lagnaSign": 6,
"mangal": {
"present": false,
"severity": "none",
"affectedHouses": [],
"contributingPlanets": [{ "graha": 4, "planetName": "Mars", "sign": 0, "house": 7 }],
"details": ["Mars in own/exalted sign (sign 1): Mangal Dosha cancelled"]
},
"kaalSarp": {
"present": false,
"subType": null,
"partial": true,
"severity": "mild",
"affectedHouses": [4, 10],
"contributingPlanets": [],
"details": ["Partial Kaal Sarp: 6 of 7 grahas on one side (6 Rahu-side, 1 Ketu-side)"]
},
"pitru": {
"present": false,
"severity": "none",
"affectedHouses": [],
"contributingPlanets": [{ "graha": 0, "planetName": "Sun", "sign": 2, "house": 9 }],
"details": ["Sun in 9th house from lagna: paternal lineage focus"]
}
}
}
  • Parashara doshas: Brihat Parashara Hora Shastra, cross-checked against Phaladeepika and Saravali. Manglik uses the most classical formulation (Mars in 1/2/4/7/8/12 with cancellation rules).
  • Lal Kitab: Lal Kitab (Pandit Roop Chand Joshi, 1939-1952, 5 volumes). Doshas in this school have a different logic (planet-house themes, “teen rin” - three debts, varshphal cycle); they don’t map 1:1 onto classical Parashara.
  • KP: Krishnamurti Paddhati readers (K.S. Krishnamurti, 6 volumes). Sub-lord theory, distinct from Parashara cusp work.
  • Status: Parashara GREEN; Lal Kitab mostly YELLOW (single-author lineage, minimal cross-verification across commercial APIs), and every response from that school carries its own disclaimer. Full trail in docs/AUDIT-TRAIL.md.
Was this helpful?
Suggest an edit

Last updated: