VedicOrbit API

Panchangam API Playground

Test live Panchangam API requests, review quick-start guidance, explore SDK examples, inspect responses and understand production limits from one developer page.

Quick Start

Make your first API request

Send a valid API key in the x-api-key header and choose a supported Panchangam mode.

cURL
curl "https://vedicorbit-website.vercel.app/api/panchangam?mode=summary&date=2026-03-03&lat=17.385&lon=78.4867&timezone=Asia/Kolkata&lang=te" \
  -H "x-api-key: vo_live_your_api_key"

Features

Everything you need in one API

Accurate Panchangam Calculations

Production-ready feature powered by the VedicOrbit Panchangam Engine.

5 Supported Languages

Production-ready feature powered by the VedicOrbit Panchangam Engine.

Summary & Full Modes

Production-ready feature powered by the VedicOrbit Panchangam Engine.

Personal Panchangam

Production-ready feature powered by the VedicOrbit Panchangam Engine.

Festival Calendar

Production-ready feature powered by the VedicOrbit Panchangam Engine.

Auspicious Timings

Production-ready feature powered by the VedicOrbit Panchangam Engine.

Pricing

Choose the right plan

Free

₹0

500 requests / month

Starter

₹499

10,000 requests / month

MOST POPULAR

Developer

₹999

50,000 requests / month

Business

₹2,499

200,000 requests / month

Authentication

Authenticate every request

Every API request must include your API key in the x-api-key request header.

HTTP Header
x-api-key: vo_live_your_api_key

Keep your API key secure

Never expose your API key in client-side JavaScript, mobile apps, or public repositories. Always call the API from your backend server.

API Modes

Five powerful API modes

Summary

Daily Panchangam summary.

Full

Complete Panchangam calculations.

Personal

Tarabalam & Chandrabalam.

Timings

Muhurthams & daily timings.

Calendar

Festivals & Vedic calendar.

API Playground

Test the API Live

Enter your API key, choose the request parameters and view the live JSON response.

Request Parameters

The key is used only for this request and is not saved by the page.

JSON Response

{
  "message": "Enter your API key and click Try API."
}

SDK EXAMPLES

Code Examples

Integrate the VedicOrbit Panchangam API using your preferred programming language.

CURL Example
curl "https://vedicorbit-website.vercel.app/api/panchangam?mode=summary&date=2026-03-03&lat=17.385&lon=78.4867&timezone=Asia/Kolkata&lang=te" \
  -H "x-api-key: vo_live_your_api_key"

RESPONSE EXAMPLES

Sample API Responses

Explore sample JSON responses returned by each Panchangam API mode.

SUMMARY Response
{
  "success": true,
  "source": "VedicOrbit Panchangam API",
  "version": "1.2.0",
  "mode": "summary",
  "language": "te",
  "input": {
    "date": "2026-08-06",
    "latitude": 17.385,
    "longitude": 78.4867,
    "elevation": 0,
    "timezone": "Asia/Kolkata"
  },
  "location": {
    "name": "Hyderabad",
    "state": "Telangana",
    "country": "India"
  },
  "data": {
    "status": "summary-ready",
    "astronomical": {
      "sunrise": {
        "iso": "2026-08-06T00:26:45.574Z",
        "local": "05:56 am"
      },
      "sunset": {
        "iso": "2026-08-06T13:17:00.583Z",
        "local": "06:47 pm"
      },
      "tithi": {
        "number": 23,
        "name": "Ashtami",
        "paksha": "Krishna Paksha",
        "completionPercent": 41.39,
        "transition": {
          "endLocal": "06 Aug, 06:53 pm"
        }
      },
      "vara": {
        "number": 5,
        "name": "Guruvara",
        "teluguName": "గురువారం"
      },
      "nakshatra": {
        "number": 2,
        "name": "Bharani",
        "teluguName": "భరణి",
        "pada": 2,
        "completionPercent": 37.48
      },
      "yoga": {
        "number": 10,
        "name": "Ganda",
        "teluguName": "గండ"
      },
      "karana": {
        "number": 45,
        "name": "Balava",
        "teluguName": "బాలవ"
      },
      "rasi": {
        "number": 1,
        "name": "Mesha",
        "teluguName": "మేషం"
      },
      "rahuKalam": {
        "startLocal": "01:58 pm",
        "endLocal": "03:34 pm"
      },
      "yamagandam": {
        "startLocal": "05:56 am",
        "endLocal": "07:33 am"
      },
      "gulikaKalam": {
        "startLocal": "09:09 am",
        "endLocal": "10:45 am"
      }
    }
  }
}

ERROR RESPONSES

Error Codes

Common HTTP status codes and API error responses returned by the VedicOrbit Panchangam API.

HTTP CodeMeaning
200Success
400Invalid request parameters
401Invalid or missing API Key
403API Key disabled
429Monthly request limit exceeded
500Internal server error

Example Error Response

401 Unauthorized
{
  "success": false,
  "error": "API key is required."
}

RATE LIMITS

API Rate Limits

Every API plan includes a monthly request quota. Once the quota is exceeded, the API returns HTTP 429 until the quota resets.

PlanMonthly RequestsHTTP 429 After
Free500501+
Starter10,00010,001+
Developer50,00050,001+
Business200,000200,001+

FAQ

Frequently Asked Questions

How do I get an API key?

Purchase a plan and generate your API key from your dashboard.

Which languages are supported?

English, Telugu, Hindi, Tamil and Kannada.

Do you provide customer support?

Yes. Email support is available for all paid plans.

Contact

Need help?

Contact the VedicOrbit team for API access, enterprise plans, technical support and partnership enquiries.