Panchang API - C#

Panchang API with C# 🟣

Integrate Panchang API into your C# application.

Installation

NuGet

Example Code

// C# example
// Install: NuGet

const client = new VedikaClient("YOUR_API_KEY");
const result = client.panchang(...);

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs