Use access token to call astrology api.
Learn Morehttps://json.astrologyapi.com/v1/current_vdashaThe API current_vdasha is returning information about the current Vimshottari Dasha periods according to Vedic astrology. It includes the start and end dates, as well as the ruling planet, for the major, minor, sub-minor, sub-sub-minor, and sub-sub-sub-minor periods.
1{
2 "major": {
3 "planet": "Sun",
4 "planet_id": 0,
5 "start": "2-5-2021 8:7",
6 "end": "2-5-2027 20:7"
7 },
8 "minor": {
9 "planet": "Saturn",
10 "planet_id": 6,
11 "start": "8-3-2024 7:13",
12 "end": "18-2-2025 6:55"
13 },
14 "sub_minor": {
15 "planet": "Saturn",
16 "planet_id": 6,
17 "start": "8-3-2024 7:13",
18 "end": "2-5-2024 5:46"
19 },
20 "sub_sub_minor": {
21 "planet": "Mercury",
22 "planet_id": 3,
23 "start": "16-3-2024 23:59",
24 "end": "24-3-2024 18:47"
25 },
26 "sub_sub_sub_minor": {
27 "planet": "Moon",
28 "planet_id": 1,
29 "start": "20-3-2024 5:49",
30 "end": "20-3-2024 21:23"
31 }
32}x-astrologyapi-keystring
requiredAPI Access Token to authenticate requests. Send your access token in this custom header.
Accept-Languagestring
Preferred language for the response content
Properties
dayint
requiredDate of birth, eg: 10
monthint
requiredMonth of birth, eg: 5
yearint
requiredYear of birth, eg: 1990
hourint
requiredHour of birth, eg: 19
minint
requiredMinute of birth, eg: 55
latfloat
requiredLatitude, eg: 19.2056
lonfloat
requiredLongitude, eg: 25.2056
tzonefloat
requiredTimezone, eg: 5.5
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.