Generate the D40 divisional chart for maternal legacy, auspiciousness, and good/evil effects.
/v2/astrology/khavedamsa
This endpoint is planned but not yet implemented. Contact us if you need this feature.
The Khavedamsa (D40) chart divides each sign into 40 parts. It reveals:
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
}'
{
"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 }
}