Migrate from VedicAstroAPI to Vedika: Developer Guide
Complete migration guide from VedicAstroAPI.com to Vedika. Endpoint mapping, authentication changes, and response format differences.
VedicAstroAPI vs Vedika API
VedicAstroAPI provides ~40 Vedic astrology endpoints. Vedika API offers 300+ endpoints spanning Vedic, Western, and KP astrology systems with AI-powered interpretations. The migration is straightforward with direct endpoint equivalents for all VedicAstroAPI features.
Quick Migration Steps
1. Sign up at vedika.io/console to get your API key (vk_live_* format). 2. Replace base URL from api.vedicastroapi.com to api.vedika.io. 3. Change authentication from query parameter to X-API-Key header. 4. Update request body format (datetime ISO 8601, timezone as UTC offset). 5. Test in sandbox first (vedika.io/sandbox — no auth needed).
# VedicAstroAPI → Vedika Endpoint Mapping
# Kundli
vedicastroapi.com/v3-json/horoscope/planet → api.vedika.io/v2/astrology/planetary-positions
vedicastroapi.com/v3-json/horoscope/house → api.vedika.io/v2/astrology/house-analysis
vedicastroapi.com/v3-json/dashas/maha-dasha → api.vedika.io/v2/astrology/vimshottari-dasha
# Matching
vedicastroapi.com/v3-json/matching/ashtakoot → api.vedika.io/v2/astrology/guna-milan
# Doshas
vedicastroapi.com/v3-json/dosha/mangal-dosh → api.vedika.io/v2/astrology/mangal-dosha
vedicastroapi.com/v3-json/dosha/kaalsarp-dosh → api.vedika.io/v2/astrology/kaal-sarp-dosha What You Gain
AI-powered chat endpoint (/api/vedika/chat) for natural language astrology queries. Western astrology support (15 endpoints). KP astrology system. Real-time SSE streaming for chat responses. JavaScript and Python SDKs. Free sandbox with 130+ mock endpoints for development.
Vedika also provides Panchang, Muhurta, Transit, and Numerology endpoints that VedicAstroAPI does not cover, giving your users a more complete astrology experience without needing multiple API providers.
Ready to integrate astrology into your app?
Start with our free sandbox — no API key required.
Try Sandbox Free