Generate the D24 divisional chart for education, learning ability, academic achievements, and knowledge acquisition.
/v2/astrology/chaturvimshamsa
This endpoint is planned but not yet implemented. Contact us if you need this feature.
The Chaturvimshamsa (D24) chart divides each sign into 24 parts of 1°15' each. It reveals:
curl -X POST "https://api.vedika.io/v2/astrology/chaturvimshamsa" \
-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": {
"d24Chart": {
"ascendant": { "sign": "Gemini", "degree": 15.0, "lord": "Mercury" },
"planets": [
{ "name": "Mercury", "d24Sign": "Virgo", "d24House": 4, "significance": "Excellent analytical learning" },
{ "name": "Jupiter", "d24Sign": "Sagittarius", "d24House": 7, "significance": "Higher education success" },
{ "name": "Venus", "d24Sign": "Taurus", "d24House": 12, "significance": "Arts and creative learning" }
]
},
"educationAnalysis": {
"fourthHouse": {
"sign": "Virgo",
"lord": "Mercury",
"occupants": ["Mercury"],
"strength": "Excellent"
},
"learningStyle": {
"primary": "Analytical and detailed",
"secondary": "Theoretical and philosophical",
"challenges": "May overthink simple concepts"
},
"academicAreas": {
"strong": ["Mathematics", "Languages", "Commerce", "Technology"],
"moderate": ["Sciences", "Philosophy"],
"challenging": ["Physical education"]
},
"higherEducation": {
"potential": "Very high",
"bestFields": ["Engineering", "Business", "Research"],
"timing": "Mercury or Jupiter dasha favorable"
},
"teachingAbility": {
"potential": "Strong",
"style": "Systematic and thorough",
"subjects": ["Technical subjects", "Languages"]
}
},
"certifications": {
"likelihood": "Multiple degrees likely",
"recommendations": ["Professional certifications valuable", "Consider research degree"]
}
},
"metadata": { "cost": 0.005 }
}