HomeAPI DocsMilan API › Navamsa Compatibility

Navamsa Compatibility

POST /v1/milan/navamsa-compatibility

Compare navamsa (D9) charts of both persons.

Example request

curl -X POST https://api.grahaapi.com/v1/milan/navamsa-compatibility   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"person1":{"dob":"1990-06-15","gender":"male","lat":28.6139,"lon":77.209,"name":"Rahul Sharma","tob":"10:30","tz":5.5},"person2":{"dob":"1993-08-22","gender":"female","lat":26.9124,"lon":75.7873,"name":"Priya Singh","tob":"14:15","tz":5.5}}'

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
person1BirthRequestFirst person's birth details
person2BirthRequestSecond person's birth details

Example body

{
  "person1": {
    "dob": "1990-06-15",
    "gender": "male",
    "lat": 28.6139,
    "lon": 77.209,
    "name": "Rahul Sharma",
    "tob": "10:30",
    "tz": 5.5
  },
  "person2": {
    "dob": "1993-08-22",
    "gender": "female",
    "lat": 26.9124,
    "lon": 75.7873,
    "name": "Priya Singh",
    "tob": "14:15",
    "tz": 5.5
  }
}

Get a free API key Try it in the playground

Related Milan endpoints

/v1/milan/ashtakoot · /v1/milan/dasha-compatibility · /v1/milan/detailed-report · /v1/milan/full · /v1/milan/graha-maitri · /v1/milan/mangal-dosha