MainActivity

MainActivity(TimebirthTime,TimecheckTime)

Returns the main Pancha Pakshi bird activity Ruling Eating Walking Sleeping or Dying for a person at a given moment. Determines the persons stellar birthbird whether the Moon is waxing or waning day vs night the weekday and which of the five yamas the check time falls into then looks these up in the Pancha Pakshi master table. The activity indicates how favourable that moment is for the person under the South Indian Pancha Pakshi five birds system.

Parameters

NameTypeDescription
birthTime Time Birth time of the person used to find their birthbird.
checkTime Time The moment to evaluate the birds activity for.

Calling this method

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

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…