Aller au contenu

Horoscope Hebdomadaire de Communication

Le point de terminaison Horoscope Hebdomadaire de Communication renvoie le rapport généré par l'engine communication pour la période weekly.

Langue : uniquement en anglais (actuellement)

Support linguistique : Ce point de terminaison /api/v1/horoscope/reports/*, basé sur l'engine, prend actuellement en charge uniquement l'anglais (lang=en).

Point de terminaison

Méthode Chemin
POST https://api.numerologyapi.com/api/v1/horoscope/reports/communication/weekly

Corps de la requête

Nom Obligatoire Type Exemple Description
dob Oui Chaîne 1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$
timezone Non Chaîne America/New_York IANA timezone used to resolve period anchors accurately. Default: UTC
include_snapshot Non Booléen (nullable) - Commutateur facultatif pour le mode compact. Définir sur false pour exclure le bloc de capture d'écran du payload de réponse.
include_positions Non Booléen (nullable) - Commutateur facultatif pour le mode compact. Définir sur false pour exclure les tableaux de positions du payload de réponse.
zodiac_system Non Chaîne (nullable) tropical Zodiac computation mode. Allowed: sidéral⟫, tropical
ayanamsa Non Chaîne (nullable) lahiri Sidereal ayanamsa system. Allowed: lahiri⟫, fagan_bradley⟫, krishnamurti⟫, raman⟫, yukteswar
house_system Non Chaîne (nullable) placidus House calculation system. Allowed: placidus⟫, signe_entier⟫, égal⟫, koch
node_type Non Chaîne (nullable) true Lunar node mode. Allowed: true⟫, moyen
tenant_id Non Chaîne (nullable) docs-smoke Commutateur facultatif pour remplacer l'espace de noms du locataire/cache.
birth_time Non Chaîne (nullable) 13:45 Birth time (HH:MM⟫, 24h). Pattern: ^\d{2}:\d{2}$
birth_latitude Non Nombre (facultatif) 40.7128 Birth latitude. Range: -90 to 90.
birth_longitude Non Nombre (facultatif) -74.0060 Birth longitude. Range: -180 to 180.
birth_timezone Non Chaîne (facultatif) America/New_York Override du fuseau horaire de naissance (IANA).
target_date Non Chaîne (facultatif) 2026-04-07 Target calendar date (AAAA-MM-JJ). Pattern: ^\d{4}-\d{2}-\d{2}$

Réponse

Retourne le payload de réponse brut du moteur, avec des wrappers de gateway ajoutés :

  • _enterprise
  • _api_metadata_

Exemple de mode personnalisé (Recommandé)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/communication/weekly?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York",
  "zodiac_system": "tropical",
  "ayanamsa": "lahiri",
  "house_system": "placidus",
  "node_type": "true",
  "tenant_id": "docs-smoke",
  "birth_time": "13:45",
  "birth_latitude": 40.7128,
  "birth_longitude": -74.006,
  "birth_timezone": "America/New_York",
  "target_date": "2026-04-07"
}'

Exemple de mode public (Basé sur le signe)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/communication/weekly?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York",
  "target_date": "2026-04-07"
}'

Exemple de réponse

{
  "report_type": "horoscope",
  "sign": "CANCER",
  "period": "weekly",
  "start": "2026-04-06T00:00:00",
  "end": "2026-04-13T00:00:00",
  "data": {
    "period": "weekly",
    "start": "2026-04-06T00:00:00",
    "end": "2026-04-13T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-09T12:00:00",
      "zodiac_system": "sidereal",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.224071,
      "ayanamsa_system": "lahiri",
      "sun_sign": "PISCES",
      "moon_sign": "SAGITTARIUS",
      "rising_sign": null,
      "house_system": null,
      "house_cusps": null,
      "positions": [
        {
          "name": "Sun",
          "longitude": 355.419022486965,
          "tropical_longitude": 19.64475544233151,
          "sidereal_longitude": 355.419022486965,
          "latitude": -0.00015625541229057335,
          "speed": 0.9823746533213473,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 25.41902248696499,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Moon",
          "longitude": 257.6607044136581,
          "tropical_longitude": 281.8864373690246,
          "sidereal_longitude": 257.6607044136581,
          "latitude": -4.295765307420144,
          "speed": 11.97309170457133,
          "sign": "SAGITTARIUS",
          "tropical_sign": "CAPRICORN",
          "sidereal_sign": "SAGITTARIUS",
          "degree_in_sign": 17.660704413658095,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Mercury",
          "longitude": 328.3545242805966,
          "tropical_longitude": 352.5802572359631,
          "sidereal_longitude": 328.3545242805966,
          "latitude": -2.2971296709056848,
          "speed": 1.2194950548775936,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 28.354524280596593,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Venus",
          "longitude": 17.858592327228074,
          "tropical_longitude": 42.084325282594584,
          "sidereal_longitude": 17.858592327228074,
          "latitude": -0.0777587361654963,
          "speed": 1.225972896324446,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 17.858592327228074,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Mars",
          "longitude": 335.5275304818967,
          "tropical_longitude": 359.7532634372632,
          "sidereal_longitude": 335.5275304818967,
          "latitude": -1.009787931441409,
          "speed": 0.7788692227227461,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 5.52753048189669,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Jupiter",
          "longitude": 82.21059649165524,
          "tropical_longitude": 106.43632944702173,
          "sidereal_longitude": 82.21059649165524,
          "latitude": 0.37689533905247297,
          "speed": 0.08873292598110066,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 22.210596491655238,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Saturn",
          "longitude": 342.3735181904821,
          "tropical_longitude": 6.5992511458486,
          "sidereal_longitude": 342.3735181904821,
          "latitude": -2.1361921758191063,
          "speed": 0.1227594968320901,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 12.373518190482116,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Uranus",
          "longitude": 34.9238433661654,
          "tropical_longitude": 59.14957632153192,
          "sidereal_longitude": 34.9238433661654,
          "latitude": -0.16879422828172888,
          "speed": 0.04787966917556078,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 4.9238433661654,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Neptune",
          "longitude": 338.29374661922606,
          "tropical_longitude": 2.5194795745925687,
          "sidereal_longitude": 338.29374661922606,
          "latitude": -1.3099498284729205,
          "speed": 0.03655388844960104,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 8.293746619226056,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Pluto",
          "longitude": 281.1127587987009,
          "tropical_longitude": 305.3384917540674,
          "sidereal_longitude": 281.1127587987009,
          "latitude": -3.9731815545209166,
          "speed": 0.012508214748788368,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 11.112758798700895,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Chiron",
          "longitude": 1.9848739390598138,
          "tropical_longitude": 26.210606894426327,
          "sidereal_longitude": 1.9848739390598138,
          "latitude": 0.3579307208025253,
          "speed": 0.05982722032578317,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 1.9848739390598138,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Ceres",
          "longitude": 15.625667490292626,
          "tropical_longitude": 39.85140044565914,
          "sidereal_longitude": 15.625667490292626,
          "latitude": -4.459698464834262,
          "speed": 0.39859821530256523,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 15.625667490292626,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "North Node",
          "longitude": 313.838955118479,
          "tropical_longitude": 338.06468807384545,
          "sidereal_longitude": 313.838955118479,
          "latitude": 0.0,
          "speed": -0.02522967145532394,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 13.83895511847902,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "South Node",
          "longitude": 133.83895511847902,
          "tropical_longitude": 158.06468807384545,
          "sidereal_longitude": 133.83895511847902,
          "latitude": 0.0,
          "speed": -0.02522967145532394,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 13.83895511847902,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Lilith",
          "longitude": 228.066710614525,
          "tropical_longitude": 252.29244356989153,
          "sidereal_longitude": 228.066710614525,
          "latitude": -5.123204974212474,
          "speed": 0.11201863529358284,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 18.066710614524993,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Pallas",
          "longitude": 330.410405944167,
          "tropical_longitude": 354.6361388995335,
          "sidereal_longitude": 330.410405944167,
          "latitude": 3.4361514264197948,
          "speed": 0.3262291903539235,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 0.41040594416699605,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Juno",
          "longitude": 278.6966413080989,
          "tropical_longitude": 302.92237426346543,
          "sidereal_longitude": 278.6966413080989,
          "latitude": 11.673348190740995,
          "speed": 0.24853964788414096,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 8.69664130809889,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Vesta",
          "longitude": 320.27223424378434,
          "tropical_longitude": 344.4979671991508,
          "sidereal_longitude": 320.27223424378434,
          "latitude": -3.8728401831323054,
          "speed": 0.47541753950246307,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 20.27223424378434,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Eris",
          "longitude": 0.9862506508126041,
          "tropical_longitude": 25.211983606179118,
          "sidereal_longitude": 0.9862506508126041,
          "latitude": -10.393050979080442,
          "speed": 0.010881315418548417,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 0.9862506508126041,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Moon",
          "aspect": "square",
          "orb": 7.76,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "semi-sextile",
          "orb": 2.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 3.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Chiron",
          "aspect": "conjunction",
          "orb": 6.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 7.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 5.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Venus",
          "aspect": "trine",
          "orb": 0.2,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "opposition",
          "orb": 4.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Saturn",
          "aspect": "square",
          "orb": 5.29,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "sesquiquadrate",
          "orb": 2.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Ceres",
          "aspect": "trine",
          "orb": 2.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 3.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 3.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "semi-sextile",
          "orb": 0.41,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 2.61,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 7.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 6.14,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 2.24,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Ceres",
          "aspect": "semi-square",
          "orb": 2.27,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 2.06,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 2.63,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Mars",
          "aspect": "semi-square",
          "orb": 2.67,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Jupiter",
          "aspect": "sextile",
          "orb": 4.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 6.75,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 2.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 4.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 4.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 0.21,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 2.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 2.41,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 6.85,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 0.6,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 2.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 5.59,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 5.12,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.29,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 1.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 1.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 1.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 1.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.69,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.68,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.19,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 4.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 7.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.4,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 4.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.73,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.73,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 2.42,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 1.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 1.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.71,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 1.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 1.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 1.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 2.44,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.22,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.65,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "South Node",
          "aspect": "opposition",
          "orb": 0.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 4.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 6.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 4.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 6.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 2.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 0.58,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.71,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 7,
      "aspect_counts": {
        "semi-sextile": 58,
        "square": 80,
        "semi-square": 57,
        "trine": 67,
        "quincunx": 30,
        "opposition": 17,
        "sextile": 106,
        "conjunction": 91,
        "sesquiquadrate": 28
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": [
        "Moon enters SAGITTARIUS on Apr 08",
        "Pallas enters PISCES on Apr 08",
        "Moon enters CAPRICORN on Apr 11",
        "Mercury enters PISCES on Apr 11"
      ]
    },
    "notable_events": [
      "Moon trine Saturn exact on Apr 06",
      "Sun square Jupiter exact on Apr 06",
      "Saturn sextile Pluto exact on Apr 06",
      "Venus sextile North Node exact on Apr 06",
      "Ceres sextile North Node exact on Apr 06",
      "Moon sextile Pluto exact on Apr 06",
      "Venus trine South Node exact on Apr 06",
      "Ceres trine South Node exact on Apr 06",
      "Chiron conjunction Eris exact on Apr 06",
      "Venus conjunction Ceres exact on Apr 06",
      "Neptune sextile Juno exact on Apr 07",
      "Sun trine Moon exact on Apr 07"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Saturn",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.02,
        "narrative_priority": 1.884,
        "section_bias": {
          "general": 1.7999999999999998,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8,
          "career": 0.8,
          "money": 0.5
        },
        "description": "Moon trine Saturn exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "square",
        "exactness": 0.51,
        "narrative_priority": 1.86,
        "section_bias": {
          "general": 2.0,
          "career": 1.3,
          "lifestyle": 0.9,
          "money": 0.8
        },
        "description": "Sun square Jupiter exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.93,
        "narrative_priority": 1.839,
        "section_bias": {
          "general": 1.6,
          "career": 1.3,
          "health": 0.5,
          "money": 0.5,
          "love_couples": 0.4
        },
        "description": "Saturn sextile Pluto exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.14,
        "narrative_priority": 1.768,
        "section_bias": {
          "general": 1.4,
          "love_singles": 1.2,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4,
          "career": 0.4
        },
        "description": "Venus sextile North Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.4,
        "narrative_priority": 1.755,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "Ceres sextile North Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.91,
        "narrative_priority": 1.675,
        "section_bias": {
          "general": 2.0,
          "love_singles": 0.4,
          "love_couples": 0.8,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5
        },
        "description": "Moon sextile Pluto exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "South Node",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.14,
        "narrative_priority": 1.658,
        "section_bias": {
          "general": 1.2999999999999998,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.7,
          "lifestyle": 0.4
        },
        "description": "Venus trine South Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "South Node",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.4,
        "narrative_priority": 1.645,
        "section_bias": {
          "general": 1.2999999999999998,
          "lifestyle": 0.4,
          "friendship": 0.3
        },
        "description": "Ceres trine South Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Chiron",
        "body2": "Eris",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.85,
        "narrative_priority": 1.623,
        "section_bias": {
          "general": 1.0,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Chiron conjunction Eris exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Ceres",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.25,
        "narrative_priority": 1.598,
        "section_bias": {
          "general": 0.6,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4
        },
        "description": "Venus conjunction Ceres exact on Apr 06"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.03,
        "narrative_priority": 1.719,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Moon",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.42,
        "narrative_priority": 1.699,
        "section_bias": {
          "general": 2.3,
          "career": 0.5,
          "lifestyle": 0.5,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.3
        },
        "description": "Sun trine Moon exact on Apr 07"
      },
      {
        "timestamp": "2026-04-08T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Uranus",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.13,
        "narrative_priority": 1.714,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.6,
          "love_singles": 0.3,
          "lifestyle": 0.7,
          "communication": 0.4
        },
        "description": "Mars sextile Uranus exact on Apr 08"
      },
      {
        "timestamp": "2026-04-08T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Mars",
        "sign": null,
        "aspect": "square",
        "exactness": 0.99,
        "narrative_priority": 1.615,
        "section_bias": {
          "general": 1.4,
          "love_singles": 0.7,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8999999999999999,
          "career": 0.8
        },
        "description": "Moon square Mars exact on Apr 08"
      },
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Venus",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.2,
        "narrative_priority": 1.6,
        "section_bias": {
          "general": 1.4,
          "love_singles": 1.3,
          "love_couples": 1.4,
          "friendship": 0.7,
          "health": 0.3,
          "money": 0.5
        },
        "description": "Moon trine Venus exact on Apr 09"
      },
      {
        "timestamp": "2026-04-10T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Mercury",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.12,
        "narrative_priority": 1.604,
        "section_bias": {
          "general": 1.4,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.6,
          "health": 0.3,
          "communication": 0.9,
          "career": 0.4
        },
        "description": "Moon sextile Mercury exact on Apr 10"
      },
      {
        "timestamp": "2026-04-11T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Saturn",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.64,
        "narrative_priority": 1.853,
        "section_bias": {
          "general": 1.7999999999999998,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8,
          "career": 0.8,
          "money": 0.5
        },
        "description": "Moon sextile Saturn exact on Apr 11"
      },
      {
        "timestamp": "2026-04-11T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Pluto",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.84,
        "narrative_priority": 1.678,
        "section_bias": {
          "general": 2.0,
          "love_singles": 0.4,
          "love_couples": 0.8,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5
        },
        "description": "Moon conjunction Pluto exact on Apr 11"
      },
      {
        "timestamp": "2026-04-11T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mercury",
        "body2": "Pallas",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.2,
        "narrative_priority": 1.6,
        "section_bias": {
          "general": 0.6,
          "communication": 0.9,
          "career": 0.4,
          "friendship": 0.3
        },
        "description": "Mercury conjunction Pallas exact on Apr 11"
      },
      {
        "timestamp": "2026-04-11T12:00:00",
        "event_type": "ingress",
        "body1": "Mercury",
        "body2": null,
        "sign": "PISCES",
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.265,
        "section_bias": {
          "general": 0.6,
          "communication": 0.9,
          "career": 0.4,
          "friendship": 0.3
        },
        "description": "Mercury enters PISCES on Apr 11"
      },
      {
        "timestamp": "2026-04-12T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "Vesta",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.8,
        "narrative_priority": 1.845,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter trine Vesta exact on Apr 12"
      },
      {
        "timestamp": "2026-04-12T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.95,
        "narrative_priority": 1.838,
        "section_bias": {
          "general": 1.1,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 1.3,
          "friendship": 0.4,
          "career": 0.8,
          "lifestyle": 0.4
        },
        "description": "Venus sextile Jupiter exact on Apr 12"
      },
      {
        "timestamp": "2026-04-12T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Neptune",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.54,
        "narrative_priority": 1.693,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 1.1,
          "love_singles": 0.3,
          "lifestyle": 0.6
        },
        "description": "Mars conjunction Neptune exact on Apr 12"
      },
      {
        "timestamp": "2026-04-12T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Vesta",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.16,
        "narrative_priority": 1.602,
        "section_bias": {
          "general": 0.6,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4
        },
        "description": "Venus sextile Vesta exact on Apr 12"
      }
    ],
    "factor_values": {
      "sun_in_sign": "PISCES",
      "moon_in_sign": "SAGITTARIUS",
      "weekly_moon_phase": "last_quarter",
      "transits_archetypes": "retrograde_review",
      "aspects": "sextile",
      "planetary_focus": "moon_focus",
      "retrograde_archetypes": "no_major_retrograde",
      "ingress_archetypes": "moon_ingress",
      "weekly_theme_archetypes": "social_visibility"
    },
    "focus_source": null,
    "planet_focus_source": null,
    "top_drivers": [],
    "aspect_signature": null,
    "transit_windows": []
  },
  "sections": [
    {
      "section": "communication",
      "title": "Communication weekly outlook: protective and intuitive (elevated)",
      "headline": "Weekly spotlight on clarity, timing, and message impact: retrograde review",
      "summary": "This week, Cancer, clarity, timing, and message impact is where momentum builds and timing matters most. Clarity grows when listening and precision outrank speed. At the start of the week, Moon trine Saturn peaks on Apr 06. As the week develops, Moon square Mars peaks on Apr 08. Toward the weekend, Moon trine Venus peaks on Apr 09. In communication terms, retrograde review is active, so edits and recalibration outperform rushing; In conversations, prioritize precision, timing, and genuine listening. Reevaluate your words carefully—this retrograde review sharpens how you express yourself, turning hesitation into precision in conversations. This supports clarity without overexplaining. In parallel, At message-timing level, the core theme is action and initiative, so strategic focus and consistency matter more than speed; In communication, channel this into concise delivery and better listening windows. What’s a past conversation where your words fell flat? This week, practice rewriting it with the same clarity you’d use for a business deal. That framing improves how your words land. In communication terms, with sextile emphasis, timing is cleaner and execution feels less forced; In conversations, prioritize precision, timing, and genuine listening. Use ‘I feel’ or ‘I need’ phrases to avoid blame. This retrograde thrives on empathy over accusation. Keep the message clean and direct.",
      "deep_report": "Across the week, the narrative begins where leverage is highest, then adds precision from the secondary layer. This reading stays coherent when timing remains central to your choices. As the week unfolds, another layer becomes useful; the lived expression is this: The opening thesis centers on transit pattern of retrograde review.\n\nIn communication terms, retrograde review is active, so edits and recalibration outperform rushing; In conversations, prioritize precision, timing, and genuine listening. For message quality, begin with Reevaluate your words carefully—this retrograde review sharpens how you express yourself, turning hesitation into precision in conversations. Stabilize delivery via Use ‘I feel’ or ‘I need’ phrases to avoid blame.\n\nKeep ‘What’s one thing I could say differently to deepen trust?’ This retrograde rewards intentional phrasing present and reduce conditions where someone pulls back. As Moon trine Saturn peaks on Apr 06 peaks, recalibrate your delivery rhythm in clarity, timing, and message impact this week. Into the later week, this layer sharpens execution; the lived expression is this: Another consequential influence in this weekly arc is theme archetype of action and initiative.\n\nAt message-timing level, the core theme is action and initiative, so strategic focus and consistency matter more than speed; In communication, channel this into concise delivery and better listening windows. The voice tension point is Lean into this week’s surge of confidence to speak your mind with clarity—Cancer’s emotional depth meets bold initiative, making every word a bridge, not a barrier. Slow the response loop through If someone interrupts, pause and say, ‘Let me finish—what’s your take on this part?’ Redirects control back to them.\n\nKeep what’s a past conversation where your words fell flat active around conditions where someone’s tone feels defensive. With Sun trine Moon peaks on Apr 07 active, let it guide message timing and tone in clarity, timing, and message impact for this week. The week closes strongest when the primary storyline stays stable and supporting cues stay precise.",
      "highlights": [
        "Retrograde review is active, so edits and recalibration outperform rushing.",
        "Action and initiative is setting the tone; consistency beats urgency.",
        "With sextile emphasis, timing is cleaner and execution feels less forced.",
        "No major retrograde favors review, cleanup, and smarter timing."
      ],
      "cautions": [
        "If someone pulls back, it’s not rejection but a signal: their words may need more time to land clearly.",
        "If someone’s tone feels defensive, drop the debate. Your strength lies in listening as much as speaking.",
        "Keep clear of dismissing others’ perspectives as ‘too much’—this aspect is urging you to engage fully, even when it feels heavy.",
        "Reflect on whether your tone matches your intent; sometimes, the right words need extra time to land."
      ],
      "actions": [
        "Use ‘I feel’ or ‘I need’ phrases to avoid blame. This retrograde thrives on empathy over accusation.",
        "If someone interrupts, pause and say, ‘Let me finish—what’s your take on this part?’ Redirects control back to them.",
        "Close conversations with a clear next step: ‘Let’s revisit this Friday—what do you want to focus on?’.",
        "Start conversations with a question that invites emotional depth, like: ‘What’s something you’ve been carrying that you’re ready to share?’."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 35.5,
        "opportunity": 100.0,
        "focus": 74.3,
        "stability": 28.0,
        "connection": 79.9
      },
      "intensity": "elevated",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "PISCES",
          "weight": 0.9,
          "factor_insights": {
            "motivation": "Your words carry weight; choose them to uplift, not weigh others down.",
            "caution": "Steer clear of gossip or emotional manipulation—it drains your own clarity.",
            "reflection": "Ask: What do I truly want to express?—Pisces’ Pisces blend blurs intent, so sharpen focus.",
            "weekly_tip": "Use the first 5 minutes of a call to set a calm, collaborative tone—avoid rushing into conflict.",
            "affirmation": "I release the need to control outcomes; Pisces energy flows through me, not against me."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SAGITTARIUS",
          "weight": 0.95,
          "factor_insights": {
            "motivation": "Trust that this elevated energy will help you articulate your feelings without fear, even when vulnerability feels risky.",
            "caution": "Reflect on how your communication might unintentionally trigger old wounds; gentle honesty is more powerful than bluntness this time.",
            "reflection": "Ask: What am I saying that feels like a shield rather than a bridge? Your Cancer moon craves depth, but your Sagittarius mind may default to broad strokes.",
            "weekly_tip": "Start conversations with a single question: ‘What’s one thing you’ve been avoiding saying?’—it invites Cancer’s emotional flow without forcing Sagittarius to over-explain.",
            "affirmation": "My words this week are as precise as my intuition, and my boundaries as clear as my curiosity."
          }
        },
        {
          "factor_type": "weekly_moon_phase",
          "factor_value": "last_quarter",
          "weight": 1.05,
          "factor_insights": {
            "motivation": "The moon’s pull here is about balancing softness with purpose—don’t shy from speaking your truth when it matters.",
            "caution": "Over-sharing or over-apologizing could dilute your message—guard your energy with deliberate precision.",
            "reflection": "What’s a past conversation where your Cancer words fell flat? This phase is a chance to rewrite that narrative with sharper intent.",
            "weekly_tip": "Use the moon’s energy to practice ‘one-word responses’ when overwhelmed—let them know you’re listening before diving in.",
            "affirmation": "My words carry weight when they’re rooted in my truth, not my fear."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.25,
          "factor_insights": {
            "motivation": "Reevaluate your words carefully—this retrograde review sharpens how you express yourself, turning hesitation into precision in conversations.",
            "caution": "If someone pulls back, it’s not rejection but a signal: their words may need more time to land clearly.",
            "reflection": "Journal: ‘What’s one thing I could say differently to deepen trust?’ This retrograde rewards intentional phrasing.",
            "weekly_tip": "Use ‘I feel’ or ‘I need’ phrases to avoid blame. This retrograde thrives on empathy over accusation.",
            "affirmation": "This retrograde review reminds me: my voice matters. I’ll speak up when it’s needed, without apology."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Observe how your tone shifts when you’re truly listening—your words will reflect the depth you’re offering.",
            "caution": "Avoid dismissing others’ perspectives as ‘too much’—this aspect is urging you to engage fully, even when it feels heavy.",
            "reflection": "How do you usually respond when someone shares something deeply personal? Are you present or distracted?",
            "weekly_tip": "Start conversations with a question that invites emotional depth, like: ‘What’s something you’ve been carrying that you’re ready to share?’",
            "affirmation": "I trust that my emotional presence makes every exchange meaningful and true."
          }
        },
        {
          "factor_type": "planetary_focus",
          "factor_value": "moon_focus",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Embrace the intensity: your words now feel heavier, but that’s where real connection begins. Don’t shy away from the depth—let it guide your dialogue.",
            "caution": "When emotions run high, pause to filter what you share. The Moon thrives on precision, not scattershot reactions. Choose your words carefully.",
            "reflection": "Ask: What am I communicating that others need to hear right now? The Moon’s energy here isn’t about empty words—it’s about aligning your message with the needs of those around you.",
            "weekly_tip": "End conversations with a closing line that ties back to the emotional core. The Moon’s focus on communication isn’t just about talking—it’s about leaving a lasting impression.",
            "affirmation": "My words carry the power to bridge gaps, even when emotions run high. I trust that every sentence I speak aligns with truth and purpose."
          }
        },
        {
          "factor_type": "retrograde_archetypes",
          "factor_value": "no_major_retrograde",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Trust that your feelings guide your dialogue—let them shape the rhythm of your exchanges.",
            "caution": "Reflect on whether your tone matches your intent; sometimes, the right words need extra time to land.",
            "reflection": "What’s one boundary you’ve been avoiding setting? Small shifts in communication can ease tension.",
            "weekly_tip": "End conversations with a clear next step: ‘Let’s revisit this Friday—what do you want to focus on?’",
            "affirmation": "I honor my emotions while respecting others’ boundaries. Dialogue flows freely when both sides are heard."
          }
        },
        {
          "factor_type": "ingress_archetypes",
          "factor_value": "moon_ingress",
          "weight": 1.05,
          "factor_insights": {
            "motivation": "Your intuition is sharpening—listen to the quiet whispers of your gut as you navigate this elevated communication phase.",
            "caution": "Avoid over-sharing details you’re not ready to release; the moon demands privacy before full disclosure.",
            "reflection": "The moon’s energy invites you to revisit old wounds or unresolved emotions—tend to them gently.",
            "weekly_tip": "Start conversations with a soft, open-ended question to invite emotional flow rather than debate.",
            "affirmation": "Every conversation is a chance to deepen connection, even if the path feels uncertain."
          }
        },
        {
          "factor_type": "weekly_theme_archetypes",
          "factor_value": "action_and_initiative",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Lean into this week’s surge of confidence to speak your mind with clarity—Cancer’s emotional depth meets bold initiative, making every word a bridge, not a barrier.",
            "caution": "If someone’s tone feels defensive, drop the debate. Your strength lies in listening as much as speaking.",
            "reflection": "What’s a past conversation where your words fell flat? This week, practice rewriting it with the same clarity you’d use for a business deal.",
            "weekly_tip": "If someone interrupts, pause and say, ‘Let me finish—what’s your take on this part?’ Redirects control back to them.",
            "affirmation": "I trust that my voice, when true, will resonate with those who need it most."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "37c24062955b43e3",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_communication_weekly_post",
    "endpoint_description": "Provides this week's communication horoscope.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-09T09:52:35.109209+01:00",
    "data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)",
    "cacheable_status": true,
    "report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
    "response_language": "en",
    "supported_languages": [
      "en"
    ],
    "notes": ""
  }
}