Find Phalguna Festivals
The Festivals in Phalguna Month API is a part of the Panchang API suite, dedicated to detailing the festivals and significant dates occurring in the Hindu month of Phalguna. This API provides information on key events like Vijaya Ekadashi, Phulera Dooj, Amalaki Ekadashi, and Maha Shivratri, complete with specific muhurats (auspicious timings) for observances and rituals. It's essential for individuals seeking to align their spiritual and cultural practices with traditional timings.
POST
https://astroapi-3.divineapi.com/indian-api/v1/phalguna-festivals
Returns all festivals details from Phalguna in response
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | your API Access Token eg: Bearer {token} |
Request Body
Name | Type | Description |
---|---|---|
api_key* | String | your API key |
year* | Integer | year, eg: 2023 |
Place | String | place, ex: New Delhi |
lat* | Float | latitude, eg: 28.6139 |
lon* | Float | longitude, eg: 77.2090 |
tzone* | Float | timezone, eg: 5.5 Timezone List |
Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :
Last updated