IsPlanetGocharaBindu

IsPlanetGocharaBindu(TimebirthTime,TimenowTime,PlanetNameplanet,intbindu)

Checks whether a planet is currently transiting through a sign whose Ashtakavarga bindu count matches the requested value. The method finds the planets current Gochara sign count from the natal Moon converts that count back into the actual transit sign reads the planets Ashtakavarga bindu value for that sign compares it with the requested bindu count.

Parameters

NameTypeDescription
birthTime Time The natives birth time.
nowTime Time The current transit time.
planet PlanetName The transiting planet.
bindu Int32 The bindu count that should match.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/IsPlanetGocharaBindu

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…