Vedika API gives you everything you need: birth charts, dashas, compatibility matching, predictions, numerology, and a conversational AI that speaks 30 languages.
Complete endpoint documentation with request/response schemas, authentication, error codes, and rate limits.
View API Docs →All 120+ endpoints organized by category: birth charts, dashas, yogas, doshas, compatibility, panchang, and more.
Explore Features →Real-world examples: WhatsApp bots, matching apps, daily horoscopes, kundli tools, transit alerts, gemstone recommenders.
See Use Cases →How astrology apps, matchmaking platforms, e-commerce, wellness apps, and media companies use Vedika API.
View Industries →Integration guides for React, Next.js, Vue, Angular, Python, Django, Flask, Node.js, Go, Java, .NET, and more.
Framework Guides →REST API, JavaScript SDK, Python SDK, SSE streaming, and webhook integration guides with code examples.
Integration Guides →Ashtakoota matching, Guna Milan, Mangal Dosha compatibility, and Western synastry API reference.
Matching Docs →Works for any location on Earth. Provide latitude, longitude, and timezone for accurate calculations worldwide.
See Coverage →Official JavaScript (npm) and Python (PyPI) SDKs with typed interfaces and auto-retry.
SDK Docs →65 mock endpoints for development and testing. No API key required. Returns realistic sample data.
Open Sandbox →Plans from $12/month. Pay-per-query billing. Calculation endpoints from $0.001. AI queries from $0.15.
View Plans →Create an account at vedika.io/dashboard and generate a live API key. Plans start at $12/month.
Use the API key in the x-api-key header. Hit any endpoint with birth data (datetime, latitude, longitude, timezone).
Integrate into your app. Monitor usage from the dashboard. Scale from hobby project to millions of queries.
curl -X POST https://api.vedika.io/v2/astrology/kundli \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"datetime": "1990-06-15T10:30:00",
"latitude": 19.0760,
"longitude": 72.8777,
"timezone": "+05:30"
}'