Find Chaitra Festivals

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.

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/v1/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

tzone*

Float

{
    "success": 1,
    "data": {
        "year": "2023",
        "sheetla_ashtami": "2023-03-15",
        "papamochani_ekadashi": {
            "smartas": {
                "date": "2023-03-18",
                "parana": {
                    "start_time": "2023-03-19 06:26:57",
                    "end_time": "2023-03-19 08:07:00"
                }
            },
            "vaishnavas": {
                "date": "2023-03-18",
                "parana": {
                    "start_time": "2023-03-19 06:26:57",
                    "end_time": "2023-03-19 08:07:00"
                }
            }
        },
        "rang_panchami": "2023-03-12",
        "ugadi": "2023-03-22",
        "gudi_padwa": "2023-03-22",
        "gangaur": "2023-03-24",
        "yamuna_chhath": "2023-03-27",
        "ram_navami": {
            "date": "2023-03-30",
            "ram_abhishekam_muhurat": {
                "start_time": "2023-03-30 11:11:13",
                "end_time": "2023-03-30 13:41:13"
            }
        },
        "kamada_ekadashi": {
            "smartas": {
                "date": "2023-04-01",
                "parana": {
                    "start_time": "2023-04-02 13:40:16",
                    "end_time": "2023-04-02 16:10:16"
                }
            },
            "vaishnavas": {
                "date": "2023-04-01",
                "parana": {
                    "start_time": "2023-04-02 13:40:16",
                    "end_time": "2023-04-02 16:10:16"
                }
            }
        },
        "hanuman_jayanti": {
            "date": "2023-04-06",
            "hanumat_abhishekam": {
                "start_time": "2023-04-06 04:34:13",
                "end_time": "2023-04-06 07:38:13"
            }
        },
        "chaitra_purnima": "2023-04-06"
    }
}

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/v1/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