POST · VEDIC

Drik Bala

Endpoint POST https://starsapi.com/api/v3/vedic/shadbala/drik

Returns Drik Bala (aspectual strength) — the net effect of aspects received: benefic aspects (Jupiter, Venus, waxing Moon, Mercury) add strength, malefic aspects (Sun, Mars, Saturn, waning Moon) subtract. Aspect values follow the classical Parashari sputa-drishti arc (3rd house 15, 4th 45, 5th 30, 7th 60, 8th 45, 9th 30, 10th 15, with linear interpolation), with full 60-value special aspects for Mars (4th/8th), Jupiter (5th/9th), and Saturn (3rd/10th). The result can be negative.

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.
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
drik_bala.{Planet}numberNet aspectual strength in Virupas (benefic sum minus malefic sum, quartered per the classical rule). May be negative.

Methodology note

Drik Bala implementations vary between professional packages (aspect-strength weighting differs). This endpoint follows the classical Parashari sputa-drishti table; relative benefic/malefic balance is consistent across tools even where absolute values differ.

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