Skip to content
POST/api/astro/dasha/brahma/1 credit

Brahma dasha

The Jaimini sign dasha seeded from the Brahma karaka. Named for the Jaimini karaka scheme it takes its seed from. This is a Jaimini RASHI dasha, so every lord in the response is a sign name, not a planet. Periods are returned as a nested timeline — mahadasha, then antardasha, then pratyantardasha — each carrying its lord and its exact start and end.

https://api.occultapi.com/api/astro/dasha/brahma/
Test Request

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/json

Request fields

FieldTypeRequiredNotes
latitudenumber (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

longitudenumber (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_directionstringoptional
forwardbackward
dasha_startstringoptional

Which cycle the timeline opens on.

currentnextprevious
date_timestring (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.

datetimestring (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_yearnumber (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

levelsintegeroptional

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

nodestringoptional

Lunar node model. Required by the rashi parent, which does not default it; defaulted here.

truemean
timezone_as_floatnumber (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://api.occultapi.com/api/astro/dasha/brahma/ \
  -H "X-API-Key: $OCCULT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"latitude":26.9124,"longitude":75.7873,"dasha_direction":"forward","dasha_start":"current","date_time":"2026-09-01 06:00:00","node":"true","timezone_as_float":5.5}'

Response

{
  "_truncated": true,
  "_note": "Response shortened for the catalogue.",
  "preview": "{\"data\": {\"system\": \"Brahma\", \"engine_id\": \"BrahmaRaasi\", \"family\": \"rashi\", \"lord_type\": \"sign\", \"levels\": 3, \"level_names\": [\"mahadasha\", \"antardasha\", \"pratyantardasha\"], \"conditional\": false, \"periods\": [{\"lord\": \"Aries\", \"start\": \"2026-09-01 00:30:00+00:00\", \"end\": \"2037-08-31 18:30:00+00:00\", \"children\": [{\"lord\": \"Aries\", \"start\": \"2026-09-01 00:30:00+00:00\", \"end\": \"2028-03-20 12:30:00+00:00\", \"children\": [{\"lord\": \"Aries\", \"start\": \"2026-09-01 00:30:00+00:00\", \"end\": \"2026-11-19 20:11:32.307692+00:00\", \"children\": []}, {\"lord\": \"Taurus\", \"start\": \"2026-11-19 20:11:32.307692+00:00\", \"end\": \"2027-02-14 22:02:18.461538+00:00\", \"children\": []}, {\"lord\": \"Gemini\", \"start\": \"2027-02-14 22:02:18.461538+00:00\", \"end\": \"2027-04-21 05:25:23.076923+00:00\", \"children\": []}, {\"lord\": \"Cancer\", \"start\": \"2027-04-21 05:25:23.076923+00:00\", \"end\": \"2027-05-05 17:43:50.769231+00:00\", \"children\": []}, {\"lord\": \"Leo\", \"start\": \"2027-05-05 17:43:50.769231+00:00\", \"end\": \"2027-06-25 12:48:27.692308+00:00\", \"children\": []}, {\"lord\": \"Virgo\", \"start\": \"2027-06-25 12:48:27.692308+00:00\", \"end\": \"2027-07-24 13:25:23.076923+00:00\", \"children\": []}, {\"lord\": \"Libra\", \"start\": \"2027-07-24 13:25:23.076923+00:00\", \"end\": \"2027-08-29 20:11:32.307692+00:00\", \"children\": []}, {\"lord\": \"Scorpio\", \"start\": \"2027-08-29 20:11:32.307692+00:00\", \"end\": \"2027-10-12 09:06:55.384615+00:00\", \"children\": []}, {\"lord\": \"Sagittarius\", \"start\": \"2027-10-12 09:06:55.384615+00:00\", \"end\": \"2027-11-03 03:34:36.923077+00:00\", \"children\": []}, {\"lord\": \"Capricorn\", \"start\": \"2027-11-03 03:34:36.923077+00:00\", \"end\": \"2027-12-31 04:48:27.692308+00:00\", \"children\": []}, {\"lord\": \"Aquarius\", \"start\": \"2027-12-31 04:48:27.692308+00:00\", \"end\": \"2028-01-07 10:57:41.538462+00:00\", \"children\": []}, {\"lord\": \"Pisces\", \"start\": \"2028-01-07 10:57:41.538462+00:00\", \"end\": \"2028-03-20 00:30:00+00:00\", \"children\": []}]}, {\"lord\": \"Taurus\", \"start\": \"2028-03-20 12:30:00+00:00\", \"end\": \"2029-11-28 12:30:00+00:00\", \"children\": [{\"lord\": \"Taurus\", \"start\": \"2028-03-20 12:30:00+00:00\", \"end\": \"2028-06-23 14:20:46.153846+00:00\", \"children\": []}, {\"lord\": \"Gemini\", \"start\": \"2028-06-23 14:20:46.153846+00:00\", \"end\": \"2028-09-02 21:43:50.769231+00:00\", \"children\": []}, {\"lord\": \"Cancer\", \"start\": \"2028-09-02 21:43:50.769231+00:00\", \"end\": \"2028-09-18 18:02:18.461539+00:00\", \"children\": []}, {\"lord\": \"Leo\", \"start\": \"2028-09-18 18:02:18.461539+00:00\", \"end\": \"2028-11-13 05:06:55.384616+00:00\", \"children\": []}, {\"lord\": \"Virgo\", \"start\": \"2028-11-13 05:06:55.384616+00:00\", \"end\": \"2028-12-14 21:43:50.769231+00:00\", \"children\": []}, {\"lord\": \"Libra\", \"start\": \"2028-12-14 21:43:50.769231+00:00\", \"end\": \"2029-01-23 12:30:00+00:00\", \"children\": []}, {\"lord\": \"Scorpio\", \"start\": \"2029-01-23 12:30:00+00:00\", \"end\": \"2029-03-12 01:25:23.076923+00:00\", \"children\": []}, {\"lord\": \"Sagittarius\", \"start\": \"2029-03-12 01:25:23.076923+00:00\", \"end\": \"2029-04-04 19:53:04.615385+00:00\", \"children\": []}, {\"lord\": \"Capricorn\", \"start\": \"2029-04-04 19:53:04.615385+00:00\", \"end\": \"2029-06-07 05:06:55.384616+00:00\", \"children\": []}, {\"lord\": \"Aquarius\", \"start\": \"2029-06-07 05:06:55.384616+00:00\", \"end\": \"2029-06-15 03:16:09.230770+00:00\", \"children\": []}, {\"lord\": \"Pisces\", \"start\": \"2029-06-15 03:16:09.230770+00:00\", \"end\": \"2029-09-02 08:48:27.692308+00:00\", \"children\": []}, {\"lord\": \"Aries\", \"start\": \"2029-09-02 08:48:27.692308+00:00\", \"end\": \"2029-11-28 12:30:00+00:00\", \"children\": []}]}, {\"lord\": \"Gemini\", \"start\": \"2029-11-28 12:30:00+00:00\", \"end\": \"2031-03-07 00:30:00+00:00\", \"children\": [{\"lord\": \"Gemini\", \"start\": \"2029-11-28 12:30:00+00:00\", \"end\": \"2030-01-20 22:39:13.846154+00:00\", \"children\": []}, {\"lord\": \"Cancer\", \"start\": \"2030-01-20 22:39:13.846154+00:00\", \"end\": \"2030-02-01 19:34:36.923077+00:00\", \"children\": []}, {\"lord\": \"Leo\", \"start\": \"2030-02-01 19:34:36.923077+00:00\", \"end\": \"2030-03-15 08:48:27.692308+00:00\", \"children\": []}, {\"lord\": \"Virgo\", \"start\": \"2030-03-15 08:48:27.692308+00:00"
}

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.