Doshas

Manglik (graded, cancellations named), Kaal Sarp (none/partial/full) and Sade Sati.

OperationCreditsKey
POST /v1/dosha/manglik
Manglik: graded, from lagna, Moon and Venus, cancellations named
1secret
POST /v1/dosha/kaal-sarp
Kaal Sarp: none, partial or full
1secret
POST /v1/dosha/sade-sati
Sade Sati: is it running today, which phase, and when it ends
1secret

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": []
}

Try it in the playground Full reference