Quickstart
Get your first Asterwise API response in under 5 minutes.
1. Get your API key
Sign up at asterwise.com and copy your API key from the dashboard.
2. Make your first call
curl -X POST https://api.asterwise.com/v1/astro/panchanga \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"date": "2026-04-09",
"lat": 28.6139,
"lon": 77.2090,
"timezone": "Asia/Kolkata"
}'
3. Read the response
The API returns today's Panchanga — tithi, nakshatra, yoga, karana, and vara — for any location on Earth.