Matrimony & Relationship Apps
Kundali Matching API
11 compatibility endpoints covering Ashtakuta Guna Milan, Rajju-Vedha, Papasamaya dosha, nakshatra matching, and bulk matching for multiple candidates. Works for north and south Indian traditions.
Ashtakuta Guna Milan — 36-Point Scoring
8
Nadi
7
Bhakoot
6
Gana
5
Graha Maitri
4
Yoni
3
Tara
2
Vashya
1
Varna
Score above 18/36: compatible. Above 24: good match. Above 28: excellent. The API returns the breakdown for each of the 8 factors plus the overall compatibility label.
API Example
# North Indian Guna Milan
curl "https://vedintelastroapi.com/api/v1/matching/north-match?
api_key=YOUR_KEY
&m_dob=15/08/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5
&f_dob=20/03/1992&f_tob=14:15&f_lat=19.07&f_lon=72.87&f_tz=5.5"
// Response
{ "status": 200, "response": {
"total_points": 24.5, "maximum_points": 36,
"compatibility_percentage": 68, "compatibility_label": "Good",
"ashtakuta": { "varna": 1, "vashya": 2, "tara": 2, ... }
}}
All 11 Matching Endpoints
/matching/north-match
/matching/south-match
/matching/north-match-astro-details
/matching/south-match-astro-details
/matching/aggregate-match
/matching/rajju-vedha-match
/matching/papasamaya-match
/matching/nakshatra-match
/matching/western-match
/matching/bulk-north-match
/matching/bulk-south-match
Add Kundali Matching to Your App
Free plan: 500 calls/month. Starter: ₹4,100/month for 100,000 calls — enough for a production matrimony platform.