Generate the D20 divisional chart for spiritual progress, religious inclinations, worship practices, and upasana.
/v2/astrology/vimshamsa
This endpoint is planned but not yet implemented. Contact us if you need this feature.
The Vimshamsa (D20) chart divides each sign into 20 parts of 1°30' each. It reveals:
curl -X POST "https://api.vedika.io/v2/astrology/vimshamsa" \
-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": {
"d20Chart": {
"ascendant": { "sign": "Pisces", "degree": 18.0, "lord": "Jupiter" },
"planets": [
{ "name": "Jupiter", "d20Sign": "Sagittarius", "d20House": 10, "significance": "Strong spiritual inclination" },
{ "name": "Ketu", "d20Sign": "Pisces", "d20House": 1, "significance": "Natural moksha seeker" },
{ "name": "Sun", "d20Sign": "Leo", "d20House": 6, "significance": "Service through spirituality" }
]
},
"spiritualAnalysis": {
"primaryDeity": {
"deity": "Vishnu/Krishna",
"reason": "Jupiter strong in own sign, Pisces ascendant",
"mantra": "Om Namo Bhagavate Vasudevaya"
},
"worshipStyle": {
"type": "Bhakti Yoga",
"practices": ["Kirtan", "Temple worship", "Scripture study"],
"meditation": "Devotional meditation on deity form"
},
"spiritualPath": {
"inclination": "High",
"challenges": "Balancing material and spiritual",
"timing": "Spiritual growth accelerates in Jupiter dasha"
},
"guruYoga": {
"ninthHouse": { "sign": "Scorpio", "lord": "Mars" },
"guruRelationship": "Intense, transformative guidance",
"recommendation": "Seek guru with tantric or transformative approach"
}
},
"mokshaIndicators": {
"ketuPosition": "Ascendant - strong moksha desire",
"twelfthHouse": { "sign": "Aquarius", "planets": [] },
"potential": "High spiritual attainment possible",
"obstacles": "Attachment to knowledge itself"
}
},
"metadata": { "cost": 0.005 }
}