| # | Time | Planet |
|---|
This dashboard exposes a JSON API. Append query parameters to the page URL:
https://panchang.eksaar.com/?api=true&date=10042026&time=06:00:00&lat=28.6139&lon=77.209&tz=5.5
Parameters:
api=true Required. Enables JSON output. date=DDMMYYYY Date in day-month-year format (or YYYY-MM-DD). time=HH:MM:SS Time in 24-hour format. Default: 12:00:00. lat=28.6139 Latitude in decimal degrees. lon=77.209 Longitude in decimal degrees. tz=5.5 UTC offset in hours (e.g., 5.5 for IST, -5 for EST).
Response: JSON object containing date info, all five pancha angas (vaara, tithi, nakshatra, yoga, karana) with end times, sun/moon data, auspicious timings (abhijit, brahma, godhuli, amrit kaal), and inauspicious timings (rahu, yama, gulika, disha shool).
Example:
curl "https://panchang.eksaar.com/?api=true&date=10042026&tz=5.5"
No API key required. No rate limits. All computation is client-side. For server-side integration, use a headless browser to fetch the JSON output.