🌍 Astrocartography API and ✋ Palmistry API are now live. Ship them in your app today.Get Started

Pran Vimshottari Dasha

Get Pran dasha by major, antar, pratyanta and sookshma dasha
POSThttps://json.astrologyapi.com/v1/sub_sub_sub_sub_vdasha/:md/:ad/:pd/:sd

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.

Path parameters

mdstringrequired

Major Dasha, eg: sun,moon

  • sun
  • moon
  • mars
  • mercury
  • jupiter
  • venus
  • saturn
  • rahu
  • ketu
adstringrequired

Antar Dasha, eg: sun,moon

  • sun
  • moon
  • mars
  • mercury
  • jupiter
  • venus
  • saturn
  • rahu
  • ketu
pdstringrequired

Pratyantar Dasha, eg: sun,moon

  • sun
  • moon
  • mars
  • mercury
  • jupiter
  • venus
  • saturn
  • rahu
  • ketu
sdstringrequired

Sookshma Dasha, eg: sun,moon

  • sun
  • moon
  • mars
  • mercury
  • jupiter
  • venus
  • saturn
  • rahu
  • ketu

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/sub_sub_sub_sub_vdasha/sun/sun/sun/sun' \
  --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": "Mercury",
    "planet_id": 3,
    "start": "30-11-2036  9:21",
    "end": "30-11-2036  14:29"
  },
  {
    "planet": "Ketu",
    "planet_id": 8,
    "start": "30-11-2036  14:29",
    "end": "30-11-2036  16:36"
  },
  {
    "planet": "Venus",
    "planet_id": 5,
    "start": "30-11-2036  16:36",
    "end": "30-11-2036  22:38"
  },
  {
    "planet": "Sun",
    "planet_id": 0,
    "start": "30-11-2036  22:38",
    "end": "1-12-2036  0:27"
  },
  {
    "planet": "Moon",
    "planet_id": 1,
    "start": "1-12-2036  0:27",
    "end": "1-12-2036  3:28"
  },
  {
    "planet": "Mars",
    "planet_id": 2,
    "start": "1-12-2036  3:28",
    "end": "1-12-2036  5:34"
  },
  {
    "planet": "Rahu",
    "planet_id": 7,
    "start": "1-12-2036  5:34",
    "end": "1-12-2036  11:0"
  },
  {
    "planet": "Jupiter",
    "planet_id": 4,
    "start": "1-12-2036  11:0",
    "end": "1-12-2036  15:50"
  },
  {
    "planet": "Saturn",
    "planet_id": 6,
    "start": "1-12-2036  15:50",
    "end": "1-12-2036  21:34"
  }
]