Calculate Jaimini Chara Dasha - a sign-based timing system excellent for career, status, and major life events prediction.
/v2/astrology/chara-dasha
This endpoint is planned but not yet implemented. Contact us if you need this feature.
Chara Dasha from Jaimini astrology uses signs (rashis) instead of planets. Key features:
curl -X POST "https://api.vedika.io/v2/astrology/chara-dasha" \
-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": {
"jaiminiKarakas": {
"atmaKaraka": { "planet": "Sun", "degree": 28.5, "significance": "Soul, self" },
"amatyaKaraka": { "planet": "Mercury", "degree": 25.3, "significance": "Career, profession" },
"bhratruKaraka": { "planet": "Mars", "degree": 22.1, "significance": "Siblings, courage" },
"matruKaraka": { "planet": "Moon", "degree": 18.7, "significance": "Mother, mind" },
"putraKaraka": { "planet": "Jupiter", "degree": 15.2, "significance": "Children, wisdom" },
"gnatiKaraka": { "planet": "Saturn", "degree": 12.8, "significance": "Relatives, obstacles" },
"daraKaraka": { "planet": "Venus", "degree": 8.4, "significance": "Spouse, partnerships" }
},
"currentCharaDasha": {
"sign": "Scorpio",
"lord": "Mars",
"startDate": "2022-05-15",
"endDate": "2030-05-15",
"duration": "8 years",
"signification": "Transformation, research, hidden matters"
},
"charaDashaPeriods": [
{
"sign": "Cancer",
"signNumber": 4,
"lord": "Moon",
"startDate": "1990-05-15",
"endDate": "1998-05-15",
"duration": "8 years",
"themes": ["Home, mother, emotional foundations"]
},
{
"sign": "Leo",
"signNumber": 5,
"lord": "Sun",
"startDate": "1998-05-15",
"endDate": "2010-05-15",
"duration": "12 years",
"themes": ["Authority, father, leadership, creativity"]
},
{
"sign": "Virgo",
"signNumber": 6,
"lord": "Mercury",
"startDate": "2010-05-15",
"endDate": "2022-05-15",
"duration": "12 years",
"themes": ["Service, health, skills, daily work"]
}
],
"currentAntardasha": {
"mainSign": "Scorpio",
"subSign": "Capricorn",
"startDate": "2025-11-15",
"endDate": "2026-08-20",
"combinedEffect": "Transformation + Career structure"
}
},
"metadata": { "cost": 0.005 }
}