Doshas
Manglik (graded, cancellations named), Kaal Sarp (none/partial/full) and Sade Sati.
| Operation | Credits | Key |
|---|---|---|
POST /v1/dosha/manglikManglik: graded, from lagna, Moon and Venus, cancellations named | 1 | secret |
POST /v1/dosha/kaal-sarpKaal Sarp: none, partial or full | 1 | secret |
POST /v1/dosha/sade-satiSade Sati: is it running today, which phase, and when it ends | 1 | secret |
Example: Manglik: graded, from lagna, Moon and Venus, cancellations named
POST /v1/dosha/manglik · 200 OK
{
"data": {
"manglik": true,
"severity": "Low (with cancellation)",
"house_from_lagna": 9,
"house_from_moon": 1,
"house_from_venus": 10,
"cancellations": [
"Mars is in its own/exalted sign (Aries) - dosha is greatly reduced.",
"Mars is conjunct the Moon - the dosha is reduced."
]
},
"meta": {
"request_id": "req_example",
"api_version": "v1",
"engine_version": "2026.9.28",
"mode": "live",
"credits_charged": 1,
"ayanamsa": "lahiri",
"house_system": "whole_sign",
"node": "true",
"timezone_used": {
"name": "Asia/Kolkata",
"utc_offset": "+05:30",
"source": "auto"
}
},
"warnings": []
}