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 "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
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.
x-api-key: vo_live_your_api_keyKeep 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 "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.
{
"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 Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Invalid request parameters |
| 401 | Invalid or missing API Key |
| 403 | API Key disabled |
| 429 | Monthly request limit exceeded |
| 500 | Internal server error |
Example Error Response
{
"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.
| Plan | Monthly Requests | HTTP 429 After |
|---|---|---|
| Free | 500 | 501+ |
| Starter | 10,000 | 10,001+ |
| Developer | 50,000 | 50,001+ |
| Business | 200,000 | 200,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.