Find Chaitra Festivals
Get Chaitra festival details with Divine API's Festival API. Provide accurate dates and cultural insights for festivals celebrated in the Chaitra month of the Indian calendar.
Immerse in the vibrancy of Chaitra with our 'Chaitra Festivals' API, spotlighting the astrological and cultural splendor of celebrations that grace the Indian calendar within the Panchang context.
POST https://astroapi-3.divineapi.com/indian-api/v2/chaitra-festivals
Returns all festivals details from Chaitra 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",
"sheetla_ashtami": {
"date": "2023-03-14",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Sheetla Ashtami.png"
},
"papamochani_ekadashi": {
"smartas": {
"date": "2023-03-18",
"parana": {
"start_time": "2023-03-19 09:54:33",
"end_time": "2023-03-19 12:18:33"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Papamochani Ekadashi.png"
},
"vaishnavas": {
"date": "2023-03-18",
"parana": {
"start_time": "2023-03-19 09:54:33",
"end_time": "2023-03-19 12:18:33"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Papamochani Ekadashi.png"
}
},
"rang_panchami": {
"date": "2023-03-12",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Rang Panchami.png"
},
"ugadi": {
"date": "2023-03-22",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Ugadi.png"
},
"gudi_padwa": {
"date": "2023-03-22",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Gudi Padwa.png"
},
"gangaur": {
"date": "2023-03-24",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Gangaur.png"
},
"yamuna_chhath": {
"date": "2023-03-27",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Yamuna Chhath.png"
},
"ram_navami": {
"date": "2023-03-30",
"ram_abhishekam_muhurat": {
"start_time": "2023-03-30 14:38:44",
"end_time": "2023-03-30 17:08:44"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Ram Navami.png"
},
"kamada_ekadashi": {
"smartas": {
"date": "2023-04-01",
"parana": {
"start_time": "2023-04-02 10:51:45",
"end_time": "2023-04-02 12:09:42"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Kamada Ekadashi.png"
},
"vaishnavas": {
"date": "2023-04-01",
"parana": {
"start_time": "2023-04-02 10:51:45",
"end_time": "2023-04-02 12:09:42"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Kamada Ekadashi.png"
}
},
"hanuman_jayanti": {
"date": "2023-04-05",
"hanumat_abhishekam": {
"start_time": "2023-04-05 08:08:12",
"end_time": "2023-04-05 11:12:12"
},
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Hanuman Jayanti.png"
},
"chaitra_purnima": {
"date": "2023-04-05",
"image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Yamuna Chhath.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/chaitra-festivals' \
--header 'Authorization: ' \
--form a'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