Find Paush Festivals

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

Immerse in the spirit of Paush with our 'Paush Festivals' API, illuminating the astrological and cultural significance of celebrations that embellish the Indian calendar within the Panchang framework.

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

Returns all festivals details from Pausha 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",
        "saphala_ekadashi": [],
        "pausha_putrida_ekadashi": [
            {
                "smartas": {
                    "date": "2023-01-02",
                    "parana": {
                        "start_time": "2023-01-03 10:23:19",
                        "end_time": "2023-01-03 12:35:19"
                    },
                    "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Saphala Ekadashi.png"
                },
                "vaishnavas": {
                    "date": "2023-01-02",
                    "parana": {
                        "start_time": "2023-01-03 10:23:19",
                        "end_time": "2023-01-03 12:35:19"
                    },
                    "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Saphala Ekadashi.png"
                }
            }
        ],
        "banada_ashtami": [],
        "shakambari_purnima": {
            "dates": [
                "2023-01-06"
            ],
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Shakambari Purnima.png"
        },
        "pausha_purnima": {
            "dates": [
                "2023-01-06"
            ],
            "image": "https://astroapi-6.divineapi.com/public/assets/vedic/festivals/images/main/Pausha Purnima.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/pausha-festivals' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'day="05"' \
--form 'month="05"' \
--form 'year="2005"' \
--form 'Place="New Delhi"' \
--form 'lat="28.6139"' \
--form 'lon="77.2090"' \
--form 'tzone="5.5"' \
--form 'lan="en"'

Last updated