POST V2 $0.005

Khavedamsa Chart API (D40)

Generate the D40 divisional chart for maternal legacy, auspiciousness, and good/evil effects.

/v2/astrology/khavedamsa
COMING SOON

This endpoint is planned but not yet implemented. Contact us if you need this feature.

Overview

The Khavedamsa (D40) chart divides each sign into 40 parts. It reveals:

  • Maternal Legacy: Inheritance from mother's side
  • Auspiciousness: General good fortune
  • Shubha/Ashubha: Auspicious vs inauspicious effects
  • Karmic Blessings: Past life credits from maternal lineage

Request

curl -X POST "https://api.vedika.io/v2/astrology/khavedamsa" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "datetime": "1990-05-15T10:30:00+05:30",
    "latitude": 28.6139,
    "longitude": 77.2090
  }'

Response

{
  "success": true,
  "data": {
    "d40Chart": {
      "ascendant": { "sign": "Libra", "degree": 22.5, "lord": "Venus" },
      "planets": [
        { "name": "Moon", "d40Sign": "Cancer", "d40House": 10, "significance": "Strong maternal blessings" },
        { "name": "Venus", "d40Sign": "Taurus", "d40House": 8, "significance": "Hidden maternal wealth" }
      ]
    },
    "maternalLegacy": {
      "strength": "strong",
      "nature": "Emotional support, property inheritance",
      "timing": "Moon or Venus dasha activates benefits",
      "karmaType": "Positive - past life service to mother figures"
    },
    "auspiciousness": {
      "overall": "favorable",
      "shubhaPlanets": ["Moon", "Jupiter", "Venus"],
      "ashubhaPlanets": ["Saturn in 6th"],
      "netEffect": "Positive with minor obstacles"
    }
  },
  "metadata": { "cost": 0.005 }
}

Pricing: $0.005 per request