POST · VEDIC

Manglik Status

Endpoint POST https://starsapi.com/api/v3/vedic/yogas-doshas/manglik-status

Returns a quick Manglik (Mangal Dosha) verdict. The verdict follows the Ascendant — the primary classical reference; Mars in a dosha house from the Moon or Venus is reported as a minor affliction, not a dosha.

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.
include_second_housebooleanNoInclude the 2nd house as a dosha house (South Indian tradition). Default false — standard houses 1, 4, 7, 8, 12.

Response shape

FieldTypeDescription
has_manglikbooleanVerdict — Mars in a dosha house from the Ascendant only.
severitystringnone, mild, moderate, or severe — graded by house placement and chart-specific factors.
minor_afflictionbooleanTrue when the Ascendant is clear but Mars occupies a dosha house from the Moon or Venus.
is_double_manglikbooleanMars joined by Rahu, Ketu, or Saturn in the dosha house.
summarystringPlain-language verdict covering all three references.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date.
400INVALID_TIMEHour/minute/second out of range.
400INVALID_TIMEZONENon-IANA timezone.
400INVALID_COORDINATELat/lon out of range.
400INVALID_PARAMBad ayanamsa or node_type.
405METHOD_NOT_ALLOWEDNon-POST request.

See also