You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/openapi.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24513,25 +24513,25 @@
24513
24513
"active": {
24514
24514
"type": "boolean",
24515
24515
"example": false,
24516
-
"description": "Whether Panchaka is currently active. Panchaka occurs when Moon transits through the last 5 nakshatras (Dhanishta to Revati)."
24516
+
"description": "Whether Panchaka is in force at sunrise, the panchang day reference. Can be false while startsAt and endsAt are populated when Panchaka begins later in the day."
24517
24517
},
24518
24518
"type": {
24519
24519
"type": "string",
24520
24520
"nullable": true,
24521
-
"example": null,
24522
-
"description": "Panchaka type when active: Mrityu (death-related), Agni (fire-related), Raja (government-related), Chora (theft-related), or Roga (disease-related). Null when Panchaka is not active."
24521
+
"example": "Mrityu",
24522
+
"description": "Panchaka dosha, set by the weekday the period BEGINS (not the nakshatra): Roga (Sunday, disease), Raja (Monday, government), Agni (Tuesday, fire), Chora (Friday, theft), Mrityu (Saturday, death). Null when Panchaka begins on Wednesday or Thursday (no dosha) or when no Panchaka touches this date."
24523
24523
},
24524
24524
"startsAt": {
24525
24525
"type": "string",
24526
24526
"nullable": true,
24527
-
"example": null,
24528
-
"description": "When the current Panchaka period started (Moon entered Dhanishta nakshatra). Null when not active. In requested timezone."
24527
+
"example": "2026-06-06T19:03:00",
24528
+
"description": "When the Panchaka period starts (Moon enters 300 degrees, Dhanishta 3rd pada). May predate this date when Panchaka is already running. Null when no Panchaka is in force or begins on this date. In requested timezone."
24529
24529
},
24530
24530
"endsAt": {
24531
24531
"type": "string",
24532
24532
"nullable": true,
24533
-
"example": null,
24534
-
"description": "When the current Panchaka period ends (Moon exits Revati nakshatra). Null when not active. In requested timezone."
24533
+
"example": "2026-06-11T08:15:00",
24534
+
"description": "When the Panchaka period ends (Moon exits Revati at 360 degrees), about five days after it starts. Null when no Panchaka. In requested timezone."
24535
24535
}
24536
24536
},
24537
24537
"required": [
@@ -24540,35 +24540,35 @@
24540
24540
"startsAt",
24541
24541
"endsAt"
24542
24542
],
24543
-
"description": "Panchaka, inauspicious period when Moon transits nakshatras 23-27. Five types based on the specific nakshatra. Includes timing when active. Avoid major activities during Panchaka."
24543
+
"description": "Panchaka, the inauspicious ~5-day window while the Moon transits the last five nakshatras (Dhanishta 3rd pada through Revati, 300 to 360 degrees sidereal). The dosha type depends on the weekday it begins; startsAt and endsAt report the period in force at sunrise or beginning later this day. Avoid major activities during Panchaka."
24544
24544
},
24545
24545
"bhadra": {
24546
24546
"type": "object",
24547
24547
"properties": {
24548
24548
"active": {
24549
24549
"type": "boolean",
24550
24550
"example": false,
24551
-
"description": "Whether Bhadra (Vishti Karana) is currently active. Bhadra is considered inauspicious for starting new ventures."
24551
+
"description": "Whether Bhadra (Vishti Karana) is in force at sunrise, the panchang day reference moment. Can be false while startsAt and endsAt are populated when Bhadra begins later in the day."
24552
24552
},
24553
24553
"startsAt": {
24554
24554
"type": "string",
24555
24555
"nullable": true,
24556
-
"example": null,
24557
-
"description": "When the current Bhadra (Vishti) period started. Null when not active. In requested timezone."
24556
+
"example": "2026-06-10T13:53:00",
24557
+
"description": "When the Bhadra (Vishti) period that begins on this date starts. Null when no Bhadra begins on this date. In requested timezone."
24558
24558
},
24559
24559
"endsAt": {
24560
24560
"type": "string",
24561
24561
"nullable": true,
24562
-
"example": null,
24563
-
"description": "When the current Bhadra (Vishti) period ends. Null when not active. In requested timezone."
24562
+
"example": "2026-06-11T00:58:00",
24563
+
"description": "When the Bhadra (Vishti) period that begins on this date ends. May fall on the next calendar day. Null when no Bhadra begins on this date. In requested timezone."
24564
24564
}
24565
24565
},
24566
24566
"required": [
24567
24567
"active",
24568
24568
"startsAt",
24569
24569
"endsAt"
24570
24570
],
24571
-
"description": "Bhadra, occurs during Vishti Karana period. One of the 7 movable karanas, Vishti (also called Bhadra) is avoided for all auspicious activities. Includes timing when active."
24571
+
"description": "Bhadra (Vishti Karana), the 7th movable karana, avoided for all auspicious activities. Bhadra recurs roughly every 3 to 5 days and lasts about half a tithi, so most occurrences begin after sunrise rather than at it. startsAt and endsAt report the Bhadra beginning on this date regardless of whether it is active at sunrise."
0 commit comments