Generate the D16 divisional chart for vehicles, conveyances, luxuries, and material comforts analysis.
/v2/astrology/shodashamsa
This endpoint is coming soon. The documentation is provided for planning purposes.
The Shodashamsa (D16) chart divides each sign into 16 parts of 1°52'30" each. It reveals:
curl -X POST "https://api.vedika.io/v2/astrology/shodashamsa" \
-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": {
"d16Chart": {
"ascendant": { "sign": "Leo", "degree": 22.5, "lord": "Sun" },
"planets": [
{ "name": "Venus", "d16Sign": "Taurus", "d16House": 10, "significance": "Luxury vehicles, comfort" },
{ "name": "Mars", "d16Sign": "Scorpio", "d16House": 4, "significance": "Sports vehicles, speed" },
{ "name": "Saturn", "d16Sign": "Capricorn", "d16House": 6, "significance": "Utility vehicles, delays" }
]
},
"vehicleAnalysis": {
"fourthHouse": { "sign": "Scorpio", "lord": "Mars", "occupants": ["Mars"] },
"venusStrength": "strong",
"predictions": {
"vehicleOwnership": "Multiple vehicles likely",
"preferredType": "Luxury and sports vehicles",
"firstVehicleTiming": "Venus or Mars dasha",
"accidentProneness": "Low - Mars in own sign protects",
"bestColors": ["Red", "White", "Silver"]
}
},
"luxuryIndicators": {
"overall": "high",
"comfortLevel": "Above average material comforts",
"homeLuxuries": "Good furniture, electronics, art"
}
},
"metadata": { "cost": 0.005 }
}