Find Phalguna Festivals
Access Phalguna festival details with Divine API's Festival API. Provide accurate dates and cultural insights for festivals celebrated in the Phalguna month of the Indian calendar.
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/v2/phalguna-festivals
Returns all festivals details from Phalguna in response
Headers
Authorization*
String
your API Access Token eg: Bearer {token}
Request Body
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
{
"success": 1,
"data": {
"year": "2023",
"vijaya_ekadashi": {
"smartas": {
"date": "2023-02-16",
"parana": {
"start_time": "2023-02-17 10:16:41",
"end_time": "2023-02-17 12:34:41"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vijaya Ekadashi.png"
},
"vaishnavas": {
"date": "2023-02-16",
"parana": {
"start_time": "2023-02-17 10:16:41",
"end_time": "2023-02-17 12:34:41"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vijaya Ekadashi.png"
}
},
"phulera_dooj": {
"date": "2023-02-21",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Phulera Dooj.png"
},
"amalaki_ekadashi": {
"smartas": {
"date": "2023-03-02",
"parana": {
"start_time": "2023-03-03 17:12:23",
"end_time": "2023-03-03 19:33:23"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Amalaki Ekadashi.png"
},
"vaishnavas": {
"date": "2023-03-02",
"parana": {
"start_time": "2023-03-03 17:12:23",
"end_time": "2023-03-03 19:33:23"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Amalaki Ekadashi.png"
}
},
"maha_shivratri": {
"date": "2023-02-18",
"nishita_muhurat": {
"start_time": "2023-02-19 03:40:18",
"end_time": "2023-02-19 04:30:18"
},
"prahar": {
"first_prahar": {
"start_time": "2023-02-18 21:50:18",
"end_time": "2023-02-19 00:56:18"
},
"second_prahar": {
"start_time": "2023-02-19 00:56:18",
"end_time": "2023-02-19 04:02:18"
},
"third_prahar": {
"start_time": "2023-02-19 04:02:18",
"end_time": "2023-02-19 07:08:18"
},
"fourth_prahar": {
"start_time": "2023-02-19 07:08:18",
"end_time": "2023-02-19 10:14:18"
}
},
"parana_time": {
"start_time": "2023-02-19 10:15:31",
"end_time": "2023-02-19 12:33:31"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Maha Shivratri.png"
}
}
}
Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :
curl --location 'https://astroapi-3.divineapi.com/indian-api/v2/phalguna-festivals' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'year="2023"' \
--form 'Place="New Delhi"' \
--form 'lat="28.6139"' \
--form 'lon="77.2090"' \
--form 'tzone="5.5"'
Last updated