POST V2 $0.006

Varshaphal API

Generate Varshaphal (Tajaka Annual Horoscope) - solar return chart for detailed yearly predictions using Vedic-Persian techniques.

/v2/astrology/varshaphal

Overview

Varshaphal (Tajaka) creates a chart for the moment Sun returns to its exact birth position each year. It includes:

  • Muntha: Progressed ascendant showing year's focus
  • Year Lord: Planet ruling the year's events
  • Tajaka Yogas: 16 special annual combinations
  • Sahams: Arabic Parts for specific life areas
  • Mudda Dasha: Monthly sub-periods within the year

Request

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

Parameters

ParameterTypeRequiredDescription
datetimestringRequiredBirth date/time
latitudenumberRequiredBirth latitude
longitudenumberRequiredBirth longitude
yearnumberRequiredYear for prediction (e.g., 2026)

Response

{
  "success": true,
  "data": {
    "varshaphalInfo": {
      "year": 2026,
      "age": 36,
      "solarReturnDate": "2026-05-15T08:45:23+05:30",
      "yearStart": "2026-05-15",
      "yearEnd": "2027-05-15"
    },
    "varshaphalChart": {
      "ascendant": { "sign": "Gemini", "degree": 22.456, "lord": "Mercury" },
      "planets": [
        { "name": "Sun", "sign": "Taurus", "degree": 0.639, "house": 12 },
        { "name": "Moon", "sign": "Scorpio", "degree": 18.234, "house": 6 },
        { "name": "Jupiter", "sign": "Cancer", "degree": 12.567, "house": 2 }
      ]
    },
    "muntha": {
      "sign": "Aquarius",
      "house": 9,
      "lord": "Saturn",
      "lordHouse": 8,
      "interpretation": "Focus on higher learning, father, luck. Some delays due to 8th house lord placement."
    },
    "yearLord": {
      "planet": "Mercury",
      "strength": "strong",
      "house": 1,
      "interpretation": "Mercury as year lord in 1st house brings communication opportunities, travel, and intellectual pursuits."
    },
    "tajakaYogas": [
      {
        "name": "Ithasala",
        "planets": ["Moon", "Jupiter"],
        "present": true,
        "effect": "Promises fulfillment, success in endeavors"
      },
      {
        "name": "Kamboola",
        "planets": ["Mercury", "Venus"],
        "present": true,
        "effect": "Good for relationships and creative work"
      },
      {
        "name": "Musaripha",
        "planets": ["Saturn", "Mars"],
        "present": false
      }
    ],
    "sahams": {
      "punya": { "degree": 125.5, "sign": "Leo", "meaning": "Fortune point" },
      "vivaha": { "degree": 234.2, "sign": "Scorpio", "meaning": "Marriage point" },
      "karma": { "degree": 89.7, "sign": "Cancer", "meaning": "Career point" }
    },
    "muddaDasha": [
      { "planet": "Mercury", "startDate": "2026-05-15", "endDate": "2026-07-02", "themes": "New beginnings, communication" },
      { "planet": "Ketu", "startDate": "2026-07-02", "endDate": "2026-08-10", "themes": "Spiritual insights" },
      { "planet": "Venus", "startDate": "2026-08-10", "endDate": "2026-10-14", "themes": "Relationships, finances" }
    ],
    "yearPredictions": {
      "overall": { "text": "Favorable year with emphasis on communication and learning", "sentiment": "positive", "score": 82 },
      "career": { "text": "Good opportunities, Mercury influence brings writing/speaking success", "sentiment": "positive", "score": 88 },
      "relationship": { "text": "Venus well-placed, positive for partnerships", "sentiment": "positive", "score": 85 },
      "health": { "text": "Watch for stress-related issues during Saturn periods", "sentiment": "neutral", "score": 65 },
      "finance": { "text": "Jupiter in 2nd house brings financial growth", "sentiment": "positive", "score": 90 }
    }
  },
  "metadata": { "cost": 0.006 }
}

Pricing: $0.006 per request

Premium pricing for comprehensive annual analysis.