Skip to content
Getting started

Your first astrology API call in under 5 minutes

Navamsha gives you lightning-fast Vedic, Western, and numerology endpoints with a generous free tier — 10,000 calls per month while launch pricing is live.

Step 1

Create a free account

Sign up with Google or email at www.navamsha.in/auth/signup. No credit card required during launch.

Sign up free

Step 2

Generate an API key

Open the dashboard, go to API Keys, and create a key. Copy the raw key immediately — it is shown once.

Go to API Keys

Step 3

Call your first endpoint

Send your key in the X-API-Key header. Start with a lightweight Kundali or Panchang route, e.g. GET /api/v1/panchang/daily.

Open Swagger

Example: daily Panchang

curl -G "https://api.navamsha.in/api/v1/panchang/daily" \
  -H "X-API-Key: YOUR_API_KEY" \
  --data-urlencode "date=2026-06-16" \
  --data-urlencode "latitude=19.0760" \
  --data-urlencode "longitude=72.8777"