vibz.art/docs

Introduction

Build on vibz.art — computation engines and knowledge infrastructure from primary Sanskrit texts.

The vibz.art API provides computation engines built from primary Sanskrit texts, powered by Swiss Ephemeris with Lahiri ayanamsa.

What you can build

  • Calendar apps — Full Hindu Panchang with tithi, nakshatra, yoga, karana, and muhurat windows
  • Festival trackers — Accurate Hindu festival dates for any year and location
  • Baby naming tools — Vedic Namakarna computation from birth datetime — nakshatra, pada, starting syllable
  • Bereavement planners — Shraddha ceremony timelines with monthly, annual, and Pitru Paksha dates

Quick example

curl -H "X-API-Key: vz_live_YOUR_KEY" \
  "https://api.vibz.art/lilavati/v1/panchang?lat=28.61&lng=77.20"

Official SDKs

LanguagePackageInstall
Pythonvibzartpip install vibzart
TypeScript@vibzart/sdknpm install @vibzart/sdk

Base URL

All API requests go to:

https://api.vibz.art

Next steps