PlanetNatureScore
PlanetNatureScore(TimepersonBirthTime,PlanetNameinputPlanet)
Calculates a simplified bnature scoreb for a planet based on its Shadbaladerived strength. The method 1. calculates the planets Shadbala Pinda strength 2. maps that strength into broad score bands 3. returns a simplified positive or negative result. This is a summaryoriented helper intended for easy interpretation rather than full technical analysis.
Parameters
| Name | Type | Description |
|---|---|---|
personBirthTime |
Time |
The natal chart time. |
inputPlanet |
PlanetName |
The planet to score. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetNatureScore
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…