PlanetsInGocharaHouse
PlanetsInGocharaHouse(TimebirthTime,TimecurrentTime,intgocharaHouse)
Returns all planets currently occupying a specific Gochara house where the house count is measured from the natal Moon sign. The method calculates the Gochara house for each tracked planet and returns a list of all planets whose current transit count matches the requested house. The current implementation checks Sun Moon Mars Mercury Jupiter Venus and Saturn.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natives birth time. |
currentTime |
Time |
The transit time being checked. |
gocharaHouse |
Int32 |
The Gochara house number to search. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetsInGocharaHouse
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…