BirthYamaPanchaPakshi
BirthYamaPanchaPakshi(Timet)
Calculates which of the five yamas equal time divisions a given moment falls into under the Pancha Pakshi system. Splits the relevant span daytime sunrisetosunset or the night span either side of it into five equal parts and returns the yama index 1 to 5 together with the exact start and end times of that yama. Used as a building block for Pancha Pakshi bird activity.
Parameters
| Name | Type | Description |
|---|---|---|
t |
Time |
The time to locate within the day or night yama cycle. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/BirthYamaPanchaPakshi
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…