Back to Home

Panchang Lookup

Powered by Astrology API advanced_panchang via Netlify function proxy. Enter local date, time, and coordinates to generate Panchang details.

Raw API Response

        

Frequently Asked Questions

How does this Panchang page work?

It sends your selected date, time, and location to a Netlify function that securely calls Astrology API and returns Panchang details.

Do I need to add API credentials?

Set ASTROLOGY_API_KEY in Netlify environment variables. ASTROLOGY_API_USER_ID is optional.

Will this work on local python server?

The UI loads locally, but the Netlify function endpoint requires Netlify deploy or netlify dev to run server-side API calls.