POST · VEDIC

Yogini Pratyantardasha

Endpoint POST https://starsapi.com/api/v3/vedic/dashas/yogini-pratyantardasha

Returns 8 Yogini Pratyantardasha periods for a specific Sub-Yogini. This is the deepest level of the Yogini system. Call this when a user taps/expands a Sub-Yogini row from the Antardasha endpoint.

Lazy-load chain
yogini-mahadashayogini-antardashayogini-pratyantardashayogini-sookshmayogini-pran

Request body

All standard birth fields, plus:

FieldTypeRequiredDescription
year, month, day, hour, minuteintegerYesBirth date/time.
latitude, longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
yoginistringYesMain Yogini name.
yogini_start_datestringYesYYYY-MM-DD — the start_date of the Yogini row from the Mahadasha response.
sub_yoginistringYesSub-Yogini name (from the Antardasha row the user tapped).

Valid Yogini names: Mangala, Pingala, Dhanya, Bhramari, Bhadrika, Ulka, Siddha, Sankata.

Tip The yogini and yogini_start_date stay the same as the Antardasha call. Just add sub_yogini from the tapped Antardasha row.

Response shape

sub_yogini_period

The parent Sub-Yogini period.

FieldTypeDescription
start_datestringYYYY-MM-DD.
end_datestringYYYY-MM-DD.
duration_daysnumberDuration in days.

sub_sub_yoginis[]

8 Sub-Sub-Yogini entries.

FieldTypeDescription
yoginistringSub-Sub-Yogini name.
planetstringAssociated planet.
start_datestringYYYY-MM-DD.
end_datestringYYYY-MM-DD.
duration_daysnumberDuration in days.
is_balancebooleantrue for balance period.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_PARAMInvalid Yogini name or bad date format.
400INVALID_DASHA_PATHYogini/Sub-Yogini not found in sequence.
405METHOD_NOT_ALLOWEDNon-POST request.

See also