https://json.astrologyapi.com/v1/sub_sub_sub_sub_vdasha/:md/:ad/:pd/:sdx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
mdstringrequiredMajor Dasha, eg: sun,moon
sunmoonmarsmercuryjupitervenussaturnrahuketuadstringrequiredAntar Dasha, eg: sun,moon
sunmoonmarsmercuryjupitervenussaturnrahuketupdstringrequiredPratyantar Dasha, eg: sun,moon
sunmoonmarsmercuryjupitervenussaturnrahuketusdstringrequiredSookshma Dasha, eg: sun,moon
sunmoonmarsmercuryjupitervenussaturnrahuketudayintrequiredDate of birth, eg: 10
monthintrequiredMonth of birth, eg: 5
yearintrequiredYear of birth, eg: 1990
hourintrequiredHour of birth, eg: 19
minintrequiredMinute of birth, eg: 55
latfloatrequiredLatitude, eg: 19.2056
lonfloatrequiredLongitude, eg: 25.2056
tzonefloatrequiredTimezone, 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
}'
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"
}
]