/panchang namespace · APlicious

Panchang API — daily Hindu almanac with tithi, nakshatra, yoga, rahu kaal, and muhurta

Add accurate Panchang data to any app — daily almanac, auspicious time finders, Hindu calendar widgets — with one APlicious API key. All five elements of the Panchang returned in a single call.

17+panchang endpoints
Get free API key View docs
GET /api/v1/panchang/daily
const res = await fetch(
  'https://aplicious.com/api/v1/panchang/daily' +
  '?date=2026-09-08&lat=28.6139&lon=77.2090',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { tithi: { name: "Chaturthi", paksha: "Krishna", completion_pct: 67 },
//   nakshatra: { name: "Rohini", pada: 2, lord: "Moon" },
//   yoga: { name: "Siddhi" },
//   rahu_kaal: { start: "07:30", end: "09:00" },
//   sunrise: "06:11", sunset: "18:34" }

No credit card · Free to start · X-API-Key header auth

What's included in /panchang

Daily panchang

GET /panchang/daily with date + coordinates for all five elements: tithi, nakshatra, yoga, karana, and vara (weekday lord).

Rahu kaal & inauspicious periods

Rahu kaal, Yamaganda, Gulika kaal, and Dur Muhurta computed per day and location — essential for muhurta apps.

Muhurta finder

POST an activity type (marriage, travel, business, education) and date to get ranked auspicious windows for that day.

Sunrise & moonrise

Precise sunrise, sunset, moonrise, and moonset times computed from Swiss Ephemeris for any lat/lon worldwide.

Choghadiya

Day and night choghadiya periods (Amrit, Shubh, Labh, Chal, Rog, Kaal, Udveg) for the requested date and location.

Start using the panchang API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /panchang docs

Frequently asked questions

Which timezone should I use for the date parameter?

Pass the date in local time for the location you're computing the panchang for — the API uses the lat/lon to compute sunrise-based periods.

Is this accurate for all cities worldwide?

Yes — sunrise, sunset, and all derived periods are computed from Swiss Ephemeris for the exact lat/lon you pass, not from a city database.

Can I get a monthly panchang?

Yes — GET /panchang/monthly-panchang?month=09/2026&lat=...&lon=... returns the full month in one call.

Does this support Drik panchang or Vakya panchang?

The API uses Swiss Ephemeris (Drik/astronomical) computations — the same standard as most modern Drik panchang apps.

Related API guides

Vedic Astrology API — Kundli, Dasha, Nakshatra, Yoga, Free Tier

REST API for Vedic astrology: kundli (birth chart), Vimshottari dasha, nakshatra

Read guide

Nakshatra API — All 27 Nakshatras, Janma Nakshatra, Baby Names

REST API for all 27 Vedic nakshatras: janma nakshatra from birth date/time/locat

Read guide

Astrology API for Developers — Birth Charts, Transits, Synastry

REST API for Western astrology: natal charts, planet positions, aspects, house s

Read guide

One key unlocks all 22 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →