Find Other Calendars And Epoch
Access details on other calendars and epochs with Divine API's Panchang API. Provide users with accurate information on various traditional and regional calendars, enhancing astrological features.
"Explore diverse timekeeping and historical perspectives with our 'Other Calendars and Epoch' API, enabling you to bridge cultural and astrological contexts within the vast landscape of Indian Astrology.
POST https://astroapi-2.divineapi.com/indian-api/v1/find-other-calendars-and-epoch
Returns Other Calendars & Epoch
Headers
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
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
{
"success": 1,
"data": {
"kaliyuga": "5124 Years",
"lahiri_ayanamsha": "24.27016",
"julian_day": "2460088.5 Days",
"modified_julian_day": "60088 Days",
"julian_date": "May 11, 2023 CE",
"national_nirayana_date": "Jyeshtha 10, 1945 Shaka",
"rata_die": 738664,
"national_civil_date": "Jyeshtha 5, 1945 Shaka",
"kali_ahargana": "1871623 Days"
}
}
Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :
curl --location 'https://astroapi-2.divineapi.com/indian-api/v1/find-other-calendars-and-epoch' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'day="24"' \
--form 'month="05"' \
--form 'year="2023"' \
--form 'Place="New Delhi"' \
--form 'lat="28.6139"' \
--form 'lon="77.2090"' \
--form 'tzone="5.5"' \
--form 'lan="en"'
Last updated