Skip to content
AstroWay/api v2.19.0 · vedic
all systems operational
UA EN

Yogas — planetary combinations

Yogas are specific planetary combinations in a natal chart that amplify or weaken life themes (power, wealth, spirituality, isolation). AstroWay covers 12 yoga endpoints across two schools — Parashara (classical) and Jaimini (chara-karaka).

  • Raja yogas — combinations granting power, status, success. Relationships between lords of kendra houses (1, 4, 7, 10) and trikona houses (1, 5, 9).
  • Dhana yogas — wealth. Links between lords of houses 2, 5, 9, 11.
  • Dharma-Karmadhipati yogas — synergy between lords of 9th (dharma) and 10th (karma).
  • Pancha-Mahapurusha — the five “great-man” yogas: Ruchaka (Mars), Bhadra (Mercury), Hamsa (Jupiter), Malavya (Venus), Shasha (Saturn).
  • Gajakesari — Jupiter in a kendra from the Moon.
  • Adhi yoga — Mercury, Jupiter, Venus in the 6th/7th/8th from the Moon.
  • Atmakaraka (Jaimini) — the planet with the highest longitude within its sign; “soul indicator”.
  • Badhaka (Jaimini) — planetary obstruction based on movable/fixed/dual sign classification.
EndpointSchoolCreditsDescription
/v1/vedic/yogas/parashara/rajaParashara50Raja yogas
/v1/vedic/yogas/parashara/dhanaParashara50Dhana yogas (wealth)
/v1/vedic/yogas/parashara/dharma-karmadhipatiParashara50Dharma + Karma
/v1/vedic/yogas/parashara/pancha-mahapurushaParashara505 mahapurusha yogas
/v1/vedic/yogas/parashara/gajakesariParashara20Gajakesari
/v1/vedic/yogas/parashara/adhiParashara20Adhi yoga
/v1/vedic/yogas/parashara/fullParashara100All Parashara yogas in one call
/v1/vedic/yogas/jaimini/rajaJaimini50Jaimini raja yogas
/v1/vedic/yogas/jaimini/atmakarakaJaimini20Atmakaraka + other karakas
/v1/vedic/yogas/jaimini/badhakaJaimini20Badhaka planet
/v1/vedic/yogas/jaimini/fullJaimini100All Jaimini yogas in one call
Terminal window
curl -X POST https://api.astroway.info/v1/vedic/yogas/parashara/pancha-mahapurusha \
-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": {
"yogas": [
{
"name": "Hamsa Yoga",
"category": "pancha-mahapurusha",
"planet": "Jupiter",
"house": 1,
"sign": "Cancer",
"strength": "strong",
"description": "Jupiter in own/exalted sign in a kendra from ascendant"
},
{
"name": "Gajakesari Yoga",
"category": "moon-jupiter",
"houses_from_moon": 4,
"strength": "moderate"
}
],
"count": 2,
"ayanamsa": "lahiri"
}
}
  • Parashara yogas — algorithm follows Brihat Parashara Hora Shastra (BPHS), chapters 36-39 (Raja-yoga, Dhana-yoga, Pancha-mahapurusha). R. Santhanam’s translation (Ranjan Publications) is the primary reference, cross-checked against Phaladeepika (Mantreswara).
  • Jaimini yogasJaimini Sutras (P.S. Sastri translation), chapter 2. Atmakaraka is computed by longitude-within-sign (Parashari variant); the Krishna Mishra alternative is available via karaka_scheme=advanced.
  • Endpoint status — Phase 2, mostly GREEN. Some yogas (e.g. Vipareeta Raja) are still YELLOW because BPHS commentators disagree on activation rules; full status and last verification date is in docs/AUDIT-TRAIL.md (private repo, integrators get access on request).
  • Sidereal zodiac — Lahiri by default. Raman, Krishnamurti, Fagan-Bradley, Yukteshwar are also supported via the ayanamsa parameter.

No yoga implementation can claim to be “canonical” — classical texts vary on which combinations qualify and how to weight cancellations. We document the school and commentator we picked in docs/AUDIT-TRAIL.md.

Was this helpful?
Suggest an edit

Last updated: