POST · VEDIC

Yogas All

Endpoint POST https://starsapi.com/api/v3/vedic/yogas-doshas/yogas-all
Restricted access

This endpoint requires an API key with elevated (internal) access. Standard partner keys receive 403 FORBIDDEN. Use /yogas for the category summary, or contact support for access to the full per-yoga detail feed.

Returns every detected yoga with full detail — id, name, category, classical definition, planets and houses involved, strength, and chart-specific details. The deep version of /yogas.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx
Query?api_key=am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
namestringNoEchoed in the response.
genderstringNomale or female — used by gender-specific yoga rules.
yearintegerYesBirth year.
monthintegerYesBirth month, 1–12.
dayintegerYesDay of month.
hourintegerYesHour, 24-hour.
minuteintegerYesMinute.
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
ayanamsastringNoDefault lahiri.
node_typestringNomean (default) or true.

Response shape

FieldTypeDescription
summaryobjecttotal_found and total_checked (yogas evaluated).
yogas[]arrayEach detected yoga: id, name, category, description, planets_involved, houses_involved, strength, details.

Errors

HTTPCodeCause
403FORBIDDENAPI key lacks internal access.
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date.
400INVALID_TIMEZONENon-IANA timezone.
405METHOD_NOT_ALLOWEDNon-POST request.

See also