PlanetNaisargikaBala
PlanetNaisargikaBala(PlanetNameplanetName,Timetime)
Returns the planets Naisargika Bala or natural strength. Naisargika Bala is the inherent brightnessbased strength of a planet. In this implementation the values are fixed constants Sun 60 Moon 51.43 Venus 42.85 Jupiter 34.28 Mercury 25.70 Mars 17.14 Saturn 8.57
Parameters
| Name | Type | Description |
|---|---|---|
planetName |
PlanetName |
The planet whose natural strength should be returned. |
time |
Time |
Included for signature consistency but not used in the current calculation. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetNaisargikaBala
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…