vibz.art/docs
API Reference

API Reference

Complete endpoint documentation for the vibz.art API.

All endpoints require an API key via the X-API-Key header. See Authentication.

Base URL

https://api.vibz.art

Lilavati — Calendar Engine

Hindu calendar computation powered by Swiss Ephemeris with Lahiri ayanamsa.

EndpointDescriptionCache
GET /lilavati/v1/panchangComplete Panchang (5 elements + muhurat)24h
GET /lilavati/v1/festivalsHindu festival dates for a year7 days
GET /lilavati/v1/namakarnaVedic naming from birth dataNo cache
GET /lilavati/v1/shraddhaBereavement ceremony timeline24h

Kadambini — Sanskrit Corpus

Sanskrit knowledge graph, verse citation, corpus search, and named entity recognition.

EndpointDescription
GET /kadambini/v1/cite/{work}/{chapter}/{verse}Look up a verse by reference
GET /kadambini/v1/searchFull-text and translation search
GET /kadambini/v1/entityList knowledge graph entities
POST /kadambini/v1/nerNamed entity recognition
POST /kadambini/v1/ner/batchBatch NER

Response headers

Every response includes:

HeaderDescription
X-Request-IDUnique request identifier
X-CacheHIT or MISS
X-RateLimit-LimitRequests allowed per minute
X-RateLimit-RemainingRequests remaining
X-RateLimit-ResetWindow reset timestamp

OpenAPI spec

The full OpenAPI 3.1 specification is available at /openapi.json.