POST /v1/milan/mangal-dosha
Mangal Dosha check for both persons with cancellation rules.
curl -X POST https://api.grahaapi.com/v1/milan/mangal-dosha -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.
| Field | Type | Required | Description |
|---|---|---|---|
person1 | BirthRequest | ✅ | First person's birth details |
person2 | BirthRequest | ✅ | Second person's birth details |
{
"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
/v1/milan/ashtakoot · /v1/milan/dasha-compatibility · /v1/milan/detailed-report · /v1/milan/full · /v1/milan/graha-maitri · /v1/milan/nakshatra-compatibility