/faith namespace · APlicious

Panchang API — tithi, nakshatra, and Hindu calendar for any date and location

The /faith namespace's panchang endpoint computes tithi, nakshatra, yoga, and karana for any date and coordinates — real astronomical calculation, not a static lookup table.

8faith endpoints
Get free API key View docs
GET /api/v1/faith/panchang
const res = await fetch(
  'https://aplicious.com/api/v1/faith/panchang?date=2026-01-01&lat=28.6&lon=77.2',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { tithi: "Shukla Tritiya", nakshatra: "Rohini", yoga: "Siddha", karana: "Vishti" }

No credit card · Free tier forever · X-API-Key header auth

What's included in /faith

Location-aware calculation

Takes date, latitude, longitude, and timezone offset — panchang genuinely varies by location, not just date.

Full panchang elements

Tithi, nakshatra, yoga, and karana — the four core elements of the traditional Hindu calendar.

Other faith calendars too

The same namespace covers Buddhist, Sikh, Jain, Zoroastrian, Jewish (Shabbat times), and liturgical calendars.

Real astronomical basis

Computed from real lunar/solar position calculations, not a pre-computed yearly table.

One key, every namespace

Pair faith calendar data with /numerology for a complete spiritual-app feature set.

Start using the panchang API today

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

Get free API keyExplore /faith docs

Frequently asked questions

Does panchang vary by location?

Yes — it's computed from real astronomical position for the given coordinates, which is why lat/lon are required inputs, not optional.

Are other religious calendars covered?

Yes — Buddhist, Sikh, Jain, Zoroastrian, Jewish, and Christian liturgical calendars are all in the same /faith namespace.

Is this a real calculation or a lookup table?

Real calculation, based on lunar/solar position for the given date and location.

Related API guides

Numerology API — Life Path, Name Number, Compatibility

REST API returning life path numbers, name numerology, personal year, compatibil

Read guide

Baby Names API — Search by Gender, Origin, and Popularity

Search baby names filtered by gender, cultural origin, and starting letter, with

Read guide

Best Free API for Developers — 34 Namespaces, One Key, 500 Free Calls

Looking for the best free API? APlicious gives you 34 live namespaces — finance,

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →