Loading...
Panchanga offers three sellable API engines — Panchanga, Astronomy, and Festival. Each product uses its own API key (dna_pan_*, dna_astro_*, dna_fest_*). Muhurta, hora, and calendar routes are included under the Panchanga engine.
https://panchanga.doshanivaran.in/api/v1 · OpenAPI /docsSend your key in the X-API-Key header for Postman, server, and external integrations. Sign in to the developer portal to create keys per product and environment (test, dev, qa, live).
The developer portal supports email + password and Google OAuth for web sign-in. OAuth sessions use JWT — they do not count against your X-API-Key quota when browsing the catalog.
Usage quota counts X-API-Key calls only. Browsing the official web app while logged in does not consume your API quota.
401 · Unauthorized
Missing or expired Bearer token on developer-portal routes.
{
"detail": "Not authenticated"
}403 · Forbidden — invalid key
X-API-Key is missing, unknown, or revoked.
{
"detail": "Invalid API key"
}403 · Forbidden — product mismatch
Key product does not match the route (e.g. dna_pan_* on /astronomy).
{
"detail": "API key product does not match this route. Use a dna_astro_* key for astronomy routes."
}429 · Too Many Requests — quota
Daily or monthly plan quota exceeded for X-API-Key calls.
{
"detail": "Daily API quota exceeded for your plan."
}429 · Too Many Requests — rate limit
Per-minute burst limit exceeded for the key or plan.
{
"detail": "Rate limit exceeded. Try again later."
}Limits below match the public pricing catalog fallback (live values come from /pricing).
Daily panchang, calendar, muhurta, hora, and bala for any location.
/api/v1/panchanga/*/api/v1/muhurta/*/api/v1/muhurtham/*/api/v1/panchanga/calendar/*/api/v1/panchanga/dayFull daily panchang/api/v1/panchanga/nakshatraNakshatra at time/api/v1/panchanga/varaWeekday (vara)/api/v1/panchanga/elementsTithi, yoga, karana/api/v1/panchanga/tithi-transitionsTithi changes/api/v1/panchanga/yoga-transitionsYoga changes/api/v1/panchanga/karana-transitionsKarana changes/api/v1/panchanga/nakshatra-transitionsNakshatra changes/api/v1/panchanga/month-calendarMonth grid/api/v1/panchanga/month-bundleMonth calendar + festivals/api/v1/panchanga/hora-chakramHora wheel/api/v1/panchanga/horaHora at datetime/api/v1/panchanga/tarabalamTarabalam/api/v1/panchanga/chandrabalamChandrabalam/api/v1/panchanga/panchaka-rahitaPanchaka rahita/api/v1/panchanga/calendarLunar month/api/v1/panchanga/calendar/yearLunar year/api/v1/muhurta/choghadiyaChoghadiya/api/v1/muhurta/day-kalamRahu / Yamaganda / Gulika/api/v1/muhurta/dayFull day muhurta/api/v1/muhurta/durmuhurtaDurmuhurta/api/v1/muhurta/varjyam-amritaVarjyam & Amrita/api/v1/muhurta/special-muhurtasSpecial muhurtas/api/v1/muhurta/auspicious-daylightAuspicious daylight/api/v1/muhurta/month-summaryMonth muhurta summary/api/v1/muhurtham/evaluateEvaluate muhurtham window/api/v1/muhurtham/planMuhurtham plan search/api/v1/panchanga/day — key dna_pan_test_…
Build more curls on the APIs landing page, or manage keys in the developer dashboard.
Ephemeris, planets, lagna, locations, and siddhanta validation.
/api/v1/astronomy/*/api/v1/siddhanta/*/api/v1/astronomy/sunrise-sunsetSunrise / sunset/api/v1/astronomy/planetsPlanet positions/api/v1/astronomy/lagnaAscendant/api/v1/astronomy/lagna-transitionsLagna changes/api/v1/astronomy/ayanamsaAyanamsa/api/v1/astronomy/eclipsesEclipses in range/api/v1/astronomy/locations/searchPlace search/api/v1/astronomy/locations/reverseReverse geocode/api/v1/siddhanta/profilesSiddhanta profiles/api/v1/siddhanta/validateValidate siddhanta/api/v1/astronomy/planets — key dna_astro_test_…
Build more curls on the APIs landing page, or manage keys in the developer dashboard.
Festival calendar, vratas, chaturmas, and search for any region.
/api/v1/festivals/*/api/v1/festivals/dailyDaily festivals/api/v1/festivals/monthlyMonthly festivals/api/v1/festivals/yearlyYearly festivals/api/v1/festivals/upcomingUpcoming/api/v1/festivals/categoriesCategories/api/v1/festivals/chaturmasChaturmas/api/v1/festivals/pushkaraluPushkaralu/api/v1/festivals/dhanurmasaDhanurmasa/api/v1/festivals/vratasVrata tracker/api/v1/festivals/searchSearch/api/v1/festivals/monthly — key dna_fest_test_…
Build more curls on the APIs landing page, or manage keys in the developer dashboard.
curl -X GET "https://panchanga.doshanivaran.in/api/v1/api/v1/health" \ -H "Accept: application/json"
{
"status": "healthy",
"version": "1.0.4"
}