POST V2 $0.008

Career Prediction API

Get comprehensive career analysis based on 10th house, Dashamsha (D10), planetary yogas, and current dasha periods.

/v2/astrology/career-prediction
🚧

This endpoint is coming soon. The documentation is provided for planning purposes.

Overview

Career analysis examines multiple factors for professional guidance:

  • 10th House Analysis: Career house, its lord, and planets therein
  • Dashamsha (D10): Divisional chart specifically for career
  • Career Yogas: Raja Yoga, Dhana Yoga, and profession-specific combinations
  • Dasha Timing: Career opportunities in different planetary periods
  • Suitable Professions: Industries and roles aligned with chart

Request

curl -X POST "https://api.vedika.io/v2/astrology/career-prediction" \
  -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
  }'

Response

{
  "success": true,
  "data": {
    "tenthHouseAnalysis": {
      "sign": "Aquarius",
      "lord": "Saturn",
      "lordPlacement": { "house": 6, "sign": "Virgo" },
      "planetsIn10th": ["Jupiter"],
      "aspects": ["Mars aspects 10th", "Saturn aspects 10th"],
      "interpretation": "Aquarius 10th house with Jupiter indicates success in large organizations, technology, humanitarian work, or teaching. Saturn as lord in 6th shows career through service and overcoming competition."
    },
    "dashamshaAnalysis": {
      "d10Ascendant": "Leo",
      "d10LordPlacement": "Sun in 10th house (D10)",
      "strongPlanets": ["Sun", "Mercury"],
      "weakPlanets": ["Saturn"],
      "interpretation": "Strong Sun in D10 10th house indicates leadership potential, government connection, or authority position."
    },
    "careerYogas": [
      {
        "name": "Raja Yoga",
        "formed": "Jupiter (9th lord) in 10th house",
        "strength": 0.85,
        "effect": "High position, authority, and fame in career",
        "timing": "Active during Jupiter dasha (currently running)"
      },
      {
        "name": "Dharma-Karma Adhipati Yoga",
        "formed": "9th and 10th lords in mutual aspect",
        "effect": "Success through righteous deeds and ethical work"
      }
    ],
    "suitableProfessions": {
      "primary": [
        {
          "field": "Technology & Innovation",
          "reason": "Aquarius 10th house, strong Mercury",
          "roles": ["Software Development", "Data Science", "AI/ML", "Tech Management"]
        },
        {
          "field": "Education & Research",
          "reason": "Jupiter in 10th house",
          "roles": ["Professor", "Researcher", "Academic Administrator", "Training"]
        }
      ],
      "secondary": [
        {
          "field": "Large Organizations",
          "reason": "Jupiter influence on career",
          "roles": ["Corporate Executive", "Consulting", "NGO Leadership"]
        },
        {
          "field": "Government & Public Service",
          "reason": "Sun strong in D10",
          "roles": ["Civil Services", "Policy Making", "Public Administration"]
        }
      ],
      "avoid": {
        "fields": ["High-risk speculation", "Manual labor"],
        "reason": "Saturn as 10th lord in 6th suggests structured work environment suits better"
      }
    },
    "careerTimeline": {
      "currentPhase": {
        "dasha": "Jupiter Mahadasha, Saturn Antardasha",
        "period": "2024-2027",
        "prediction": "Strong career growth period. Jupiter activates Raja Yoga. Expect promotion or expansion in current role.",
        "advice": "Focus on skill development and visibility. Good for academic pursuits."
      },
      "upcomingPhases": [
        {
          "dasha": "Saturn Mahadasha",
          "period": "2027-2046",
          "prediction": "Long phase of steady career building. May involve service-oriented work. Slow but stable progress.",
          "keyYears": ["2028 - Career change possible", "2032 - Peak achievement in service sector"]
        }
      ]
    },
    "businessVsJob": {
      "recommendation": "Job/Service",
      "score": { "job": 7, "business": 5 },
      "reason": "Saturn as 10th lord in 6th house favors service and employment. Jupiter in 10th supports large organizations. For business, partnership is advised over solo ventures."
    },
    "foreignCareer": {
      "likelihood": "Moderate",
      "factors": ["Rahu aspect on 10th", "12th lord well-placed"],
      "bestPeriods": ["Rahu dasha", "12th lord dasha"],
      "countries": "Western countries, technology hubs"
    },
    "remedies": {
      "forCareerGrowth": [
        "Chant Surya mantra on Sundays for authority",
        "Wear Yellow Sapphire for Jupiter's blessings",
        "Donate to educational institutions on Thursdays"
      ]
    }
  },
  "metadata": { "cost": 0.008 }
}

Career Indicators Analyzed

10th House

Main career house - profession type, public image, status

Dashamsha (D10)

Divisional chart for detailed career analysis

2nd & 11th Houses

Income and gains from profession

6th House

Service, competition, daily work environment

Pricing: $0.008 per request

Premium analysis combining D1 and D10 charts with yoga analysis.