Find Jyeshtha Festivals

Get Jyeshtha festival details with Divine API's Festival API. Provide accurate dates and cultural insights for festivals celebrated in the Jyeshtha month of the Indian calendar.

Embrace the essence of Jyeshtha with our 'Jyeshtha Festivals' API, revealing the astrological and cultural tapestry of celebrations that adorn the Indian calendar within the Panchang realm.

POST https://astroapi-3.divineapi.com/indian-api/v2/jyeshtha-festivals

Returns all festivals details from Jyeshtha 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

{
    "success": 1,
    "data": {
        "year": "2023",
        "narada_jayanti": {
            "data": "2023-05-06",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Narada Jayanti.png"
        },
        "apara_ekadashi": {
            "smartas": {
                "date": "2023-05-15",
                "parana": {
                    "start_time": "2023-05-16 09:14:16",
                    "end_time": "2023-05-16 11:50:16"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Apara Ekadashi.png"
            },
            "vaishnavas": {
                "date": "2023-05-15",
                "parana": {
                    "start_time": "2023-05-16 09:14:16",
                    "end_time": "2023-05-16 11:50:16"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Apara Ekadashi.png"
            }
        },
        "vat_savitri_vrat": {
            "date": "2023-05-19",
            "parana": {
                "start_time": "2023-05-19 22:18:15",
                "end_time": "2023-05-20 00:30:15"
            },
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vat Savitri Vrat.png"
        },
        "shani_amavasya": {
            "data": "2023-05-19",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Shani Amavasya.png"
        },
        "ganga_dussehra": {
            "data": "2023-05-29",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Ganga Dussehra.png"
        },
        "nirjala_ekadashi": {
            "smartas": {
                "date": "2023-05-31",
                "parana": {
                    "start_time": "2023-06-01 09:10:48",
                    "end_time": "2023-06-01 11:49:48"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Nirjala Ekadashi.png"
            },
            "vaishnavas": {
                "date": "2023-05-31",
                "parana": {
                    "start_time": "2023-06-01 09:10:48",
                    "end_time": "2023-06-01 11:49:48"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Nirjala Ekadashi.png"
            }
        },
        "vat_purnima_vrat": {
            "date": "2023-06-03",
            "parana": {
                "start_time": "2023-06-03 22:24:05",
                "end_time": "2023-06-04 00:33:05"
            },
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vat Purnima Vrat.png"
        },
        "mahesh_navami": {
            "data": "2023-05-29",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Mahesh Navami.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/jyeshtha-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