ResidentialStrength
ResidentialStrength(PlanetNameplanetName,Timetime)
Calculates the residential strength of a planet inside the house it occupies. The method finds the planets house using longitudebased house boundaries gets the beginning middle and end longitudes of that house gets the planets actual longitude determines whether the planet lies in the first half or second half of the house returns a proportional strength value based on its position within that half.
Parameters
| Name | Type | Description |
|---|---|---|
planetName |
PlanetName |
The planet whose residential strength should be calculated. |
time |
Time |
The chart time. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/ResidentialStrength
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…