Ashtakoota system • Mangal Dosha • Compatibility Score • Detailed Analysis
Get accurate kundali matching results in milliseconds. Perfect for matrimonial sites, astrology apps, and compatibility services. Start free with 1000 calls/month.
Complete Ashtakoota system with detailed compatibility analysis
Complete Ashtakoota matching with all 8 kutas: Varna, Vashya, Tara, Yoni, Graha Maitri, Gana, Bhakoot, and Nadi. Get detailed score breakdown.
Comprehensive dosha checking including Mangal Dosha, Nadi Dosha, and other marriage obstacles. Get remedies and recommendations.
Detailed compatibility analysis with recommendations. Perfect for matrimonial sites to provide instant match insights.
Get results in under 200ms. Optimized for high-traffic matrimonial sites with thousands of daily matches.
Get compatibility reports in 12 Indian languages including Hindi, Tamil, Telugu, Bengali, and more. Perfect for regional markets.
Industry-standard Swiss Ephemeris for 99.99% accurate planetary positions. Same accuracy as professional astrologers.
Compare with other providers
| Feature |
Vedika API
|
Other APIs |
|---|---|---|
| 36-Point Gun Milan | ||
| Detailed Kuta Breakdown | ||
| Mangal Dosha Analysis | ||
| Nadi Dosha Detection | ||
| AI-Powered Recommendations | ||
| Free Tier (Monthly) | 1000 calls | 50-100 calls |
| Response Time | < 200ms | 500ms+ |
| Languages Supported | 12 | 1-2 |
| Python SDK | ||
| JavaScript SDK |
Integrate kundali matching in minutes with our easy-to-use API
Sign up and get your free API key instantly. No credit card required.
Send birth details and get instant kundali matching results.
Show compatibility scores and detailed analysis to your users.
from vedika import VedikaClient
client = VedikaClient("your_api_key")
# Match two kundalis
result = client.kundali.match(
male={
"date": "1995-08-15",
"time": "10:30",
"lat": 28.6139,
"lon": 77.2090,
"tz": "Asia/Kolkata"
},
female={
"date": "1997-03-22",
"time": "14:45",
"lat": 19.0760,
"lon": 72.8777,
"tz": "Asia/Kolkata"
}
)
print(f"Gun Milan Score: {result.total_points}/36")
print(f"Compatibility: {result.compatibility}%")
print(f"Recommendation: {result.conclusion}")
const Vedika = require('vedika');
const client = new Vedika('your_api_key');
// Match two kundalis
const result = await client.kundali.match({
male: {
date: '1995-08-15',
time: '10:30',
lat: 28.6139,
lon: 77.2090,
tz: 'Asia/Kolkata'
},
female: {
date: '1997-03-22',
time: '14:45',
lat: 19.0760,
lon: 72.8777,
tz: 'Asia/Kolkata'
}
});
console.log(`Gun Milan: ${result.total_points}/36`);
console.log(`Match: ${result.compatibility}%`);
curl -X POST https://api.vedika.io/v1/kundali/match \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"male": {
"date": "1995-08-15",
"time": "10:30",
"lat": 28.6139,
"lon": 77.2090,
"tz": "Asia/Kolkata"
},
"female": {
"date": "1997-03-22",
"time": "14:45",
"lat": 19.0760,
"lon": 72.8777,
"tz": "Asia/Kolkata"
}
}'
{
"total_points": 28,
"max_points": 36,
"compatibility": 77.8,
"conclusion": "Good match - Marriage recommended",
"ashtakoota": {
"varna": { "score": 1, "max": 1, "description": "Caste compatibility" },
"vashya": { "score": 2, "max": 2, "description": "Dominance compatibility" },
"tara": { "score": 3, "max": 3, "description": "Birth star compatibility" },
"yoni": { "score": 3, "max": 4, "description": "Nature compatibility" },
"graha_maitri": { "score": 4, "max": 5, "description": "Planetary friendship" },
"gana": { "score": 5, "max": 6, "description": "Temperament match" },
"bhakoot": { "score": 7, "max": 7, "description": "Zodiac compatibility" },
"nadi": { "score": 3, "max": 8, "description": "Health compatibility" }
},
"doshas": {
"mangal_dosha": {
"male": false,
"female": false,
"cancellation": null
},
"nadi_dosha": false
},
"recommendations": [
"Excellent compatibility in most areas",
"Strong emotional and mental connection",
"Minor attention needed in Yoni kuta"
]
}
Start free with 1000 API calls. Scale as you grow.
Perfect for testing
For growing sites
For large platforms
Thousands of matches made every day with Vedika API
"Vedika's kundali matching API is a game-changer. We process 5000+ matches daily with perfect accuracy. The detailed kuta breakdown helps our users make informed decisions."
"Switched from another provider to Vedika. The AI-powered recommendations and multi-language support are incredible. Our user engagement increased by 40%."
"The free tier let us build and launch our MVP without upfront costs. Now we're on the enterprise plan handling 50K matches monthly. Best API for matrimonial services."
Get started in minutes with 1000 free API calls. No credit card required.