GocharaZodiacSignCountFromMoon

GocharaZodiacSignCountFromMoon(TimebirthTime,TimecurrentTime,PlanetNameplanet)

Returns the Gochara sign count from the natal Moon sign for a given planet at a specific time. In this codebase Gochara refers to transits. The method gets the Moon sign at birth janma rasi gets the planets current Rasi sign counts from the natal Moon sign to the planets current sign returns the resulting housestyle count. This is one of the core helper methods used throughout the transit and Gochara logic.

Parameters

NameTypeDescription
birthTime Time The natives birth time.
currentTime Time The time of the transit being checked.
planet PlanetName The transiting planet.

Calling this method

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

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…