Test birth charts, horoscopes, kundali matching, dasha, panchang, and AI chatbot — no API key, no signup, no credit card. Start building in 30 seconds.
Copy any of these URLs into your browser or terminal. They work immediately.
# Get a birth chart (mock data)
curl https://api.vedika.io/sandbox/v2/astrology/birth-chart \
-H "Content-Type: application/json" \
-d '{"datetime":"1990-06-15T10:30:00","latitude":28.6139,"longitude":77.209,"timezone":"+05:30"}'
# Get today's horoscope for Aries
curl https://api.vedika.io/sandbox/v2/astrology/prediction/daily?sign=aries
# Kundali matching (Ashtakoot)
curl https://api.vedika.io/sandbox/v2/astrology/guna-milan \
-H "Content-Type: application/json" \
-d '{"boy":{"datetime":"1990-01-15T08:00:00","latitude":28.61,"longitude":77.20,"timezone":"+05:30"},"girl":{"datetime":"1992-05-20T14:30:00","latitude":19.07,"longitude":72.87,"timezone":"+05:30"}}'
# AI Chatbot — ask a question in natural language
curl https://api.vedika.io/sandbox/v1/astrology/query \
-H "Content-Type: application/json" \
-d '{"question":"What career suits me?","birthDetails":{"datetime":"1990-06-15T10:30:00","latitude":28.61,"longitude":77.20,"timezone":"+05:30"}}'
| Feature | Vedika Sandbox | freeastrologyapi.com | API Ninjas | Prokerala Free |
|---|---|---|---|---|
| Endpoints | 65 | ~15 | 1 | ~30 |
| API Key Required | No | No | Yes | Yes (OAuth) |
| Credit Card Required | No | No | No | No |
| Birth Charts | Yes | Yes | No | Yes |
| Horoscope Predictions | Yes | No | Yes | No |
| Kundali Matching | Yes | No | No | Yes |
| AI Chatbot | Yes | No | No | No |
| Vedic + Western | Both | Vedic only | Western only | Vedic only |
| Rate Limit | No limit | Unknown | 100/month | 50/month |
| Production Upgrade | From $12/mo | Free | From $9/mo | From $19/mo |
The sandbox uses mock data. When you need real Swiss Ephemeris calculations, production plans start at just $12/month.
Comparison of free tiers, sandboxes, and developer-friendly astrology API plans.
ComparisonWhen to use a free plan vs upgrade. Feature comparison and cost analysis.
RankingsTop 5 APIs ranked by features, pricing, accuracy, and developer experience.