HomeAPI DocsNumerology API › Numerology Gun Milan

Numerology Gun Milan

POST /v1/numerology/gun-milan

**Numerology Gun Milan (8-Koot Compatibility)** Computes Vedic-style Ashtakoot (8-koot) marriage compatibility between two people using their numerology numbers — Varna, Vashya, Tara, Yoni, Graha Maitri, Gana, Bhakoot, and Nadi — out of 36 points, with Nadi-dosha detection and remedies. **Required:** person1_dob, person1_gender, person2_dob, person2_gender **Optional:** person1_name, person2_name, system **Returns:** All 8 koots (score/max/desc), total score, percentage, compatibility level, dosha flags, strengths, challenges, remedies, and a bilingual interpretation.

Example request

curl -X POST https://api.grahaapi.com/v1/numerology/gun-milan   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"person1_dob":"1990-05-15","person1_gender":"male","person1_name":"Rahul Sharma","person2_dob":"1993-08-22","person2_gender":"female","person2_name":"Priya Singh","system":"chaldean"}'

Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.

Request fields

FieldTypeRequiredDescription
person1_dobstringPerson 1 date of birth YYYY-MM-DD
person1_namestringPerson 1 full name (optional, for name number)
person1_genderstring'male' or 'female'
person2_dobstringPerson 2 date of birth YYYY-MM-DD
person2_namestringPerson 2 full name (optional)
person2_genderstring'male' or 'female'
systemstringNumerology system

Example body

{
  "person1_dob": "1990-05-15",
  "person1_gender": "male",
  "person1_name": "Rahul Sharma",
  "person2_dob": "1993-08-22",
  "person2_gender": "female",
  "person2_name": "Priya Singh",
  "system": "chaldean"
}

Get a free API key Try it in the playground

Related Numerology endpoints

/v1/numerology/bhagyank · /v1/numerology/bridge-number · /v1/numerology/business-compatibility · /v1/numerology/career · /v1/numerology/challenge-numbers · /v1/numerology/child