Generate the D10 divisional chart for career analysis, professional success, public recognition, and karmic duties.
/v2/astrology/dashamsa
The Dashamsa (D10) chart is crucial for understanding career and professional life. It reveals:
curl -X POST "https://api.vedika.io/v2/astrology/dashamsa" \
-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
}'
const response = await fetch('https://api.vedika.io/v2/astrology/dashamsa', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY'
},
body: JSON.stringify({
datetime: '1990-05-15T10:30:00+05:30',
latitude: 28.6139,
longitude: 77.2090
})
});
const data = await response.json();
import requests
response = requests.post(
'https://api.vedika.io/v2/astrology/dashamsa',
headers={
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY'
},
json={
'datetime': '1990-05-15T10:30:00+05:30',
'latitude': 28.6139,
'longitude': 77.2090
}
)
data = response.json()
| Parameter | Type | Required | Description |
|---|---|---|---|
datetime |
string | Required | Birth date and time in ISO 8601 format |
latitude |
number | Required | Birth location latitude (-90 to 90) |
longitude |
number | Required | Birth location longitude (-180 to 180) |
ayanamsa |
string | Optional | Ayanamsa system (default: "lahiri") |
{
"success": true,
"data": {
"d1Ascendant": {
"sign": "Cancer",
"degree": 15.234
},
"d10Ascendant": {
"sign": "Virgo",
"degree": 12.345,
"lord": "Mercury"
},
"planets": [
{
"name": "Sun",
"d1Sign": "Taurus",
"d1Degree": 0.639,
"d10Sign": "Aries",
"d10Degree": 6.39,
"d10House": 8,
"d10SignLord": "Mars",
"careerSignificance": "Leadership potential, government or authority positions"
},
{
"name": "Saturn",
"d1Sign": "Capricorn",
"d1Degree": 24.567,
"d10Sign": "Libra",
"d10Degree": 5.67,
"d10House": 2,
"d10SignLord": "Venus",
"careerSignificance": "Systematic work, law, engineering, management"
},
{
"name": "Mercury",
"d1Sign": "Taurus",
"d1Degree": 15.234,
"d10Sign": "Sagittarius",
"d10Degree": 12.34,
"d10House": 4,
"d10SignLord": "Jupiter",
"careerSignificance": "Communication, writing, teaching, technology"
}
// ... remaining planets
],
"houses": [
{ "house": 1, "sign": "Virgo", "lord": "Mercury", "planets": [] },
{ "house": 10, "sign": "Gemini", "lord": "Mercury", "planets": ["Jupiter"] },
{ "house": 6, "sign": "Aquarius", "lord": "Saturn", "planets": ["Mars"] }
// ... all 12 houses
],
"careerIndicators": {
"tenthHouse": {
"sign": "Gemini",
"lord": "Mercury",
"lordPlacement": "4th house in Sagittarius",
"occupants": ["Jupiter"],
"strength": "strong"
},
"tenthLord": {
"planet": "Mercury",
"d10House": 4,
"aspects": ["Saturn", "Jupiter"],
"interpretation": "Career in communication, media, teaching, or intellectual pursuits"
},
"sixthHouse": {
"analysis": "Service-oriented work, competitive fields",
"occupants": ["Mars"]
},
"careerYogas": [
{
"name": "Dharma-Karma Adhipati Yoga",
"planets": ["Mercury", "Jupiter"],
"effect": "Success through righteous professional conduct"
},
{
"name": "Raja Yoga in D10",
"planets": ["Sun", "Saturn"],
"effect": "Rise to authoritative positions"
}
]
},
"suitableProfessions": [
{ "field": "Technology & IT", "strength": "high", "planets": ["Mercury", "Saturn"] },
{ "field": "Teaching & Academia", "strength": "high", "planets": ["Jupiter", "Mercury"] },
{ "field": "Management & Administration", "strength": "moderate", "planets": ["Saturn", "Sun"] },
{ "field": "Media & Communication", "strength": "moderate", "planets": ["Mercury", "Moon"] }
],
"careerTiming": {
"favorablePeriods": [
{ "dasha": "Mercury Mahadasha", "analysis": "Excellent for career growth" },
{ "dasha": "Saturn Antardasha", "analysis": "Promotions and recognition" }
]
}
},
"metadata": {
"requestId": "req_dashamsa_abc123",
"calculatedAt": "2026-01-07T12:00:00Z",
"ayanamsaUsed": "lahiri",
"cost": 0.005
}
}
The 10th house in D10 represents your career destiny. Its lord, occupants, and aspects determine professional path and success level.
Sun's position shows leadership potential, government connections, and authority in career.
Saturn indicates hard work, persistence, and long-term career stability. Its strength shows professional endurance.
Mercury's placement reveals potential in communication, business, technology, and intellectual professions.
Billed from your prepaid balance. No minimum commitment.
View full pricing detailsGet your API key and integrate Vedic astrology in minutes.