POST · TRANSIT VEDIC

Combust

Endpoint POST https://starsapi.com/api/v3/transit/vedic/combust

Returns combustion windows — periods when a planet is too close to the Sun and considered “burnt” (asta). Each entry shows the start/end of the combustion period, the sign at each boundary, and the date of closest approach with the minimum angular distance.

Sun is never combust (it’s the combustor). Rahu and Ketu are shadowy nodes and have no combustion. Moon combustion (Amavasya proximity) is included optionally via include_moon.

Authentication

Required. See basic → Authentication.

Request body

FieldTypeRequiredDescription
query_typestringNocurrent (default), date, range, month, year.
timezonestringNoIANA timezone. Default UTC.
planetstringNoPlanet filter or all. Sun is never combust.
datestring*Required for date query type.
from_date, to_datestring*Required for range.
month, yearinteger*Required for month/year.
include_moonbooleanNoInclude Moon combustion. Auto-managed by default.

Response shape

FieldTypeDescription
planetstringPlanet name.
start_date, start_timestringCombustion begins.
end_date, end_timestringCombustion ends.
duration_daysnumberTotal days combust.
sign_at_startstringSign when combustion begins.
sign_at_endstringSign when combustion ends.
closest_datestringDate of minimum Sun distance.
closest_distance_degnumberMinimum angular distance from Sun (degrees).

Classical combustion orbs

The classical orb distances used:

PlanetOrb (degrees)
Moon12°
Mars17°
Mercury14°
Jupiter11°
Venus10°
Saturn15°

Use cases

  • Combustion alerts — warn users when a benefic like Venus or Jupiter is combust.
  • Muhurta avoidance — avoid starting ventures when the ruling planet is combust.
  • Transit reports — annotate transit timelines with combustion periods.

Errors

Same error set as nakshatra.

See also