POST /v1/dosha/kaal-sarp
Kala Sarpa Dosha calculator — detects whether all seven classical planets are hemmed between Rahu and Ketu, with direction (Kala Sarpa / Kala Amrita), the named type (Anant through Sheshnag) and affected life areas. Kala Sarpa Dosha API.
Authorization
ApiKeyAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/dosha/kaal-sarp" \ -H "Content-Type: application/json" \ -d '{ "date": "1990-01-15T10:30:00", "lat": 28.6139, "lng": 77.209 }'{ "success": true, "data": { "isPresent": false, "direction": null, "type": null, "axis": null, "hemmedPlanets": [], "description": "No Kala Sarpa or Kala Amrita Yoga is present: the seven classical planets are not hemmed on a single side of the Rahu-Ketu axis." }}POST /v1/avastha
Baladi and Jagradadi avastha states for all planets.
POST /v1/dosha/manglik
Manglik Dosha calculator — Mangal (Kuja) Dosha from Mars in the 1st, 4th, 7th, 8th or 12th house counted from Lagna, the Moon and Venus, with severity, classical cancellation rules, a Mars-in-2nd note and a plain-English reading. Manglik dosha calculator API.