/api/astro/dasha/shodashottari/1 creditShodashottari dasha
The 116-year conditional nakshatra cycle. Another of the conditional dashas — check /api/astro/dasha_applicability/ before using it for a chart.
https://yogataraapi.prahlad.app/api/astro/dasha/shodashottari/Authentication
Send your key in the X-API-Key header. Keys are server-side credentials — never put one in browser JavaScript or a mobile app.
X-API-Key: yt_live_a1b2c3d4_…
Content-Type: application/jsonRequest fields
| Field | Type | Required | Notes |
|---|---|---|---|
| latitude | number (double) | required | Latitude of the place, in decimal degrees. Positive is north, negative is south. Example: 26.9124 for Jaipur, 40.7128 for New York. Minutes and seconds are not accepted - convert first. min -90 · max 90 |
| longitude | number (double) | required | Longitude of the place, in decimal degrees. Positive is east, negative is west. Example: 75.7873 for Jaipur, -74.0060 for New York. Note the sign: a missing minus puts New York in China. min -180 · max 180 |
| dasha_direction | string | optional | forwardbackward |
| dasha_start | string | optional | Which cycle the timeline opens on. currentnextprevious |
| date_time | string (date-time) | optional | The moment to calculate for, ISO 8601. ALWAYS include an offset or a trailing Z - a value with no zone is read as Asia/Kolkata (UTC+05:30), not UTC, and can return the previous day's result with a 200. '2026-09-01T06:00:00Z' and '2026-09-01 06:00:00' are different instants and give different answers. |
| datetime | string (date-time) | optional | The moment to calculate for, ISO 8601. ALWAYS include an offset or a trailing Z - a value with no zone is read as Asia/Kolkata (UTC+05:30), not UTC. Same meaning as date_time, which other endpoints call the same thing by a different name. |
| days_in_year | number (double) | optional | Year length the periods are measured in. 360 for the classical savana year, 365.25 for the Julian year. min 360 · max 365.256364 |
| levels | integer | optional | How deep to nest: 1 mahadasha only, 2 adds antardasha, 3 adds pratyantardasha. Capped at 4 because the response grows roughly tenfold per level. min 1 · max 4 |
| node | string | optional | Lunar node model. Required by the rashi parent, which does not default it; defaulted here. truemean |
| timezone_as_float | number (double) | optional | UTC offset of the place, in hours, as a decimal. Example: 5.5 for India (UTC+05:30), -5 for New York in winter, 5.75 for Nepal. This is NOT validated against date_time - if the two disagree you get a successful response for the wrong moment, so derive both from the same source. Use the offset in force on that date, not today's: a summer birth in a country with daylight saving needs the summer offset. min -12 · max 14 |
Example request
curl -X POST https://yogataraapi.prahlad.app/api/astro/dasha/shodashottari/ \
-H "X-API-Key: $OCCULT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"date_time":"1990-08-15T10:30:00+05:30","latitude":26.9124,"longitude":75.7873,"timezone_as_float":5.5,"levels":2}'Response
{
"_truncated": true,
"_note": "Response shortened for the catalogue.",
"preview": "{\"data\": {\"system\": \"Shodashottari\", \"engine_id\": \"ShodashottariDasha\", \"family\": \"nakshatra\", \"lord_type\": \"planet\", \"levels\": 2, \"level_names\": [\"mahadasha\", \"antardasha\"], \"cycle_years\": 116, \"conditional\": true, \"periods\": [{\"lord\": \"mars\", \"start\": \"1982-08-01 16:28:54.727337+00:00\", \"end\": \"1994-08-01 16:28:54.727337+00:00\", \"children\": [{\"lord\": \"mars\", \"start\": \"1982-08-01 16:28:54.727337+00:00\", \"end\": \"1983-10-29 02:24:46.451475+00:00\", \"children\": []}, {\"lord\": \"jupiter\", \"start\": \"1983-10-29 02:24:46.451475+00:00\", \"end\": \"1985-03-03 07:10:17.485958+00:00\", \"children\": []}, {\"lord\": \"saturn\", \"start\": \"1985-03-03 07:10:17.485958+00:00\", \"end\": \"1986-08-14 06:45:27.830786+00:00\", \"children\": []}, {\"lord\": \"ketu\", \"start\": \"1986-08-14 06:45:27.830786+00:00\", \"end\": \"1988-03-03 01:10:17.485958+00:00\", \"children\": []}, {\"lord\": \"moon\", \"start\": \"1988-03-03 01:10:17.485958+00:00\", \"end\": \"1989-10-28 14:24:46.451475+00:00\", \"children\": []}, {\"lord\": \"mercury\", \"start\": \"1989-10-28 14:24:46.451475+00:00\", \"end\": \"1991-08-01 22:28:54.727337+00:00\", \"children\": []}, {\"lord\": \"venus\", \"start\": \"1991-08-01 22:28:54.727337+00:00\", \"end\": \"1993-06-12 01:22:42.313544+00:00\", \"children\": []}, {\"lord\": \"sun\", \"start\": \"1993-06-12 01:22:42.313544+00:00\", \"end\": \"1994-08-01 16:28:54.727337+00:00\", \"children\": []}]}, {\"lord\": \"jupiter\", \"start\": \"1994-08-01 16:28:54.727337+00:00\", \"end\": \"2007-08-01 22:28:54.727337+00:00\", \"children\": [{\"lord\": \"jupiter\", \"start\": \"1994-08-01 16:28:54.727337+00:00\", \"end\": \"1996-01-15 18:57:52.658371+00:00\", \"children\": []}, {\"lord\": \"saturn\", \"start\": \"1996-01-15 18:57:52.658371+00:00\", \"end\": \"1997-08-10 19:47:31.968716+00:00\", \"children\": []}, {\"lord\": \"ketu\", \"start\": \"1997-08-10 19:47:31.968716+00:00\", \"end\": \"1999-04-16 18:57:52.658371+00:00\", \"children\": []}, {\"lord\": \"moon\", \"start\": \"1999-04-16 18:57:52.658371+00:00\", \"end\": \"2001-01-30 16:28:54.727337+00:00\", \"children\": []}, {\"lord\": \"mercury\", \"start\": \"2001-01-30 16:28:54.727337+00:00\", \"end\": \"2002-12-27 12:20:38.175613+00:00\", \"children\": []}, {\"lord\": \"venus\", \"start\": \"2002-12-27 12:20:38.175613+00:00\", \"end\": \"2005-01-02 06:33:03.003199+00:00\", \"children\": []}, {\"lord\": \"sun\", \"start\": \"2005-01-02 06:33:03.003199+00:00\", \"end\": \"2006-03-28 12:20:38.175613+00:00\", \"children\": []}, {\"lord\": \"mars\", \"start\": \"2006-03-28 12:20:38.175613+00:00\", \"end\": \"2007-08-01 16:28:54.727337+00:00\", \"children\": []}]}, {\"lord\": \"saturn\", \"start\": \"2007-08-01 22:28:54.727337+00:00\", \"end\": \"2021-08-01 10:28:54.727337+00:00\", \"children\": [{\"lord\": \"saturn\", \"start\": \"2007-08-01 22:28:54.727337+00:00\", \"end\": \"2009-04-10 00:33:03.003199+00:00\", \"children\": []}, {\"lord\": \"ketu\", \"start\": \"2009-04-10 00:33:03.003199+00:00\", \"end\": \"2011-01-31 04:28:54.727337+00:00\", \"children\": []}, {\"lord\": \"moon\", \"start\": \"2011-01-31 04:28:54.727337+00:00\", \"end\": \"2013-01-05 10:16:29.899751+00:00\", \"children\": []}, {\"lord\": \"mercury\", \"start\": \"2013-01-05 10:16:29.899751+00:00\", \"end\": \"2015-01-24 17:55:48.520441+00:00\", \"children\": []}, {\"lord\": \"venus\", \"start\": \"2015-01-24 17:55:48.520441+00:00\", \"end\": \"2017-03-28 03:26:50.589407+00:00\", \"children\": []}, {\"lord\": \"sun\", \"start\": \"2017-03-28 03:26:50.589407+00:00\", \"end\": \"2018-07-25 23:55:48.520441+00:00\", \"children\": []}, {\"lord\": \"mars\", \"start\": \"2018-07-25 23:55:48.520441+00:00\", \"end\": \"2020-01-05 22:16:29.899751+00:00\", \"children\": []}, {\"lord\": \"jupiter\", \"start\": \"2020-01-05 22:16:29.899751+00:00\", \"end\": \"2021-07-31 22:28:54.727337+00:00\", \"children\": []}]}, {\"lord\": \"ketu\", \"start\": \"2021-08-01 10:28:54.727337+00:00\", \"end\": \"2036-08-01 04:28:54.727337+00:00\", \"children\": [{\"lord\": \"ketu\", \"start\": \"2021-08-01 10:28:54.727337+00:00\", \"end\": \"2023-07-10 19:10:17.485958+00:00\", \"children\": []}, {\"lord\": \"moon\", \"start\": \"2023-07-10 19:10:17.485958+00:00\", \"end\": \"2025-08-04 09:14:25.761820+00:00\", \"children\": []}, {\"lord\": \"mercury\", \"start\": \"2025-08-04 09:14:25.761820+00:00\", \"end\": \"2027-10-16 04:41:19."
}Captured from a real call using the exact request above. Results sit under data.
Errors
Metering errors return { "error": "…", "message": "<code>", "is_error": true }. Show error to people and branch on message. See the error reference.