---
title: "Dashas: Yogini Antardasha"
method: POST
path: "/vedic/dashas/yogini/antar"
tags: ["Vedic"]
---

# Dashas: Yogini Antardasha

`POST /vedic/dashas/yogini/antar`

Yogini Antardasha: 8 sub-periods of the running MD at `targetDate` (default today UTC). Sub-period of yogini Q within MD of P: `years = (P.years × Q.years) / 36`.

## Query parameters

- `fields` string
- `precision` integer

## Request body

- DashaInput — Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC; send timezone instead (an IANA name such as Europe/Kyiv, or auto) and the offset for that date is worked out, summer time included. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. houseSystem is a single Swiss Ephemeris letter, P by default; a name such as "Placidus" is refused, and the case matters because I and i are two different Sunshine systems.
  - `date` string, required
  - `time` string, required
  - `timezoneOffset` number, nullable — Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC. Ignored when timezone is sent.
  - `timezone` string — IANA zone name such as Europe/Kyiv, or auto to look the zone up from latitude and longitude. The server takes the offset that zone kept at this local date and time, summer time included, and uses it in place of timezoneOffset. A clock time that happened twice takes the first occurrence; one skipped when clocks went forward takes the offset from before the change. Abbreviations such as EST are refused. Before 1970 the tz database is not reliable for every place, so send timezoneOffset when the local clock is known.
  - `latitude` number, required
  - `longitude` number, required
  - `houseSystem` 'P' | 'K' | 'R' | 'C' | 'E' | 'W' | 'B' | 'M' | 'O' | 'A' | 'T' | 'V' | 'D' | 'F' | 'G' | 'H' | 'I' | 'i' | 'L' | 'N' | 'Q' | 'S' | 'U' | 'X' | 'Y'
  - `name` string
  - `city` string
  - `zodiacType` 'tropical' | 'sidereal'
  - `ayanamsaId` number, nullable
  - `ayanamsa` 'fagan-bradley' | 'lahiri' | 'de-luce' | 'raman' | 'krishnamurti' | 'kp' | 'yukteshwar' | 'jn-bhasin' | 'true-citra' | 'djwhal-khul' — Sidereal school by name. Lahiri when omitted. Equivalent to ayanamsaId; send either.
  - `cosmogram` boolean
  - `targetDate` string
  - `targetTime` string
  - `targetTzOffset` number, nullable

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `system` string, nullable
    - `level` string, nullable
    - `ayanamsa` number, nullable
    - `moonSiderealLongitude` number, nullable
    - `nakshatra` object, nullable
      - `number` number, nullable
      - `name` string, nullable
      - `nameRu` string, nullable
      - `nameUk` string, nullable
      - `ruler` string, nullable
      - `startDeg` number, nullable
      - `endDeg` number, nullable
      - `pada` number, nullable
    - `initial` object, nullable
      - `initialPlanet` number, nullable
      - `initialPlanetName` string, nullable
      - `initialYoginiName` string, nullable
      - `nakshatra` number, nullable
      - `nakshatraName` string, nullable
      - `pada` number, nullable
      - `balanceYears` number, nullable
      - `balanceMonths` number, nullable
      - `balanceDays` number, nullable
      - `elapsedYears` number, nullable
    - `currentMaha` object, nullable
      - `planet` number, nullable
      - `planetName` string, nullable
      - `startJd` number, nullable
      - `endJd` number, nullable
      - `startDate` string, nullable
      - `endDate` string, nullable
      - `durationYears` number, nullable
    - `periods` object[], nullable
      - `planet` number, nullable
      - `planetName` string, nullable
      - `startJd` number, nullable
      - `endJd` number, nullable
      - `startDate` string, nullable
      - `endDate` string, nullable
      - `durationYears` number, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

## Changes

- **2026-09-21** `b64222844186` — 2 info
  - added the new optional `query` request parameter `fields`
  - added the new optional `query` request parameter `precision`
- **2026-09-18** `fd2cd799fc5e` — 1 info
  - added the new optional request property `allOf[#/components/schemas/ChartInput]/timezone`
- **2026-09-14** `7b994706d03a` — 1 breaking, 25 info
  - request property `allOf[#/components/schemas/ChartInput]/houseSystem` was restricted to a list of enum values
  - added the new `A` enum value to the request property `allOf[#/components/schemas/ChartInput]/houseSystem`
  - added the new `B` enum value to the request property `allOf[#/components/schemas/ChartInput]/houseSystem`
  - added the new `C` enum value to the request property `allOf[#/components/schemas/ChartInput]/houseSystem`
  - …22 more
- **2026-08-24** `8ab5a768b521` — 2 breaking, 18 info
  - the response property `data/periods/items/` became nullable for the status `200`
  - the `data/periods/items/` response's property type changed from no type to `object` for status `200`
  - added the optional property `data/ayanamsa` to the response with the `200` status
  - added the optional property `data/currentMaha/durationYears` to the response with the `200` status
  - …16 more
- **2026-08-18** `dd3764875e7a` — 1 info
  - added the new optional request property `allOf[#/components/schemas/ChartInput]/ayanamsa`

[Full history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/vedic/dashas/yogini/antar/post.md)

---

[API](https://skmtc.dev/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.dev/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc.dev/astroway/apis/astroway-calculation-api/revisions/ab676bac3590?raw)
