POST · VEDIC

Gulika Kaal

Endpoint POST https://starsapi.com/api/v3/vedic/panchang/gulika-kaal

Returns the day's Gulika Kaal (Gulikai) — the ashtamsa ruled by Gulika, Saturn's son. Activities started in this window are said to repeat themselves, so it is avoided for one-time rituals. Computed from local sunrise/sunset with the classical weekday portion sequence.

Authentication

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

Request body

FieldTypeRequiredDescription
yearintegerYesCalendar year.
monthintegerYesMonth, 1–12.
dayintegerYesDay of month.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone (e.g. Asia/Kolkata).

Response shape

FieldTypeDescription
start_time / end_timestringWindow in local time (HH:MM:SS).
duration_minutesintegerWindow length.
period_numberinteger/nullWhich of the 8 day-portions (ashtamsa) this window occupies; null for muhurtas not built on ashtamsa.
current_statusobjectLive tracking when the requested date is today: is_active, phase (upcoming / active / past), seconds counters, and human-readable display strings.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date.
400INVALID_TIMEZONENon-IANA timezone.
400INVALID_COORDINATELat/lon out of range.
405METHOD_NOT_ALLOWEDNon-POST request.

See also