Panchang API - Python

Panchang API with Python 🐍

Integrate Panchang API into your Python application.

Installation

pip install vedika

Example Code

import vedika

client = vedika.Client("YOUR_API_KEY")
result = client.panchang(
    datetime="1990-05-15T10:30:00+05:30",
    latitude=28.61,
    longitude=77.21
)
print(result)

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs