Skip to content

Dasha

http
POST /v1/dasha

Returns the Vimshottari dasha timeline — current maha dasha, antar dasha, and pratyantar dasha — along with a list of all future periods.

Request body: { "profileId": "..." }

Example

bash
curl -X POST https://api.askvedicguru.com/api/v1/dasha \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{ "profileId": "683abc123def456" }'

Response

json
{
  "success": true,
  "data": {
    "currentMahaDasha": {
      "planet": "Jupiter",
      "startDate": "2022-03-14",
      "endDate": "2038-03-14",
      "yearsRemaining": 12.1
    },
    "currentAntarDasha": {
      "planet": "Saturn",
      "startDate": "2025-11-02",
      "endDate": "2028-05-04"
    },
    "currentPratyantarDasha": {
      "planet": "Mercury",
      "startDate": "2026-01-10",
      "endDate": "2026-06-07"
    },
    "timeline": [
      {
        "planet": "Jupiter",
        "startDate": "2022-03-14",
        "endDate": "2038-03-14",
        "antarDashas": [
          {
            "planet": "Jupiter",
            "startDate": "2022-03-14",
            "endDate": "2024-07-08"
          }
        ]
      }
    ]
  }
}

Vimshottari periods by planet

PlanetMaha dasha duration
Sun (Surya)6 years
Moon (Chandra)10 years
Mars (Mangal)7 years
Rahu18 years
Jupiter (Guru)16 years
Saturn (Shani)19 years
Mercury (Budh)17 years
Ketu7 years
Venus (Shukra)20 years