FREE — No API Key Required

Free Astrology API
65 Sandbox Endpoints

Test birth charts, horoscopes, kundali matching, dasha, panchang, and AI chatbot — no API key, no signup, no credit card. Start building in 30 seconds.

Try It Right Now — No Setup

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"}}'

All 65 Free Sandbox Endpoints

Birth Charts

  • /sandbox/v2/astrology/birth-chart
  • /sandbox/v2/astrology/kundli
  • /sandbox/v2/astrology/planetary-positions
  • /sandbox/v2/astrology/divisional-charts

Horoscopes

  • /sandbox/v2/astrology/prediction/daily
  • /sandbox/v2/astrology/prediction/weekly
  • /sandbox/v2/astrology/prediction/monthly
  • /sandbox/v2/astrology/prediction/yearly

Matching & Compatibility

  • /sandbox/v2/astrology/guna-milan
  • /sandbox/v2/astrology/kundli-matching
  • /sandbox/v2/astrology/compatibility

Dasha & Timing

  • /sandbox/v2/astrology/vimshottari-dasha
  • /sandbox/v2/astrology/antardasha
  • /sandbox/v2/astrology/chara-dasha
  • /sandbox/v2/astrology/muhurta

Panchang & Calendar

  • /sandbox/v2/astrology/panchang
  • /sandbox/v2/astrology/choghadiya
  • /sandbox/v2/astrology/hora
  • /sandbox/v2/astrology/rahukaal

Doshas & Yogas

  • /sandbox/v2/astrology/mangal-dosha
  • /sandbox/v2/astrology/kaal-sarp-dosha
  • /sandbox/v2/astrology/sade-sati
  • /sandbox/v2/astrology/yoga-analysis

See all 65 endpoints in the documentation

Free Astrology API Comparison

Feature Vedika Sandbox freeastrologyapi.com API Ninjas Prokerala Free
Endpoints65~151~30
API Key RequiredNoNoYesYes (OAuth)
Credit Card RequiredNoNoNoNo
Birth ChartsYesYesNoYes
Horoscope PredictionsYesNoYesNo
Kundali MatchingYesNoNoYes
AI ChatbotYesNoNoNo
Vedic + WesternBothVedic onlyWestern onlyVedic only
Rate LimitNo limitUnknown100/month50/month
Production UpgradeFrom $12/moFreeFrom $9/moFrom $19/mo

Ready for Real Data?

The sandbox uses mock data. When you need real Swiss Ephemeris calculations, production plans start at just $12/month.

Related Developer Guides