IsGocharaObstructed
IsGocharaObstructed(PlanetNameplanet,intgocharaHouse,TimebirthTime,TimecurrentTime)
Checks whether a given Gochara transit is obstructed by Vedha Vedhanka. The method looks up the obstruction point for the planet and transit house exits early if no Vedhanka exists finds all planets currently transiting that obstruction house removes the standard exception pairs Sun and Saturn Moon and Mercury returns true if any obstructing planet remains. This method applies the Vedha rule layer used to suppress or modify an otherwise valid Gochara result.
Parameters
| Name | Type | Description |
|---|---|---|
planet |
PlanetName |
The transiting planet being evaluated. |
gocharaHouse |
Int32 |
The Gochara house number being tested. |
birthTime |
Time |
The natives birth time. |
currentTime |
Time |
The transit time being evaluated. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/IsGocharaObstructed
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…