PlanetSignTransit
PlanetSignTransit(TimestartTime,TimeendTime,PlanetNameplanetName)
Calculates the periods during which a planet stays in each bzodiac signb between two times. The method 1. generates time slices across the requested range 2. tracks sign changes for the selected planet 3. records each finished sign interval as a tuple of start time end time sign name planet name.
Parameters
| Name | Type | Description |
|---|---|---|
startTime |
Time |
Beginning of the scan range. |
endTime |
Time |
End of the scan range. |
planetName |
PlanetName |
The planet whose sign transits should be tracked. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetSignTransit
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…