Ṣaḍbala (Planetary Strength)
get_shad_balaReturn the Shadbala (six-fold strength) of the seven planets (Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn), labelled by component and planet. The six source components are 'sthana_bala' (positional), 'kala_bala' (temporal), 'dig_bala' (directional), 'cheshta_bala' (motional), 'naisargika_bala' (natural) and 'drik_bala' (aspectual). It also returns 'total_virupas' (summed strength in virupas/shashtiamsas), 'total_rupas' (virupas / 60) and 'strength_ratio' (total rupas divided by the required minimum — a ratio above 1 means the planet meets the strength threshold). Each component maps planet name to its value. Data only — no interpretation is added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date in YYYY-MM-DD format, e.g. 1985-06-15 | |
| time | Yes | Birth time in 24h HH:MM:SS format, e.g. 10:30:00 | |
| place | No | Optional birth-place name (cosmetic only). | |
| gender | No | Optional. A few classical yogas are defined by gender -- Mahabhagya's rule is gender x day/night x odd/even signs. Supply it when known; when omitted those yogas are left out of the result rather than computed against an assumed gender. | |
| latitude | Yes | Birth-place latitude in decimal degrees, e.g. 13.0827 | |
| timezone | Yes | Timezone offset from UTC in hours, e.g. 5.5 for IST | |
| longitude | Yes | Birth-place longitude in decimal degrees, e.g. 80.2707 |