Zum Inhalt

Planetarische Wochen-Sektionen Horoskop

Der Endpunkt Planetarische Wochen-Sektionen Horoskop gibt wöchentliche, planetenbezogene Berichtsabschnitte (nicht allgemeiner Natur) aus dem internen Horoskop-Engine zurück.

Sprache: Nur Englisch (derzeit)

Sprachunterstützung: Dieser Engine-basierte Endpunkt /api/v1/horoscope/reports/* unterstützt derzeit nur Englisch (lang=en).

Endpunkt

Methode Pfad
POST https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/weekly

Anforderungsbody

Name Erforderlich Typ Beispiel Beschreibung
dob Ja string 1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$
timezone Nein string America/New_York IANA timezone used to resolve period anchors accurately. Default: UTC
include_snapshot Nein boolean (optional) - Optionaler Schalter für den kompakten Modus. Auf false setzen, um den Snapshot-Block aus dem Antwort-Payload zu entfernen.
include_positions Nein boolean (optional) - Optionaler Schalter für den kompakten Modus. Auf false setzen, um die Positionen-Arrays aus dem Antwort-Payload zu entfernen.
zodiac_system Nein string (optional) tropical Zodiac computation mode. Allowed: sideral, tropisch
ayanamsa Nein string (optional) lahiri Sidereal ayanamsa system (used when sidereal mode is selected). Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system Nein string (optional) placidus House calculation system. Allowed: placidus, whole_sign, equal, koch
node_type Nein string (optional) true Lunar node mode. Allowed: true, mean
tenant_id Nein string (optional) docs-smoke Optionaler Override für den Tenant/Cache-Namespace.
birth_time Nein string (optional) 13:45 Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$
birth_latitude Nein Zahl (optional) 40.7128 Birth latitude. Provide with `Geburtslängengrad.
birth_longitude Nein Zahl (optional) -74.0060 Birth longitude. Provide with `Geburtsbreitengrad.
birth_timezone Nein Zeichenkette (optional) America/New_York Zeitzonenüberschreibung für die Geburtszeit (IANA).
planet Nein Zeichenkette sun Planet key. Allowed: Sonne, Mond, Merkur, Venus, Mars, Jupiter, Saturn, Uranus, Neptun, Pluto, Chiron, Nordstern, Südstern, Lilith, Pallas, Junon, Vesta, Eris, Zeres. Default: Sonne
sections Nein Array ["communication","health"] Requested report sections. Allowed: Liebe (Einzelpersonen), Liebe (Paare), Karriere, Freundschaft, Gesundheit, Geld, Kommunikation, Lebensstil. Allgemein is not allowed here; use /Übersicht.
target_date Nein Zeichenkette (optional) 2026-04-07 Target calendar date (YYYY-MM-DD) used to anchor weekly computation. Pattern: ^\d{4}-\d{2}-\d{2}$

Antwort

Gibt den rohen Engine-Payload sowie Gateway-Metadaten zurück:

  • _enterprise
  • _api_metadata_

Aktivierung der Personalisierung

Um einen personalisierten planetarischen Bericht (anstelle der generierten Ausgabe auf Ebene des Nutzers) zu erstellen, geben Sie Folgendes an: - birth_time - birth_latitude und birth_longitude zusammen - optional birth_timezone (fällt auf timezone zurück)

Wenn diese Felder für den Geburtsvektor ausgelassen werden, funktioniert der Endpunkt weiterhin in der Produktion mit generierten, zeichenbasierten Schichten.

Beispiel für den personalisierten Modus (Empfohlen)

Der personalisierte Modus aktiviert zusätzliche deterministische Swiss Ephemeris-Vektoren (z. B. Häuser, Zeitvektoren und optionale astrologische Schichten). Das bedeutet, dass zwei Benutzer mit demselben Sternzeichen unterschiedliche Report-Editorial erhalten können, wenn die Geburtsdaten unterschiedlich sind.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/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",
  "planet": "sun",
  "sections": [
    "communication",
    "health"
  ],
  "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"
}'

Beispiel für den öffentlichen Modus (Allgemein, zeichenbasiert)

Der öffentliche Modus ist für die Produktion geeignet und wird mit astrologischen Schichten berechnet, die keine personalisierten Geburtsvektor-Optionen benötigen. Er basiert auf dem Sternzeichen, sodass Benutzer mit demselben Sternzeichen für die gleiche Periode dasselbe Lesebedi erhalten.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/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",
  "planet": "sun",
  "sections": [
    "communication",
    "health"
  ]
}'

Beispiel für eine Antwort

{
  "report_type": "planet",
  "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": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.224071,
      "ayanamsa_system": "lahiri",
      "sun_sign": "ARIES",
      "moon_sign": "CAPRICORN",
      "rising_sign": "VIRGO",
      "house_system": "P",
      "house_cusps": [
        161.6924,
        186.013827,
        215.276659,
        248.620341,
        282.855058,
        314.297647,
        341.6924,
        6.013827,
        35.276659,
        68.620341,
        102.855058,
        134.297647
      ],
      "positions": [
        {
          "name": "Sun",
          "longitude": 19.64475544233151,
          "tropical_longitude": 19.64475544233151,
          "sidereal_longitude": 355.419022486965,
          "latitude": -0.00015625541229057335,
          "speed": 0.9823746533213473,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 19.64475544233151,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Moon",
          "longitude": 281.8864373690246,
          "tropical_longitude": 281.8864373690246,
          "sidereal_longitude": 257.6607044136581,
          "latitude": -4.295765307420144,
          "speed": 11.97309170457133,
          "sign": "CAPRICORN",
          "tropical_sign": "CAPRICORN",
          "sidereal_sign": "SAGITTARIUS",
          "degree_in_sign": 11.886437369024577,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Mercury",
          "longitude": 352.5802572359631,
          "tropical_longitude": 352.5802572359631,
          "sidereal_longitude": 328.3545242805966,
          "latitude": -2.2971296709056848,
          "speed": 1.2194950548775936,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 22.580257235963074,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Venus",
          "longitude": 42.084325282594584,
          "tropical_longitude": 42.084325282594584,
          "sidereal_longitude": 17.858592327228074,
          "latitude": -0.0777587361654963,
          "speed": 1.225972896324446,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 12.084325282594584,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Mars",
          "longitude": 359.7532634372632,
          "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": 29.753263437263172,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Jupiter",
          "longitude": 106.43632944702173,
          "tropical_longitude": 106.43632944702173,
          "sidereal_longitude": 82.21059649165524,
          "latitude": 0.37689533905247297,
          "speed": 0.08873292598110066,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 16.436329447021734,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Saturn",
          "longitude": 6.5992511458486,
          "tropical_longitude": 6.5992511458486,
          "sidereal_longitude": 342.3735181904821,
          "latitude": -2.1361921758191063,
          "speed": 0.1227594968320901,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 6.5992511458486,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Uranus",
          "longitude": 59.14957632153192,
          "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": 29.149576321531917,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Neptune",
          "longitude": 2.5194795745925687,
          "tropical_longitude": 2.5194795745925687,
          "sidereal_longitude": 338.29374661922606,
          "latitude": -1.3099498284729205,
          "speed": 0.03655388844960104,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 2.5194795745925687,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Pluto",
          "longitude": 305.3384917540674,
          "tropical_longitude": 305.3384917540674,
          "sidereal_longitude": 281.1127587987009,
          "latitude": -3.9731815545209166,
          "speed": 0.012508214748788368,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 5.338491754067377,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Chiron",
          "longitude": 26.210606894426327,
          "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": 26.210606894426327,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Ceres",
          "longitude": 39.85140044565914,
          "tropical_longitude": 39.85140044565914,
          "sidereal_longitude": 15.625667490292626,
          "latitude": -4.459698464834262,
          "speed": 0.39859821530256523,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.851400445659138,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "North Node",
          "longitude": 338.06468807384545,
          "tropical_longitude": 338.06468807384545,
          "sidereal_longitude": 313.838955118479,
          "latitude": 0.0,
          "speed": -0.02522967145532394,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 8.064688073845446,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "South Node",
          "longitude": 158.06468807384545,
          "tropical_longitude": 158.06468807384545,
          "sidereal_longitude": 133.83895511847902,
          "latitude": 0.0,
          "speed": -0.02522967145532394,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 8.064688073845446,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Lilith",
          "longitude": 252.29244356989153,
          "tropical_longitude": 252.29244356989153,
          "sidereal_longitude": 228.066710614525,
          "latitude": -5.123204974212474,
          "speed": 0.11201863529358284,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 12.292443569891532,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Pallas",
          "longitude": 354.6361388995335,
          "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": 24.636138899533478,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Juno",
          "longitude": 302.92237426346543,
          "tropical_longitude": 302.92237426346543,
          "sidereal_longitude": 278.6966413080989,
          "latitude": 11.673348190740995,
          "speed": 0.24853964788414096,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 2.9223742634654286,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Vesta",
          "longitude": 344.4979671991508,
          "tropical_longitude": 344.4979671991508,
          "sidereal_longitude": 320.27223424378434,
          "latitude": -3.8728401831323054,
          "speed": 0.47541753950246307,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 14.497967199150821,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Eris",
          "longitude": 25.211983606179118,
          "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": 25.211983606179118,
          "house": 8,
          "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 CAPRICORN on Apr 09",
        "Mars enters ARIES on Apr 10",
        "Moon enters AQUARIUS 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-10T12:00:00",
        "event_type": "ingress",
        "body1": "Mars",
        "body2": null,
        "sign": "ARIES",
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.322,
        "section_bias": {
          "general": 0.6,
          "career": 0.8,
          "health": 0.6,
          "love_singles": 0.3
        },
        "description": "Mars enters ARIES 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-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": {
      "planet_core_archetypes": "sun_core",
      "planet_condition_archetypes": "direct_flow",
      "planet_sign_archetypes": "element_fire",
      "planet_house_focus": "eighth_house",
      "transits_archetypes": "conjunction_growth",
      "aspects": "conjunction",
      "weekly_moon_phase": "last_quarter"
    }
  },
  "sections": [
    {
      "section": "communication",
      "title": "Communication weekly outlook: protective and intuitive (high)",
      "summary": "Sun anchors the weekly planet-led tone for Cancer; clarity, timing, and message impact becomes the proving ground. This week's core planetary thesis is a visibility-forward push where identity and direction need clean ownership; choose timed and precise delivery over overexplaining under pressure. Choose pacing that you can repeat by Friday. Early this week, Moon trine Saturn peaks on Apr 06. Midweek, Moon square Mars peaks on Apr 08. By the weekend, Moon trine Venus peaks on Apr 09. In communication terms, with Sun leading clarity, timing, and message impact, route effort through precise messaging; this keeps conversation timing aligned with signal clarity; In conversations, prioritize precision, timing, and genuine listening. Embrace your nurturing instincts this week—your words carry the weight of emotional balance. Trust that your empathy will guide meaningful connections. That framing improves how your words land. In parallel, At message-timing level, Direct flow is active; keep conversation timing clean and let signal clarity compound through precise messaging; In communication, channel this into concise delivery and better listening windows. What am I truly communicating, and why? Dig deeper than surface-level words to uncover the core message. That framing improves how your words land. In communication terms, with the planet focused in eighth house, shared resources, intimacy, and deeper trust work carries the strongest practical signal; In conversations, prioritize precision, timing, and genuine listening. Close the week by carrying forward only the decisions that proved resilient. Keep it anchored in clarity, timing, and message impact. If stuck, write down your thoughts first. A Cancer mind thrives on clarity—order your thoughts before speaking. That framing improves how your words land.",
      "deep_report": "At weekly scale, we start with dominant pressure, then integrate supporting currents that shape strategic pacing. In communication terms, keep delivery as the anchor theme. As the week unfolds, another layer becomes useful; the lived expression is this: Primary momentum in this weekly cycle comes from planet core archetypes signature of sun core.\n\nIn communication terms, with Sun leading clarity, timing, and message impact, route effort through precise messaging; this keeps conversation timing aligned with signal clarity; In conversations, prioritize precision, timing, and genuine listening. Voice-level clarity begins with Embrace your nurturing instincts this week—your words carry the weight of emotional balance. Anchor it with If stuck, write down your thoughts first.\n\nLet Ask yourself: What am I truly communicating right now guide tone while reducing Overidentifying with others’ needs may blur your boundaries. With Moon trine Saturn peaks on Apr 06 active, let this planet-led cue sharpen timing and tone in clarity, timing, and message impact for this week. A second weekly influence shifts the emphasis; the lived expression is this: A secondary pressure curve is set by planet condition archetypes signature of direct flow.\n\nAt message-timing level, Direct flow is active; keep conversation timing clean and let signal clarity compound through precise messaging; In communication, channel this into concise delivery and better listening windows. Verbal pressure gathers around Embrace the power of vulnerability—your empathy will make every conversation feel like a shared moment of understanding. Regulate tone with Start conversations with a shared memory or observation—Cancer’s emotional anchor will make you feel grounded and heard.\n\nLet Ask yourself: What am I truly communicating, and why prevent fallback into conditions where emotions run high. As Sun trine Moon peaks on Apr 07 comes into focus, use the planet-led shift to clarify messaging in clarity, timing, and message impact this week. By week-end, coherence belongs to the choices that followed central pressure before peripheral noise.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on shared resources, intimacy, and deeper trust work, making this life-area the main decision arena.",
        "A conjunction growth pattern concentrates energy into one clear growth edge."
      ],
      "cautions": [
        "Overidentifying with others’ needs may blur your boundaries. Remind yourself that your role is to support, not absorb.",
        "When emotions run high, pause before responding—Cancer’s sensitivity thrives on balance, not impulsivity in dialogue.",
        "The eighth house thrives on trust, so guard against dismissive or overly critical exchanges.",
        "Monitor over-investment in others’ opinions. Your intuition knows when a conversation isn’t serving you—step away if it feels draining."
      ],
      "actions": [
        "If stuck, write down your thoughts first. A Cancer mind thrives on clarity—order your thoughts before speaking.",
        "Open conversations with a shared memory or observation—Cancer’s emotional anchor will make you feel grounded and heard.",
        "Open conversations with a shared vulnerability—Cancer’s eighth house loves connection over control.",
        "Pair deep conversations with a sensory anchor—hold a comforting object (like a favorite tea bag) to stay present and avoid getting lost in your own thoughts."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 35.5,
        "opportunity": 100.0,
        "focus": 86.8,
        "stability": 28.0,
        "connection": 79.9
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.5,
          "factor_insights": {
            "motivation": "Embrace your nurturing instincts this week—your words carry the weight of emotional balance. Trust that your empathy will guide meaningful connections.",
            "caution": "Overidentifying with others’ needs may blur your boundaries. Remind yourself that your role is to support, not absorb.",
            "reflection": "Ask yourself: What am I truly communicating right now? Your words should mirror your intent, not your fear.",
            "weekly_tip": "If stuck, write down your thoughts first. A Cancer mind thrives on clarity—order your thoughts before speaking.",
            "affirmation": "I trust my intuition to guide every conversation. My heart knows what my mind may not."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "direct_flow",
          "weight": 1.35,
          "factor_insights": {
            "motivation": "Embrace the power of vulnerability—your empathy will make every conversation feel like a shared moment of understanding.",
            "caution": "When emotions run high, pause before responding—Cancer’s sensitivity thrives on balance, not impulsivity in dialogue.",
            "reflection": "Ask yourself: What am I truly communicating, and why? Dig deeper than surface-level words to uncover the core message.",
            "weekly_tip": "Start conversations with a shared memory or observation—Cancer’s emotional anchor will make you feel grounded and heard.",
            "affirmation": "Every exchange is an opportunity to nurture growth, not just exchange ideas."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "element_fire",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Lean into your emotional intuition—Cancer’s protective nature thrives when you speak from the heart, not the head.",
            "caution": "Don’t let defensiveness arise if someone challenges your perspective—fire needs boldness, not retreats.",
            "reflection": "Review past conversations: Did my tone feel like a shield or a bridge? Adjust now.",
            "weekly_tip": "Start conversations with a soft question: How can I support you this week?—fire thrives in collaboration.",
            "affirmation": "I trust my intuition to shape messages that resonate with authenticity."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "eighth_house",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "This week, trust that vulnerability in communication will attract clarity, not conflict.",
            "caution": "The eighth house thrives on trust, so guard against dismissive or overly critical exchanges.",
            "reflection": "Journal a recent tough conversation. What did you learn about your communication style?",
            "weekly_tip": "Start conversations with a shared vulnerability—Cancer’s eighth house loves connection over control.",
            "affirmation": "I speak from a place of strength, not fear, and my voice carries the weight of wisdom, not judgment."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "conjunction_growth",
          "weight": 1.25,
          "factor_insights": {
            "motivation": "Remember: your emotional resonance is your greatest tool. Use it to bridge gaps and foster trust, turning every exchange into a chance to deepen trust.",
            "caution": "Watch for over-investment in others’ opinions. Your intuition knows when a conversation isn’t serving you—step away if it feels draining.",
            "reflection": "Consider how your tone influences others. A soft, steady voice can convey strength; a sharp one may unintentionally shut people down. Practice balance.",
            "weekly_tip": "Pair deep conversations with a sensory anchor—hold a comforting object (like a favorite tea bag) to stay present and avoid getting lost in your own thoughts.",
            "affirmation": "Every word I choose this week is intentional—it serves connection, not control. I release the need to please, knowing my authenticity is my greatest gift."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "conjunction",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "When you speak, your tone carries more weight than your words alone. Trust your emotional depth to shape clarity.",
            "caution": "When tensions rise, step back to observe rather than react; your words now could set the tone for future connections.",
            "reflection": "Journal how your emotions fuel your words—do they feel honest or performative? Refine the latter.",
            "weekly_tip": "Use ‘I’ statements to express needs without blame: ‘I’d love to hear your perspective on [Z]’ invites collaboration.",
            "affirmation": "My words are tools for understanding, not barriers to growth—every exchange is a step toward truth."
          }
        },
        {
          "factor_type": "weekly_moon_phase",
          "factor_value": "last_quarter",
          "weight": 1.05,
          "factor_insights": {
            "motivation": "This is your chance to align your voice with what truly matters, not just what feels urgent.",
            "caution": "If tension arises, pause before responding—your words carry more weight when they’re deliberate.",
            "reflection": "Notice how your tone shifts when you’re being guarded vs. when you’re open. Which version serves you?",
            "weekly_tip": "Use ‘I’ statements to express needs without blame (e.g., ‘I feel unheard when…’ instead of ‘You always…’).",
            "affirmation": "My voice is a bridge, not a fortress—it connects, not isolates."
          }
        }
      ],
      "debug_trace": null
    },
    {
      "section": "health",
      "title": "Health weekly outlook: protective and intuitive (high)",
      "summary": "Sun leads the weekly signal for Cancer, making energy management, recovery, and habits the strategic lever. Under this weekly signal, a visibility-forward push where identity and direction need clean ownership keeps returning you to rhythm-led recovery, not pushing through depletion. Sequence matters this week: signal, decision, execution. At week open, Moon trine Saturn peaks on Apr 06. Near the midpoint, Moon square Mars peaks on Apr 08. As the week closes, Moon trine Venus peaks on Apr 09. For health rhythm, In energy management, recovery, and habits, Sun is the core narrative driver, so anchor recovery rhythm in nervous-system regulation to build steady vitality; For wellbeing, translate this into recovery, regulation, and sustainable pacing. This cycle, avoid overworking your system; your body is a vessel, not a machine. Trust its wisdom. Keep it sustainable before you scale it. In parallel, At body-regulation level, with direct flow online, steady nervous-system regulation keeps recovery rhythm moving toward steady vitality; For health, route this through sustainable habits and recovery-aware pacing. Reflect on how your body’s needs shift with the moon’s cycles. Cancer’s water sign means your energy ebbs and flows—some days, gentle movement suffices; others, rest is essential. Observe what feels sustainable without guilt. That shift improves regulation and recovery. For health rhythm, with the planet focused in eighth house, shared resources, intimacy, and deeper trust work carries the strongest practical signal; For wellbeing, translate this into recovery, regulation, and sustainable pacing. By Friday, let your outputs reflect strategy, not adrenaline. Keep it anchored in energy management, recovery, and habits. Start each day with a 10-minute ritual: hydrate, stretch, or meditate. Ground yourself before the week begins. Keep it sustainable before you scale it.",
      "deep_report": "The weekly long-form report is ordered by influence strength: primary storyline first, secondary refinement after. For this weekly health arc, let recovery be your orienting principle. Into the later week, this layer sharpens execution; the lived expression is this: At the core of this weekly arc is planet core archetypes signature of sun core.\n\nFor health rhythm, In energy management, recovery, and habits, Sun is the core narrative driver, so anchor recovery rhythm in nervous-system regulation to build steady vitality; For wellbeing, translate this into recovery, regulation, and sustainable pacing. At the wellbeing layer, begin with Avoid overworking your system; your body is a vessel, not a machine. Make it practical with Start each day with a 10-minute ritual: hydrate, stretch, or meditate.\n\nLet Consider journaling about your body’s preferences guide boundaries around the urge to suppress discomfort; it often signals a deeper need for healing or adjustment. As Moon trine Saturn peaks on Apr 06 comes into focus, let the planet-led cue rebalance effort in energy management, recovery, and habits this week. This week’s first strategic movement is clear; the practical consequence is this: Another consequential influence in this weekly arc is planet condition archetypes signature of direct flow.\n\nAt body-regulation level, with direct flow online, steady nervous-system regulation keeps recovery rhythm moving toward steady vitality; For health, route this through sustainable habits and recovery-aware pacing. Wellbeing pressure clusters around Remember: recovery isn’t passive. Regulate it through Try a moon-syncing routine: Align your movement with the moon’s phases.\n\nKeep Reflect on how your body’s needs shift with the moon’s cycles present while watching Overcompensating with intense workouts or neglecting rest can trigger flare-ups in your nervous system. As Sun trine Moon peaks on Apr 07 peaks, recalibrate your energy rhythm in energy management, recovery, and habits inside this planet-led cycle. The weekly edge stays premium when you anchor in the lead influence and edit from there.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on shared resources, intimacy, and deeper trust work, making this life-area the main decision arena.",
        "A conjunction growth pattern concentrates energy into one clear growth edge."
      ],
      "cautions": [
        "Resist the urge to suppress discomfort; it often signals a deeper need for healing or adjustment.",
        "Overcompensating with intense workouts or neglecting rest can trigger flare-ups in your nervous system. Cancer’s emotional depth often masks physical strain—watch for fatigue, headaches, or stiffness as early warning signs.",
        "Keep clear of pushing through pain or fatigue without checking in. Cancer’s protective instincts are strong; ignore them at your own risk.",
        "Social fatigue can creep in when Cancer’s energy is high. Set gentle boundaries to protect your emotional well-being—your health depends on it."
      ],
      "actions": [
        "Start each day with a 10-minute ritual: hydrate, stretch, or meditate. Ground yourself before the week begins.",
        "Try a moon-syncing routine: Align your movement with the moon’s phases. During the waning moon (receding energy), prioritize rest and recovery. During the waxing moon (building energy), gently challenge your body with movements that feel just right, not overexerted.",
        "Meal.",
        "Schedule a ‘health check-in’ with yourself weekly—ask: Did I move? Did I rest? Did I nourish? These micro-moments add up to lasting well-being."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 43.2,
        "opportunity": 100.0,
        "focus": 85.2,
        "stability": 28.0,
        "connection": 80.2
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.5,
          "factor_insights": {
            "motivation": "Avoid overworking your system; your body is a vessel, not a machine. Trust its wisdom.",
            "caution": "Resist the urge to suppress discomfort; it often signals a deeper need for healing or adjustment.",
            "reflection": "Consider journaling about your body’s preferences. What small habits could you adopt to support it weekly?",
            "weekly_tip": "Start each day with a 10-minute ritual: hydrate, stretch, or meditate. Ground yourself before the week begins.",
            "affirmation": "Every small step I take strengthens my resilience and well-being."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "direct_flow",
          "weight": 1.35,
          "factor_insights": {
            "motivation": "Remember: recovery isn’t passive. Set aside time to rest, but don’t dismiss discomfort as ‘normal.’ Adjust your approach until your body feels supported, not strained.",
            "caution": "Overcompensating with intense workouts or neglecting rest can trigger flare-ups in your nervous system. Cancer’s emotional depth often masks physical strain—watch for fatigue, headaches, or stiffness as early warning signs.",
            "reflection": "Reflect on how your body’s needs shift with the moon’s cycles. Cancer’s water sign means your energy ebbs and flows—some days, gentle movement suffices; others, rest is essential. Observe what feels sustainable without guilt.",
            "weekly_tip": "Try a moon-syncing routine: Align your movement with the moon’s phases. During the waning moon (receding energy), prioritize rest and recovery. During the waxing moon (building energy), gently challenge your body with movements that feel just right, not overexerted.",
            "affirmation": "My body is my sanctuary—it carries me through every phase of life with strength and resilience. I honor its needs, not my own exhaustion. Each movement and rest is intentional, not forced."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "element_fire",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "The fire in your sign demands movement, but listen to your body’s whispers. Overdoing it will drain your reserves; balance is your ally.",
            "caution": "Watch for signs of dehydration—headaches, fatigue, or dry skin. Your body’s signals are clues, not distractions.",
            "reflection": "Consider how your weekly routine interacts with your moon cycle. Adjust activities to match your energy—your body’s wisdom is timeless.",
            "weekly_tip": "Try a 10-minute morning stretch or a slow walk in the evening. These moments of movement will wake your body gently, preventing stiffness and fatigue.",
            "affirmation": "I honor my body’s needs with patience and care. It is my temple, and I nourish it with intention and balance."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "eighth_house",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Trust your body’s wisdom. It’s not asking for perfection; it’s craving consistency in how you treat it.",
            "caution": "Avoid pushing through pain or fatigue without checking in. Cancer’s protective instincts are strong; ignore them at your own risk.",
            "reflection": "The eighth house’s power lies in transformation. Use this week to assess how your health supports (or hinders) your ability to adapt and grow.",
            "weekly_tip": "meal",
            "affirmation": "This week, I embrace my energy with intention. My body is my ally, and I will support it in every way possible."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "conjunction_growth",
          "weight": 1.25,
          "factor_insights": {
            "motivation": "Embrace the rhythm of your body’s needs. This week, trust that fatigue isn’t weakness; it’s your system’s way of reinforcing what truly nourishes you.",
            "caution": "Social fatigue can creep in when Cancer’s energy is high. Set gentle boundaries to protect your emotional well-being—your health depends on it.",
            "reflection": "Consider what ‘rest’ looks like for you—it’s not just sleep. Could it be a nap, a hobby, or a moment of silence? Your health thrives in these pockets of care.",
            "weekly_tip": "Schedule a ‘health check-in’ with yourself weekly—ask: Did I move? Did I rest? Did I nourish? These micro-moments add up to lasting well-being.",
            "affirmation": "This week, I am the steward of my health, and I act with kindness toward myself."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "conjunction",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your body is demanding a shift—listen to the quiet signals: tension in your shoulders, fatigue that lingers past rest, or a sudden need for movement. Cancer’s watery energy is already softening your edges; now, it’s asking you to deepen the care.",
            "caution": "Avoid forcing movement when your energy is already depleted. Instead, opt for gentle, rhythmic actions—swimming, yoga, or even a slow walk—where your body feels supported, not strained.",
            "reflection": "Consider how you’ve historically responded to discomfort. Have you learned to trust your body’s wisdom, or have you defaulted to avoidance? This week, practice the opposite.",
            "weekly_tip": "Carry a small water bottle with you. Hydration is non-negotiable when your body is already working harder to regulate itself. Aim for at least 8 glasses, but listen to your thirst—this isn’t about rules, it’s about fuel.",
            "affirmation": "I am a vessel for my life, not a machine. This week, I choose to move with care, not with haste. My body deserves kindness."
          }
        },
        {
          "factor_type": "weekly_moon_phase",
          "factor_value": "last_quarter",
          "weight": 1.05,
          "factor_insights": {
            "motivation": "Your body is a sanctuary—listen to its quiet signals during this last quarter of the moon. Cancer’s watery energy demands you prioritize rest and hydration, especially as your emotional reservoir refills.",
            "caution": "Avoid overdoing it—your energy is tied to the moon’s ebb, not your own relentless drive. Skipping meals or pushing through fatigue will backfire, especially as your body’s defenses are at their lowest.",
            "reflection": "Ask yourself: What’s one area of my health I’ve been avoiding addressing? This moon phase forces clarity—don’t ignore it. Your body’s wisdom is speaking.",
            "weekly_tip": "Carry a small water bottle and sip mindfully throughout the week. Hydration is your body’s first line of defense against fatigue and inflammation during this phase.",
            "affirmation": "I honor my body’s wisdom and listen to its signals with open heart and mind. It deserves rest, nourishment, and gentle movement during this moon phase."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "88ded4e31587929e",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_planetary_weekly_post",
    "endpoint_description": "Provides weekly planetary section reports (non-general sections).",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-08T11:28:01.664995+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": ""
  }
}