PlanetChestaBala
PlanetChestaBala(PlanetNameplanetName,Timetime,booluseSpecialSunMoon)
Calculates Chesta Bala the motional strength of a planet. The method supports three different calculation paths Sun and Moon Normally return zero. When useSpecialSunMoon is true special IshtaKashta formulas are used. Rahu and Ketu Return zero in this implementation. Mars Mercury Jupiter Venus and Saturn Use the mean longitude true longitude and Seeghrochcha aphelionstyle value. The resulting Chesta Kendra is folded into a 0180 range. The final Chesta Bala is calculated by dividing by 3.
Parameters
| Name | Type | Description |
|---|---|---|
planetName |
PlanetName |
The planet whose Chesta Bala should be calculated. |
time |
Time |
The chart time. |
useSpecialSunMoon |
Boolean |
Whether to calculate the special SunMoon Chesta Bala used for IshtaKashta calculations. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetChestaBala
Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.
Loading try-it widget…