SignsPlanetIsAspecting
SignsPlanetIsAspecting(PlanetNameplanetName,Timetime)
Returns the zodiac signs aspected by a planet at the given time. The method begins from the planets current sign and applies the supported Vedic aspect rules all planets aspect the 7th sign from themselves Saturn additionally aspects the 3rd and 10th signs Jupiter additionally aspects the 5th and 9th signs Mars additionally aspects the 4th and 8th signs Maandi and Gulika additionally aspect the 2nd 7th and 12th signs from their sign of occupation.
Parameters
| Name | Type | Description |
|---|---|---|
planetName |
PlanetName |
The planet or Upagraha whose aspects should be calculated. |
time |
Time |
The chart time. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/SignsPlanetIsAspecting
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…