Find Magha Festivals
Get Magha festival details with Divine API's Festival API. Provide accurate dates and cultural insights for festivals celebrated in the Magha month of the Indian calendar.
Celebrate the essence of Magha with our 'Magha Festivals' API, shedding light on the cultural and astrological festivities that enrich the Indian calendar within the Panchang domain.
POST https://astroapi-3.divineapi.com/indian-api/v2/magha-festivals
Returns all festivals details from Magha 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
{
"success": 1,
"data": {
"year": "2023",
"shattila_ekadashi": {
"smartas": {
"date": "2023-01-18",
"parana": {
"start_time": "2023-01-19 10:25:41",
"end_time": "2023-01-19 12:40:41"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Shattila Ekadashi.png"
},
"vaishnavas": {
"date": "2023-01-18",
"parana": {
"start_time": "2023-01-19 10:25:41",
"end_time": "2023-01-19 12:40:41"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Shattila Ekadashi.png"
}
},
"jaya_ekadashi": {
"smartas": {
"date": "2023-02-01",
"parana": {
"start_time": "2023-02-02 10:23:23",
"end_time": "2023-02-02 12:38:23"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vijaya Ekadashi.png"
},
"vaishnavas": {
"date": "2023-02-01",
"parana": {
"start_time": "2023-02-02 10:23:23",
"end_time": "2023-02-02 12:38:23"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vijaya Ekadashi.png"
}
},
"sakata_chauth": {
"date": "2023-01-10",
"moonrise": "2023-01-11 00:30:10",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vijaya Ekadashi.png"
},
"vasant_panchami": {
"date": "2023-01-26",
"muhurat": {
"start_time": "2023-01-26 10:25:03",
"end_time": "2023-01-26 16:01:33"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vasant Panchami.png"
},
"ratha_saptami": {
"date": "2023-01-27",
"muhurat": {
"start_time": "2023-01-27 08:42:53",
"end_time": "2023-01-27 10:24:53"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Ratha Saptami.png"
},
"bheeshma_ashtami": {
"date": "2023-01-28",
"madhyahna_time": {
"start_time": "2023-01-28 14:53:11",
"end_time": "2023-01-28 17:11:11"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Bheeshma Ashtami.png"
},
"mauni_amavasya": {
"date": "2023-01-21",
"muhurat": {
"start_time": "2023-01-21 08:43:37",
"end_time": "2023-01-21 10:25:37"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Mauni Amavasya.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/magha-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