DestinyPoint
DestinyPoint(Timetime,ZodiacNameascZodiacSignName)
Calculates the bDestiny Pointb and returns its position as a bsign count from the Ascendant signb. The method 1. gets the Nirayana longitudes of Rahu and the Moon 2. measures the forward arc from Rahu to the Moon 3. takes the midpoint of that arc 4. adds the midpoint to Rahus longitude 5. converts the result into a zodiac sign 6. counts how many signs away that sign is from the Ascendant sign.
Parameters
| Name | Type | Description |
|---|---|---|
time |
Time |
The chart time. |
ascZodiacSignName |
ZodiacName |
The Ascendant sign used as the reference point. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/DestinyPoint
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…