🌍 Astrocartography API, 🔷 Human Design API and ✋ Palmistry API are now live. Ship them in your app today.

Maha Vimshottari Dasha

POSThttps://json.astrologyapi.com/v1/major_vdasha

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en, Hindi - hi, Marathi - ma, Bengali - bn, Tamil - ta, Telugu - te, Malayalam - ml, Kannada - kn.

Body parameters

dayintrequired

Date of birth, eg: 10

monthintrequired

Month of birth, eg: 5

yearintrequired

Year of birth, eg: 1990

hourintrequired

Hour of birth, eg: 19

minintrequired

Minute of birth, eg: 55

latfloatrequired

Latitude, eg: 19.2056

lonfloatrequired

Longitude, eg: 25.2056

tzonefloatrequired

Timezone, eg: 5.5

curl --location 'https://json.astrologyapi.com/v1/major_vdasha' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "day": 10,
    "month": 5,
    "year": 1990,
    "hour": 19,
    "min": 55,
    "lat": 19.2056,
    "lon": 25.2056,
    "tzone": 5.5
}'
Try it

Runs with sample data — no API key needed

[
  {
    "planet": "Ketu",
    "planet_id": 8,
    "start": "2-5-1994  14:7",
    "end": "2-5-2001  8:7"
  },
  {
    "planet": "Venus",
    "planet_id": 5,
    "start": "2-5-2001  8:7",
    "end": "2-5-2021  8:7"
  },
  {
    "planet": "Sun",
    "planet_id": 0,
    "start": "2-5-2021  8:7",
    "end": "2-5-2027  20:7"
  },
  {
    "planet": "Moon",
    "planet_id": 1,
    "start": "2-5-2027  20:7",
    "end": "2-5-2037  8:7"
  },
  {
    "planet": "Mars",
    "planet_id": 2,
    "start": "2-5-2037  8:7",
    "end": "2-5-2044  2:7"
  },
  {
    "planet": "Rahu",
    "planet_id": 7,
    "start": "2-5-2044  2:7",
    "end": "2-5-2062  14:7"
  },
  {
    "planet": "Jupiter",
    "planet_id": 4,
    "start": "2-5-2062  14:7",
    "end": "2-5-2078  14:7"
  },
  {
    "planet": "Saturn",
    "planet_id": 6,
    "start": "2-5-2078  14:7",
    "end": "2-5-2097  8:7"
  },
  {
    "planet": "Mercury",
    "planet_id": 3,
    "start": "2-5-2097  8:7",
    "end": "3-5-2114  14:7"
  }
]