Generate the D45 divisional chart for paternal legacy, character, and moral standing.
/v2/astrology/akshavedamsa
This endpoint is planned but not yet implemented. Contact us if you need this feature.
The Akshavedamsa (D45) chart divides each sign into 45 parts. It reveals:
curl -X POST "https://api.vedika.io/v2/astrology/akshavedamsa" \
-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": {
"d45Chart": {
"ascendant": { "sign": "Leo", "degree": 8.0, "lord": "Sun" },
"planets": [
{ "name": "Sun", "d45Sign": "Aries", "d45House": 9, "significance": "Strong paternal influence" },
{ "name": "Jupiter", "d45Sign": "Sagittarius", "d45House": 5, "significance": "Righteous character" }
]
},
"paternalLegacy": {
"strength": "strong",
"nature": "Leadership qualities, business acumen",
"inheritance": "Name, reputation, possibly property",
"timing": "Sun dasha brings paternal benefits"
},
"characterAnalysis": {
"moralNature": "High ethical standards",
"conduct": "Dignified and honorable",
"reputation": "Generally respected",
"challenges": "Pride may need tempering"
}
},
"metadata": { "cost": 0.005 }
}