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.artLilavati — Calendar Engine
Hindu calendar computation powered by Swiss Ephemeris with Lahiri ayanamsa.
| Endpoint | Description | Cache |
|---|---|---|
GET /lilavati/v1/panchang | Complete Panchang (5 elements + muhurat) | 24h |
GET /lilavati/v1/festivals | Hindu festival dates for a year | 7 days |
GET /lilavati/v1/namakarna | Vedic naming from birth data | No cache |
GET /lilavati/v1/shraddha | Bereavement ceremony timeline | 24h |
Kadambini — Sanskrit Corpus
Sanskrit knowledge graph, verse citation, corpus search, and named entity recognition.
| Endpoint | Description |
|---|---|
GET /kadambini/v1/cite/{work}/{chapter}/{verse} | Look up a verse by reference |
GET /kadambini/v1/search | Full-text and translation search |
GET /kadambini/v1/entity | List knowledge graph entities |
POST /kadambini/v1/ner | Named entity recognition |
POST /kadambini/v1/ner/batch | Batch NER |
Response headers
Every response includes:
| Header | Description |
|---|---|
X-Request-ID | Unique request identifier |
X-Cache | HIT or MISS |
X-RateLimit-Limit | Requests allowed per minute |
X-RateLimit-Remaining | Requests remaining |
X-RateLimit-Reset | Window reset timestamp |
OpenAPI spec
The full OpenAPI 3.1 specification is available at /openapi.json.