Find Auspicious Timings
The Find Auspicious Timings API is an integral component of the Panchang API suite, designed to identify and provide details on various auspicious timings, including Brahma Muhurta, Abhijit Muhurta, Godhuli Muhurta, and others. This API is invaluable for those seeking to align their activities with favorable times according to Vedic astrology.
POST
https://astroapi-3.divineapi.com/indian-api/v1/auspicious-timings
Returns Auspicious Timings start and end time 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 |
day* | Integer | day of panchang, eg: 24 |
month* | Integer | month of panchang, eg: 05 |
year* | Integer | year of panchang, 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 |
lan | String | Language en/hi, default en |
Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :
Last updated