Find Margashirsha Festivals

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

Immerse yourself in the festive spirit with our 'Margashirsha Festivals' API, highlighting auspicious occasions and celebrations that mark the vibrant tapestry of Indian Astrology within the Panchang.

Supported Language Codes:

Support Article URL - https://support.divineapi.com/general-api-support/translating-an-indian-vedic-apis-into-a-different-language

en For English

hi For Hindi

bn For Bengali

ma For Marathi

tm For Tamil

tl For Telugu

ml For Malayalam

kn For Kannada

Guide: These languages are supported by this API. You can use by passing "lan" in body with a value of the language.

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

Returns all festivals details from Margashirsha 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",
        "kalabhairav_jayanti": {
            "date": "2023-12-04",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Kaal Bhairava Jayanti.png"
        },
        "utpanna_ekadashi": {
            "smartas": {
                "date": "2023-12-08",
                "parana": {
                    "start_time": "2023-12-09 16:47:33",
                    "end_time": "2023-12-09 18:59:33"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Utpanna Ekadashi.png"
            },
            "vaishnavas": {
                "date": "2023-12-08",
                "parana": {
                    "start_time": "2023-12-09 16:47:33",
                    "end_time": "2023-12-09 18:59:33"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Utpanna Ekadashi.png"
            }
        },
        "vivah_panchanmi": {
            "date": "2023-12-17",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Vivah Panchanmi.png"
        },
        "mokhada_ekadashi": {
            "smartas": {
                "date": "2023-12-22",
                "parana": {
                    "start_time": "2023-12-23 16:54:20",
                    "end_time": "2023-12-23 19:06:20"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Mokhada Ekadashi.png"
            },
            "vaishnavas": {
                "date": "2023-12-22",
                "parana": {
                    "start_time": "2023-12-23 16:54:20",
                    "end_time": "2023-12-23 19:06:20"
                },
                "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Mokhada Ekadashi.png"
            }
        },
        "gita_jayanti": {
            "date": "2023-12-22",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Gita Jayanti.png"
        },
        "dattatreya_jayanti": {
            "date": "2023-12-26",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Dattatreya Jayanti.png"
        },
        "maa_annapurna_jayanti": {
            "date": "2023-12-26",
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Maa Annapurna Jayanti.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/margashirsh-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