Panchang API for Developers

Complete Hindu Calendar API • Tithi • Nakshatra • Yoga • Karana • Muhurta

Accurate panchang calculations for any location in India. Get daily tithi, nakshatra, yoga, karana, sunrise/sunset, and auspicious muhurta timings. Built for calendar apps, astrology platforms, and Hindu festival apps.

Try Free Sandbox

Complete Panchang Elements

Tithi (Lunar Day)

Accurate tithi calculations with start/end times. Get Shukla/Krishna Paksha tithis for all Hindu rituals and festivals.

Nakshatra (Lunar Mansion)

All 27 nakshatras with precise timing. Essential for naming ceremonies, marriages, and muhurta selection.

Yoga & Karana

Daily yoga (27 types) and karana (11 types) with timings. Complete panchang as per Vedic astrology.

Simple API Integration

Python Example
from vedika import VedikaClient

client = VedikaClient("your_api_key")

panchang = client.panchang.daily(
    date="2025-01-15",
    lat=28.6139,
    lon=77.2090,
    tz="Asia/Kolkata"
)

print(f"Tithi: {panchang.tithi.name}")
print(f"Nakshatra: {panchang.nakshatra.name}")
print(f"Yoga: {panchang.yoga.name}")
print(f"Sunrise: {panchang.sunrise}")
print(f"Sunset: {panchang.sunset}")

Transparent Pricing

Starter

$12/mo
  • 300 credits/month
Get Started

Pro

$60/mo
  • 1,500 credits/month
Get Started

Enterprise

$240/mo
  • 6,000 credits/month
Contact Sales

Build Your Hindu Calendar App Today

Get Free API Key