HouseNatureScore
HouseNatureScore(TimebirthTime,HouseNameinputHouse)
Calculates a brelative nature scoreb for a house based on house strength. The method 1. returns c0c immediately if no valid house is supplied 2. calculates the selected houses strength 3. finds the strongest and weakest houses in the chart 4. remaps the selected houses strength onto a simplified scoring range. This helper is designed for summarystyle interpretation rather than precise technical measurement.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natal chart time. |
inputHouse |
HouseName |
The house to score. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/HouseNatureScore
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…