AstroAsk Docs
API referenceVedic astrologyV1DoshaKaal sarp

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.

POST
/v1/dosha/kaal-sarp

Authorization

ApiKeyAuth
X-API-Key<token>

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."  }}