IsPlanetGocharaBinduResult
IsPlanetGocharaBinduResult(TimebirthTime,TimenowTime,PlanetNameplanet,intbindu)
Checks whether a planet is currently transiting through a sign with the requested bindu count and returns a richer explanationfriendly result. The method performs the same bindumatching logic as IsPlanetGocharaBindu... returns a negative result immediately when no match is found otherwise generates a dynamic interpretation string based on transit intensity housefromLagna placement planetary significations and Kakshya analysis.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natives birth time. |
nowTime |
Time |
The transit time being evaluated. |
planet |
PlanetName |
The transiting planet. |
bindu |
Int32 |
The bindu count that should match. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/IsPlanetGocharaBinduResult
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…