@@ -39,7 +39,8 @@ class AstrologyResource extends BaseResource
3939 * @param array|null $aspectTypes
4040 * Optional: specific aspect types to find (defaults to all 9)
4141 * @param array|null $planets
42- * Optional: specific planets to calculate aspects for (defaults to all 10)
42+ * Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical
43+ * planets, the lunar nodes, Chiron, and Black Moon Lilith)
4344 * @param string|null $lang
4445 * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en.
4546 * Languages without translations yet return English.
@@ -238,11 +239,12 @@ public function calculateTransitAspects(
238239 /**
239240 * Calculate planetary transits - Current transits with natal chart comparison
240241 *
241- * Calculate current or future planetary transits (positions of all planets now). Optionally
242- * compare transits to natal chart to find transit-to-natal aspects. Returns all 10 planet
243- * positions with signs, degrees, and speeds. When natal chart provided, includes transit
244- * aspects (transiting Sun conjunct natal Mars, etc.) with orbs and applying/separating status.
245- * Perfect for daily transit forecasts, aspect alerts, and personalized transit reports.
242+ * Calculate current or future planetary transits (positions of all bodies now). Optionally
243+ * compare transits to natal chart to find transit-to-natal aspects. Returns all 14 celestial
244+ * bodies (the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith) with
245+ * signs, degrees, and speeds. When natal chart provided, includes transit aspects (transiting
246+ * Sun conjunct natal Mars, etc.) with orbs and applying/separating status. Perfect for daily
247+ * transit forecasts, aspect alerts, and personalized transit reports.
246248 *
247249 * POST /astrology/transits
248250 *
@@ -368,10 +370,11 @@ public function generateLunarReturn(
368370 * Generate natal chart - Birth chart calculator API with houses and aspects
369371 *
370372 * Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns
371- * all 10 planetary positions (Sun through Pluto), 12 house cusps with customizable house
372- * systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven,
373- * dominant elements and modalities. Perfect for astrology apps, birth chart generators,
374- * horoscope websites, and astrological consultation tools. Verified against NASA JPL Horizons.
373+ * all 14 celestial bodies (the 10 classical planets Sun through Pluto, the lunar nodes,
374+ * Chiron, and Black Moon Lilith), 12 house cusps with customizable house systems (Placidus,
375+ * Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements
376+ * and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and
377+ * astrological consultation tools. Verified against NASA JPL Horizons.
375378 *
376379 * POST /astrology/natal-chart
377380 *
@@ -663,11 +666,11 @@ public function getMoonCalendar(
663666 /**
664667 * Get planetary positions - Ephemeris calculator for all planets
665668 *
666- * Calculate accurate tropical zodiac positions for all 10 planets (Sun, Moon, Mercury, Venus,
667- * Mars, Jupiter, Saturn, Uranus, Neptune, Pluto ) for any date, time, and location. Returns
668- * longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde
669- * status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary
670- * position widgets. Verified against NASA JPL Horizons.
669+ * Calculate accurate tropical zodiac positions for all 14 celestial bodies (the 10 classical
670+ * planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith ) for any date,
671+ * time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily
672+ * motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables,
673+ * astrology apps, and planetary position widgets. Verified against NASA JPL Horizons.
671674 *
672675 * POST /astrology/planets
673676 *
@@ -836,12 +839,12 @@ public function getZodiacSign(
836839 /**
837840 * Get all planet meanings - Complete astrology planet interpretations list
838841 *
839- * Returns all 10 astrological planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn,
840- * Uranus, Neptune, Pluto ) with essential meanings: name, symbol, tagline, category
841- * (personal/social/generational), ruling sign, and short descriptions. Perfect for astrology
842- * reference apps, planet meaning widgets, birth chart interpretation tools, astrology learning
843- * platforms, planetary keywords reference, and zodiac planet guides. Use GET
844- * /planet-meanings/{id} for complete planet profiles with detailed interpretations, keywords,
842+ * Returns all 14 astrological bodies (the 10 classical planets Sun through Pluto, the lunar
843+ * nodes, Chiron, and Black Moon Lilith ) with essential meanings: name, symbol, tagline,
844+ * category (personal/social/generational), ruling sign, and short descriptions. Perfect for
845+ * astrology reference apps, planet meaning widgets, birth chart interpretation tools,
846+ * astrology learning platforms, planetary keywords reference, and zodiac planet guides. Use
847+ * GET /planet-meanings/{id} for complete profiles with detailed interpretations, keywords,
845848 * temperature, and dignities (rulership/detriment/exultation/fall).
846849 *
847850 * GET /astrology/planet-meanings
0 commit comments