IsGocharaOccurring
IsGocharaOccurring(TimebirthTime,Timetime,PlanetNameplanet,intgocharaHouse)
Checks whether a specific Gochara event is currently occurring for a planet in a given house while also honoring Vedha obstruction rules when enabled. The method checks whether the planet is in the requested Gochara house optionally checks whether the transit is obstructed by Vedhanka returns true only if the house match is valid and no obstruction remains. This acts as a practical wrapper for higherlevel Gochara event calculations.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natives birth time. |
time |
Time |
The transit time to evaluate. |
planet |
PlanetName |
The transiting planet. |
gocharaHouse |
Int32 |
The Gochara house that should be active. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/IsGocharaOccurring
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…