Zum Inhalt

Planetarische Jahresberichte: Horoskop

Der Endpunkt Planetarische Jahresberichte: Horoskop gibt Jahresberichte zurück, die sich auf bestimmte Planeten konzentrieren (keine allgemeinen Berichte), die von dem internen Horoskop-Motor generiert werden.

Sprache: Nur Englisch (derzeit)

Sprachunterstützung: Dieser Endpunkt, der auf dem Motor basiert /api/v1/horoscope/reports/*, unterstützt derzeit nur Englisch (lang=en).

Endpunkt

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

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 Zeitverschiebung für 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 ["career","money","health"] Requested report sections. Allowed: Liebe (Einzelpersonen), Liebe (Paare), Karriere, Freundschaft, Gesundheit, Geld, Kommunikation, Lebensstil. Allgemein is not allowed here; use /Übersicht.
year Ja Integer 2026 Target year. Range: 1900 to 2100.

Antwort

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

  • _enterprise
  • _api_metadata_

Aktivierung der Personalisierung

Um einen personalisierten planetarischen Bericht (anstelle von generischem Output auf Benutzer-Ebene) zu erstellen, geben Sie Folgendes an: ``-birth_time-birth_latitudeundbirth_longitudezusammen - optionalbirth_timezone(fällt auftimezone` 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.

```bash
curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/yearly?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York",
  "year": 2026,
  "planet": "sun",
  "sections": [
    "career",
    "money",
    "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/yearly?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York",
  "year": 2026,
  "planet": "sun",
  "sections": [
    "career",
    "money",
    "health"
  ]
}'

Beispiel für eine Antwort

{
  "report_type": "planet",
  "sign": "CANCER",
  "period": "yearly",
  "start": "2026-01-01T00:00:00",
  "end": "2027-01-01T00:00:00",
  "data": {
    "period": "yearly",
    "start": "2026-01-01T00:00:00",
    "end": "2027-01-01T00:00:00",
    "snapshot": {
      "timestamp": "2026-07-15T12:00:00",
      "zodiac_system": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.227782,
      "ayanamsa_system": "lahiri",
      "sun_sign": "CANCER",
      "moon_sign": "LEO",
      "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": 113.03118798838032,
          "tropical_longitude": 113.03118798838032,
          "sidereal_longitude": 88.80085368740131,
          "latitude": 9.406228502487148e-05,
          "speed": 0.9543019989009935,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 23.031187988380324,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Moon",
          "longitude": 128.27625067352653,
          "tropical_longitude": 128.27625067352653,
          "sidereal_longitude": 104.04591637254752,
          "latitude": 1.9410040706672327,
          "speed": 14.720681669682326,
          "sign": "LEO",
          "tropical_sign": "LEO",
          "sidereal_sign": "CANCER",
          "degree_in_sign": 8.276250673526533,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Mercury",
          "longitude": 109.18141409700593,
          "tropical_longitude": 109.18141409700593,
          "sidereal_longitude": 84.95107979602692,
          "latitude": -4.92850594177891,
          "speed": -0.5921712310319884,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 19.181414097005927,
          "house": 11,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Venus",
          "longitude": 156.39225043226972,
          "tropical_longitude": 156.39225043226972,
          "sidereal_longitude": 132.16191613129072,
          "latitude": 1.154883242309454,
          "speed": 1.0987450067152014,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 6.392250432269719,
          "house": 12,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Mars",
          "longitude": 71.75790240586973,
          "tropical_longitude": 71.75790240586973,
          "sidereal_longitude": 47.52756810489071,
          "latitude": -0.1224255361372678,
          "speed": 0.6952788123379767,
          "sign": "GEMINI",
          "tropical_sign": "GEMINI",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 11.757902405869729,
          "house": 10,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Jupiter",
          "longitude": 123.31400572927392,
          "tropical_longitude": 123.31400572927392,
          "sidereal_longitude": 99.0836714282949,
          "latitude": 0.455290424444602,
          "speed": 0.21990580242993055,
          "sign": "LEO",
          "tropical_sign": "LEO",
          "sidereal_sign": "CANCER",
          "degree_in_sign": 3.314005729273916,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Saturn",
          "longitude": 14.64085241035637,
          "tropical_longitude": 14.64085241035637,
          "sidereal_longitude": 350.41051810937734,
          "latitude": -2.4490862980779142,
          "speed": 0.01923415397594968,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 14.64085241035637,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Uranus",
          "longitude": 64.38399934697104,
          "tropical_longitude": 64.38399934697104,
          "sidereal_longitude": 40.15366504599202,
          "latitude": -0.1555028222668031,
          "speed": 0.04288297960993877,
          "sign": "GEMINI",
          "tropical_sign": "GEMINI",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 4.383999346971038,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Neptune",
          "longitude": 4.400803279161819,
          "tropical_longitude": 4.400803279161819,
          "sidereal_longitude": 340.1704689781828,
          "latitude": -1.379057634577146,
          "speed": -0.004373881375675947,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 4.400803279161819,
          "house": 7,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Pluto",
          "longitude": 304.55953211431654,
          "tropical_longitude": 304.55953211431654,
          "sidereal_longitude": 280.32919781333754,
          "latitude": -4.253759074089119,
          "speed": -0.022897408253576355,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 4.559532114316539,
          "house": 5,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Chiron",
          "longitude": 30.70069527036279,
          "tropical_longitude": 30.70069527036279,
          "sidereal_longitude": 6.470360969383778,
          "latitude": 0.25842871522423755,
          "speed": 0.016999833118575714,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 0.7006952703627896,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Ceres",
          "longitude": 79.23118605605202,
          "tropical_longitude": 79.23118605605202,
          "sidereal_longitude": 55.00085175507301,
          "latitude": -1.9139889062149573,
          "speed": 0.3945126236101291,
          "sign": "GEMINI",
          "tropical_sign": "GEMINI",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 19.231186056052024,
          "house": 10,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "North Node",
          "longitude": 330.23261630176654,
          "tropical_longitude": 330.23261630176654,
          "sidereal_longitude": 306.00228200078755,
          "latitude": -0.0,
          "speed": -0.04266669506673545,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 0.2326163017665408,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "South Node",
          "longitude": 150.23261630176654,
          "tropical_longitude": 150.23261630176654,
          "sidereal_longitude": 126.00228200078755,
          "latitude": -0.0,
          "speed": -0.04266669506673545,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 0.2326163017665408,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Lilith",
          "longitude": 263.15636808929736,
          "tropical_longitude": 263.15636808929736,
          "sidereal_longitude": 238.92603378831836,
          "latitude": -4.794414785187695,
          "speed": 0.1118544166338706,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 23.15636808929736,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Pallas",
          "longitude": 20.241462279163432,
          "tropical_longitude": 20.241462279163432,
          "sidereal_longitude": 356.01112797818445,
          "latitude": -5.315041676958441,
          "speed": 0.1496373963032036,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 20.241462279163432,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Juno",
          "longitude": 306.3357860375781,
          "tropical_longitude": 306.3357860375781,
          "sidereal_longitude": 282.1054517365991,
          "latitude": 15.102399618973052,
          "speed": -0.21896169838183457,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 6.335786037578089,
          "house": 5,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Vesta",
          "longitude": 22.196250205676353,
          "tropical_longitude": 22.196250205676353,
          "sidereal_longitude": 357.96591590469734,
          "latitude": -7.598759112134811,
          "speed": 0.250042493175146,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 22.196250205676353,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Eris",
          "longitude": 25.958651044704993,
          "tropical_longitude": 25.958651044704993,
          "sidereal_longitude": 1.7283167437259697,
          "latitude": -10.441838315223427,
          "speed": 0.0011894667020421702,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 25.958651044704993,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "conjunction",
          "orb": 3.85,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Venus",
          "aspect": "semi-square",
          "orb": 1.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Chiron",
          "aspect": "square",
          "orb": 7.67,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 0.13,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Pallas",
          "aspect": "square",
          "orb": 2.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 0.83,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "square",
          "orb": 2.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Venus",
          "aspect": "semi-sextile",
          "orb": 1.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Mars",
          "aspect": "sextile",
          "orb": 3.48,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "conjunction",
          "orb": 4.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Saturn",
          "aspect": "trine",
          "orb": 6.36,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 3.89,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Neptune",
          "aspect": "trine",
          "orb": 3.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pluto",
          "aspect": "opposition",
          "orb": 3.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Chiron",
          "aspect": "square",
          "orb": 7.58,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 0.12,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Juno",
          "aspect": "opposition",
          "orb": 1.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Venus",
          "aspect": "semi-square",
          "orb": 2.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Saturn",
          "aspect": "square",
          "orb": 4.54,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 0.2,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Ceres",
          "aspect": "semi-sextile",
          "orb": 0.05,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "square",
          "orb": 1.06,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 3.01,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Eris",
          "aspect": "square",
          "orb": 6.78,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Mars",
          "aspect": "square",
          "orb": 5.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Uranus",
          "aspect": "square",
          "orb": 2.01,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Neptune",
          "aspect": "quincunx",
          "orb": 1.99,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "quincunx",
          "orb": 1.83,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Chiron",
          "aspect": "trine",
          "orb": 5.69,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "opposition",
          "orb": 6.16,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "conjunction",
          "orb": 6.16,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "sesquiquadrate",
          "orb": 1.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Juno",
          "aspect": "quincunx",
          "orb": 0.06,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sesquiquadrate",
          "orb": 0.8,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Saturn",
          "aspect": "sextile",
          "orb": 2.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "conjunction",
          "orb": 7.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 7.2,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 7.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 5.42,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 0.8,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 1.07,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Neptune",
          "aspect": "trine",
          "orb": 1.09,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Pluto",
          "aspect": "opposition",
          "orb": 1.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Chiron",
          "aspect": "square",
          "orb": 2.61,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Ceres",
          "aspect": "semi-square",
          "orb": 0.92,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Juno",
          "aspect": "opposition",
          "orb": 3.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.36,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Ceres",
          "aspect": "sextile",
          "orb": 4.59,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-square",
          "orb": 0.59,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "sesquiquadrate",
          "orb": 0.59,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 5.6,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 7.56,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 0.02,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 0.18,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "North Node",
          "aspect": "square",
          "orb": 4.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "South Node",
          "aspect": "square",
          "orb": 4.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.86,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 1.95,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 2.81,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 0.16,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 1.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Chiron",
          "aspect": "square",
          "orb": 3.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "sesquiquadrate",
          "orb": 0.33,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 1.78,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 0.47,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 0.47,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 7.54,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 5.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 4.74,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Lilith",
          "aspect": "opposition",
          "orb": 3.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 1.01,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "sesquiquadrate",
          "orb": 2.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 2.97,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "South Node",
          "aspect": "opposition",
          "orb": 0.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "sextile",
          "orb": 4.27,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 7.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "trine",
          "orb": 4.27,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Pallas",
          "aspect": "trine",
          "orb": 2.91,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Juno",
          "aspect": "semi-square",
          "orb": 1.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 0.96,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "trine",
          "orb": 2.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 1.95,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 5.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Vesta",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 3.76,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 12,
      "aspect_counts": {
        "conjunction": 135,
        "opposition": 62,
        "sextile": 178,
        "trine": 156,
        "square": 172,
        "semi-square": 82,
        "sesquiquadrate": 55,
        "semi-sextile": 74,
        "quincunx": 48
      },
      "retrograde_bodies": [
        "Ceres",
        "Chiron",
        "Eris",
        "Juno",
        "Jupiter",
        "Mercury",
        "Neptune",
        "North Node",
        "Pallas",
        "Pluto",
        "Saturn",
        "South Node",
        "Uranus",
        "Venus",
        "Vesta"
      ],
      "sign_changes": [
        "Sun enters AQUARIUS on Feb 15",
        "Moon enters AQUARIUS on Feb 15",
        "Mercury enters PISCES on Feb 15",
        "Venus enters PISCES on Feb 15",
        "Mars enters AQUARIUS on Feb 15",
        "Saturn enters ARIES on Feb 15",
        "Neptune enters ARIES on Feb 15",
        "Pallas enters PISCES on Feb 15",
        "Sun enters PISCES on Mar 15",
        "Venus enters ARIES on Mar 15",
        "Mars enters PISCES on Mar 15",
        "Ceres enters TAURUS on Mar 15",
        "Vesta enters PISCES on Mar 15",
        "Sun enters ARIES on Apr 15",
        "Moon enters PISCES on Apr 15",
        "Mercury enters ARIES on Apr 15",
        "Venus enters TAURUS on Apr 15",
        "Mars enters ARIES on Apr 15",
        "Juno enters AQUARIUS on Apr 15",
        "Sun enters TAURUS on May 15",
        "Moon enters TAURUS on May 15",
        "Mercury enters TAURUS on May 15",
        "Venus enters GEMINI on May 15",
        "Uranus enters GEMINI on May 15",
        "Pallas enters ARIES on May 15",
        "Vesta enters ARIES on May 15",
        "Sun enters GEMINI on Jun 15",
        "Moon enters GEMINI on Jun 15",
        "Mercury enters CANCER on Jun 15",
        "Venus enters LEO on Jun 15",
        "Mars enters TAURUS on Jun 15",
        "Ceres enters GEMINI on Jun 15",
        "Sun enters CANCER on Jul 15",
        "Moon enters LEO on Jul 15",
        "Venus enters VIRGO on Jul 15",
        "Mars enters GEMINI on Jul 15",
        "Jupiter enters LEO on Jul 15",
        "Chiron enters TAURUS on Jul 15",
        "Sun enters LEO on Aug 15",
        "Moon enters VIRGO on Aug 15",
        "Mercury enters LEO on Aug 15",
        "Venus enters LIBRA on Aug 15",
        "Mars enters CANCER on Aug 15",
        "Ceres enters CANCER on Aug 15",
        "North Node enters AQUARIUS on Aug 15",
        "South Node enters LEO on Aug 15",
        "Juno enters CAPRICORN on Aug 15",
        "Sun enters VIRGO on Sep 15",
        "Moon enters SCORPIO on Sep 15",
        "Mercury enters LIBRA on Sep 15",
        "Venus enters SCORPIO on Sep 15",
        "Lilith enters CAPRICORN on Sep 15",
        "Sun enters LIBRA on Oct 15",
        "Moon enters SAGITTARIUS on Oct 15",
        "Mercury enters SCORPIO on Oct 15",
        "Mars enters LEO on Oct 15",
        "Chiron enters ARIES on Oct 15",
        "Sun enters SCORPIO on Nov 15",
        "Moon enters AQUARIUS on Nov 15",
        "Venus enters LIBRA on Nov 15",
        "Juno enters AQUARIUS on Nov 15",
        "Sun enters SAGITTARIUS on Dec 15",
        "Moon enters PISCES on Dec 15",
        "Mercury enters SAGITTARIUS on Dec 15",
        "Venus enters SCORPIO on Dec 15",
        "Mars enters VIRGO on Dec 15"
      ]
    },
    "notable_events": [
      "Venus sextile Saturn exact on Jan 15",
      "Saturn sextile Uranus exact on Jan 15",
      "Saturn conjunction Neptune exact on Feb 15",
      "Jupiter opposition Juno exact on Feb 15",
      "Jupiter stations direct on Mar 15",
      "Jupiter trine Vesta exact on Apr 15",
      "Saturn sextile Juno exact on May 15",
      "Moon sextile North Node exact on May 15",
      "New Moon window on Jun 15",
      "Saturn conjunction Vesta exact on Jun 15",
      "Saturn conjunction Pallas exact on Jun 15",
      "Mercury conjunction Jupiter exact on Aug 15"
    ],
    "period_events": [
      {
        "timestamp": "2026-01-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Saturn",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.28,
        "narrative_priority": 1.871,
        "section_bias": {
          "general": 1.0,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 1.0,
          "friendship": 0.4,
          "career": 0.8,
          "health": 0.5
        },
        "description": "Venus sextile Saturn exact on Jan 15"
      },
      {
        "timestamp": "2026-01-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Uranus",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.46,
        "narrative_priority": 1.862,
        "section_bias": {
          "general": 1.4,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5,
          "lifestyle": 0.7,
          "communication": 0.4
        },
        "description": "Saturn sextile Uranus exact on Jan 15"
      },
      {
        "timestamp": "2026-02-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Neptune",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.41,
        "narrative_priority": 1.865,
        "section_bias": {
          "general": 1.4,
          "career": 0.8,
          "health": 1.0,
          "money": 0.5,
          "lifestyle": 0.6
        },
        "description": "Saturn conjunction Neptune exact on Feb 15"
      },
      {
        "timestamp": "2026-02-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "Juno",
        "sign": null,
        "aspect": "opposition",
        "exactness": 0.95,
        "narrative_priority": 1.838,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter opposition Juno exact on Feb 15"
      },
      {
        "timestamp": "2026-03-15T12:00:00",
        "event_type": "station",
        "body1": "Jupiter",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.823,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter stations direct on Mar 15"
      },
      {
        "timestamp": "2026-04-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "Vesta",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.31,
        "narrative_priority": 1.87,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter trine Vesta exact on Apr 15"
      },
      {
        "timestamp": "2026-05-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.99,
        "narrative_priority": 1.836,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5
        },
        "description": "Saturn sextile Juno exact on May 15"
      },
      {
        "timestamp": "2026-05-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.29,
        "narrative_priority": 1.76,
        "section_bias": {
          "general": 2.2,
          "love_singles": 0.7,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.4
        },
        "description": "Moon sextile North Node exact on May 15"
      },
      {
        "timestamp": "2026-06-15T12:00:00",
        "event_type": "lunation",
        "body1": "Moon",
        "body2": "Sun",
        "sign": null,
        "aspect": null,
        "exactness": 5.44,
        "narrative_priority": 1.988,
        "section_bias": {
          "general": 2.9,
          "love_singles": 0.6000000000000001,
          "love_couples": 0.6000000000000001,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5,
          "lifestyle": 0.5
        },
        "description": "New Moon window on Jun 15"
      },
      {
        "timestamp": "2026-06-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Vesta",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.37,
        "narrative_priority": 1.867,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5
        },
        "description": "Saturn conjunction Vesta exact on Jun 15"
      },
      {
        "timestamp": "2026-06-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Pallas",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.92,
        "narrative_priority": 1.839,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5
        },
        "description": "Saturn conjunction Pallas exact on Jun 15"
      },
      {
        "timestamp": "2026-08-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mercury",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.04,
        "narrative_priority": 1.883,
        "section_bias": {
          "general": 1.1,
          "communication": 0.9,
          "career": 1.2000000000000002,
          "friendship": 0.3,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Mercury conjunction Jupiter exact on Aug 15"
      },
      {
        "timestamp": "2026-08-15T12:00:00",
        "event_type": "station",
        "body1": "Saturn",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.823,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5
        },
        "description": "Saturn stations retrograde on Aug 15"
      },
      {
        "timestamp": "2026-10-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.13,
        "narrative_priority": 1.879,
        "section_bias": {
          "general": 2.0,
          "career": 1.3,
          "lifestyle": 0.9,
          "money": 0.8
        },
        "description": "Sun sextile Jupiter exact on Oct 15"
      },
      {
        "timestamp": "2026-10-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Saturn",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.53,
        "narrative_priority": 1.859,
        "section_bias": {
          "general": 1.0,
          "career": 1.6,
          "health": 1.1,
          "love_singles": 0.3,
          "money": 0.5
        },
        "description": "Mars trine Saturn exact on Oct 15"
      },
      {
        "timestamp": "2026-10-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Pallas",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.74,
        "narrative_priority": 1.848,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5
        },
        "description": "Saturn conjunction Pallas exact on Oct 15"
      },
      {
        "timestamp": "2026-11-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.28,
        "narrative_priority": 1.871,
        "section_bias": {
          "general": 1.1,
          "career": 1.6,
          "health": 0.6,
          "love_singles": 0.3,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Mars conjunction Jupiter exact on Nov 15"
      },
      {
        "timestamp": "2026-11-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "North Node",
        "sign": null,
        "aspect": "opposition",
        "exactness": 0.66,
        "narrative_priority": 1.852,
        "section_bias": {
          "general": 1.9000000000000001,
          "career": 1.2000000000000002,
          "money": 0.8,
          "lifestyle": 0.4,
          "love_singles": 0.3
        },
        "description": "Jupiter opposition North Node exact on Nov 15"
      },
      {
        "timestamp": "2026-11-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "South Node",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.66,
        "narrative_priority": 1.852,
        "section_bias": {
          "general": 1.8,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.8,
          "friendship": 0.3
        },
        "description": "Jupiter conjunction South Node exact on Nov 15"
      },
      {
        "timestamp": "2026-11-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "Eris",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.69,
        "narrative_priority": 1.851,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter trine Eris exact on Nov 15"
      },
      {
        "timestamp": "2026-11-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "North Node",
        "body2": "Eris",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.03,
        "narrative_priority": 1.774,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "North Node sextile Eris exact on Nov 15"
      },
      {
        "timestamp": "2026-12-15T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "Chiron",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.52,
        "narrative_priority": 1.859,
        "section_bias": {
          "general": 1.5,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Jupiter trine Chiron exact on Dec 15"
      },
      {
        "timestamp": "2026-12-15T12:00:00",
        "event_type": "station",
        "body1": "Jupiter",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.823,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter stations retrograde on Dec 15"
      },
      {
        "timestamp": "2026-12-15T12:00:00",
        "event_type": "station",
        "body1": "Saturn",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.823,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.5,
          "money": 0.5
        },
        "description": "Saturn stations direct on Dec 15"
      }
    ],
    "factor_values": {
      "planet_core_archetypes": "sun_core",
      "planet_condition_archetypes": "eclipse_amplified",
      "planet_sign_archetypes": "modality_cardinal",
      "planet_house_focus": "eleventh_house",
      "transits_archetypes": "square_tension",
      "aspects": "square",
      "eclipse_archetypes": "nodal_activation",
      "outer_planet_focus": "uranus_shift",
      "nodal_axis": "virgo_pisces"
    }
  },
  "sections": [
    {
      "section": "career",
      "title": "Career yearly outlook: protective and intuitive (elevated)",
      "summary": "Cancer, 2026 is shaped by a planet-led arc through Sun, where work visibility, priorities, and execution carries consequence. The annual planetary thesis is a visibility-forward push where identity and direction need clean ownership; commit to work that compounds, release visible busyness. Build the year as a sequence of coherent seasons. In this yearly cycle, sun leverage plus eclipse amplified timing makes network leverage, alliances, and strategic visibility the main field for initiating, decisive momentum execution. At the start of the year, Saturn sextile Uranus peaks on Jan 15. Through midyear, Jupiter opposition Juno peaks on Feb 15. Late in the year, Jupiter stations direct on Mar 15. These pivots shape your professional trajectory and leadership footprint. Keep your pace intentional so consequence works in your favor. In career terms, In work visibility, priorities, and execution, Sun is the core narrative driver, so anchor delivery standards in execution quality to build visible professional traction; Professionally, convert this into concrete output and clean prioritization. Your career thrives when you merge vulnerability with authority—let your leadership feel like a natural extension of your nurturing instincts. That framing improves strategic timing. Also, At professional level, eclipse amplification raises stakes in delivery standards, so disciplined execution quality becomes the shield for visible professional traction; At work, sequence this into focused execution and visible follow-through. Consider mentoring others—your experience will deepen your own expertise in areas where you’ve guided others. That framing improves strategic timing. In career terms, with the planet focused in eleventh house, network leverage, alliances, and strategic visibility carries the strongest practical signal; Professionally, convert this into concrete output and clean prioritization. You may want visible busyness, but this cycle rewards work that compounds. By year-end, let your results confirm the rhythm you committed to. Keep it anchored in work visibility, priorities, and execution. Leverage your intuition to spot undervalued opportunities where your team’s needs intersect with your expertise—this year’s pivot points. That framing improves strategic timing.",
      "deep_report": "This year's deep narrative opens with the defining annual influences and then maps the supporting signatures around them. This reading stays coherent when positioning remains central to your choices.\n\nMid-arc, this layer shapes decision quality; the lived expression is this: The lead signal for this yearly window is planet core archetypes signature of sun core. In career terms, In work visibility, priorities, and execution, Sun is the core narrative driver, so anchor delivery standards in execution quality to build visible professional traction; Professionally, convert this into concrete output and clean prioritization. From an execution lens, center Your career thrives when you merge vulnerability with authority—let your leadership feel like a natural extension of your nurturing instincts. Make it concrete with Leverage your intuition to spot undervalued opportunities where your team’s needs intersect with your expertise—this year’s pivot points. Keep Observe how your team responds to your emotional presence—do they feel seen, or do they need more structure visible while limiting Overly personalizing career setbacks can cloud judgment; focus on patterns rather than self-doubt to maintain steady momentum. With Saturn sextile Uranus peaks on Jan 15 active, read it as a planet-led execution marker in work visibility, priorities, and execution for this year.\n\nMid-arc, this layer shapes decision quality; the practical consequence is this: The next important influence is planet condition archetypes signature of eclipse amplified. At professional level, eclipse amplification raises stakes in delivery standards, so disciplined execution quality becomes the shield for visible professional traction; At work, sequence this into focused execution and visible follow-through. Practical friction gathers around Your emotional depth will make you an invaluable asset in roles requiring both creativity and problem-solving. De-risk it through Start a. Let Consider mentoring others—your experience will deepen your own expertise in areas where you’ve guided others sharpen choices around Be mindful of overidentifying with others’ expectations; your career thrives when you lead with authenticity, not compliance. As Saturn conjunction Neptune peaks on Feb 15 peaks, tighten delivery choices in work visibility, priorities, and execution within this planet-led cycle.\n\nThe opening annual movement is unmistakable; the practical consequence is this: The timing layer is carried by planet house focus signature of eleventh house. In career terms, with the planet focused in eleventh house, network leverage, alliances, and strategic visibility carries the strongest practical signal; Professionally, convert this into concrete output and clean prioritization. Practical timing improves when This year, your career thrives when you prioritize purpose over performance. Keep cadence clean through Create a ‘career compass’—a visual guide combining emotional triggers with actionable steps for high-stakes moments. Use Journal prompts: What’s one career move I’ve delayed due to intuition to avoid Overlooking external feedback risks misalignment with team dynamics and long-term goals. As Jupiter stations direct on Mar 15 comes into focus, sequence priorities in work visibility, priorities, and execution with planet-led precision this year.\n\nInto the later arc, this signal governs execution quality: An integration influence now is planet sign archetypes signature of modality cardinal. At professional level, Modality emphasis is cardinal, shaping the strategy needed for traction; At work, sequence this into focused execution and visible follow-through. Practical integration asks for Leverage your nurturing instincts to build teams that trust your vision, even when decisions require bold adjustments. Keep delivery steady with Schedule ‘emotional check-ins’ with yourself yearly to ensure your career aligns with your deepest values. Let What legacy do you want to leave in this role guide risk around the urge to micromanage—let others experiment with your guidance instead of rigid control. As Jupiter trine Vesta peaks on Apr 15 peaks, tighten delivery choices in work visibility, priorities, and execution within this planet-led cycle.\n\nFor year-end integrity, protect central trajectory decisions and use reinforcement layers for tactical precision.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is eclipse amplified, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on network leverage, alliances, and strategic visibility, making this life-area the main decision arena.",
        "Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
      ],
      "cautions": [
        "Overly personalizing career setbacks can cloud judgment; focus on patterns rather than self-doubt to maintain steady momentum.",
        "Be mindful of overidentifying with others’ expectations; your career thrives when you lead with authenticity, not compliance.",
        "Overlooking external feedback risks misalignment with team dynamics and long-term goals.",
        "Resist the urge to micromanage—let others experiment with your guidance instead of rigid control."
      ],
      "actions": [
        "Leverage your intuition to spot undervalued opportunities where your team’s needs intersect with your expertise—this year’s pivot points.",
        "Begin a.",
        "Create a ‘career compass’—a visual guide combining emotional triggers with actionable steps for high-stakes moments.",
        "Schedule ‘emotional check-ins’ with yourself yearly to ensure your career aligns with your deepest values."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 12.0,
        "opportunity": 100.0,
        "focus": 100.0,
        "stability": 21.3,
        "connection": 81.3
      },
      "intensity": "elevated",
      "factor_details": [
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.6,
          "factor_insights": {
            "motivation": "Your career thrives when you merge vulnerability with authority—let your leadership feel like a natural extension of your nurturing instincts.",
            "caution": "Overly personalizing career setbacks can cloud judgment; focus on patterns rather than self-doubt to maintain steady momentum.",
            "reflection": "Observe how your team responds to your emotional presence—do they feel seen, or do they need more structure? Adjust accordingly.",
            "yearly_tip": "Leverage your intuition to spot undervalued opportunities where your team’s needs intersect with your expertise—this year’s pivot points.",
            "affirmation": "My intuition guides me toward work where my values and strengths align, ensuring sustainable growth and fulfillment."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "eclipse_amplified",
          "weight": 1.45,
          "factor_insights": {
            "motivation": "Your emotional depth will make you an invaluable asset in roles requiring both creativity and problem-solving.",
            "caution": "Be mindful of overidentifying with others’ expectations; your career thrives when you lead with authenticity, not compliance.",
            "reflection": "Consider mentoring others—your experience will deepen your own expertise in areas where you’ve guided others.",
            "yearly_tip": "Start a",
            "affirmation": "My leadership is rooted in empathy, not perfection—I embrace feedback as fuel for growth."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "modality_cardinal",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Leverage your nurturing instincts to build teams that trust your vision, even when decisions require bold adjustments.",
            "caution": "Resist the urge to micromanage—let others experiment with your guidance instead of rigid control.",
            "reflection": "What legacy do you want to leave in this role? Reflect on how your care for people aligns with long-term impact.",
            "yearly_tip": "Schedule ‘emotional check-ins’ with yourself yearly to ensure your career aligns with your deepest values.",
            "affirmation": "I trust my intuition to guide strategic decisions with clarity and compassion."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "eleventh_house",
          "weight": 1.4,
          "factor_insights": {
            "motivation": "This year, your career thrives when you prioritize purpose over performance.",
            "caution": "Overlooking external feedback risks misalignment with team dynamics and long-term goals.",
            "reflection": "Journal prompts: What’s one career move I’ve delayed due to intuition? What was the outcome?",
            "yearly_tip": "Create a ‘career compass’—a visual guide combining emotional triggers with actionable steps for high-stakes moments.",
            "affirmation": "I balance depth with clarity, ensuring my work resonates with authenticity and impact."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "square_tension",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Leverage your emotional intelligence to navigate conflict with precision; every challenge is a chance to refine your vision.",
            "caution": "Avoid people-pleasing in negotiations; your emotional depth should shape, not dictate, outcomes.",
            "reflection": "Reflect on how past emotional resilience shaped your leadership style—what worked? What held you back?",
            "yearly_tip": "Schedule ‘emotional check-ins’ with a mentor to align your leadership with your values, not just results.",
            "affirmation": "Trust that my emotional intelligence fuels strategic, high-impact decisions."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "square",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Leverage your emotional intelligence to navigate challenges with confidence—your intuition is your strongest tool here.",
            "caution": "Overidentifying with emotional reactions may lead to indecision; ground yourself in data and structured plans instead.",
            "reflection": "Ask: What legacy do I want to leave in my career? This square forces you to clarify priorities beyond survival mode.",
            "yearly_tip": "Outsource emotional labor where possible; your career energy is strongest when you focus on impact, not protection.",
            "affirmation": "I navigate tension with clarity; my career path is shaped by courage, not caution, this year."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "nodal_activation",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your Cancer leadership is sharpening—channel this emotional depth into strategic vision.",
            "caution": "Resist the urge to micromanage; trust your team’s collective strengths to flourish.",
            "reflection": "What legacy do you want to leave in your career? Align decisions with long-term impact.",
            "yearly_tip": "Delegate tasks that drain your emotional energy—your energy should fuel vision, not execution.",
            "affirmation": "My leadership is balanced—emotion fuels vision, not control."
          }
        },
        {
          "factor_type": "outer_planet_focus",
          "factor_value": "uranus_shift",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your emotional intelligence is your competitive edge; channel it to reimagine roles that align with your natural strengths.",
            "caution": "Overconfidence in impulsive shifts can lead to misaligned priorities; ground your decisions in tangible, measurable goals.",
            "reflection": "Journal how your emotional triggers in meetings or negotiations shape decisions—identify patterns to refine confidence.",
            "yearly_tip": "Develop a ‘Uranus Audit’: Quarterly, review how your career adapts to unexpected opportunities. Adjust strategies to align with your true ambition.",
            "affirmation": "Uranus’s energy empowers me to redefine my professional path with courage, vision, and disciplined action."
          }
        },
        {
          "factor_type": "nodal_axis",
          "factor_value": "virgo_pisces",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Refine your workflow by honing precision—this year, every task demands deliberate focus. Virgo’s methodical energy meets Pisces’ intuitive flow, demanding you balance structure with adaptability.",
            "caution": "Overanalyze decisions, and you risk paralysis. Pisces’ sensitivity may blur boundaries if Virgo’s precision feels restrictive—stay grounded in tangible outcomes.",
            "reflection": "What projects have you abandoned due to perfectionism? This year, release the need for flawlessness—even ‘imperfect’ work can create space for innovation.",
            "yearly_tip": "Schedule regular ‘reflection pauses’—not to overthink, but to acknowledge the emotional labor of your career. Journal or meditate to process the interplay of these energies.",
            "affirmation": "I release the need for perfection and embrace the value of progress, even in imperfect forms."
          }
        }
      ],
      "debug_trace": null
    },
    {
      "section": "money",
      "title": "Money yearly outlook: protective and intuitive (elevated)",
      "summary": "Across 2026, Sun sets the planet-led yearly thesis for Cancer through resources, spending choices, and value alignment. The year-long arc favors a visibility-forward push where identity and direction need clean ownership; choose value-led financial decisions whenever emotional spending loops resurfaces. Keep annual momentum grounded in repeatable structure. Practically, sun emphasis under eclipse amplified timing with initiating, decisive momentum execution concentrates in network-linked opportunities, future gains, and alliance quality. Early in the year, Saturn sextile Uranus peaks on Jan 15. Around the midpoint, Jupiter opposition Juno peaks on Feb 15. In the final stretch, Jupiter stations direct on Mar 15. These pivots shape your long-term financial architecture. What you do next should be cleaner, not louder. In money terms, For resources, spending choices, and value alignment, Sun is central; prioritize value-led allocation so financial stability compounds through cleaner spending discipline; Financially, apply this through value-based decisions and disciplined timing. Reflect on past financial habits: where did you overcommit? This year, tighten the reins on discretionary spending. This helps you protect long-term stability. In parallel, At resource-management level, with eclipse-amplified pressure, keep spending discipline intentional; value-led allocation is what stabilizes financial stability; with money, convert this into timing discipline and values-led choices. What habits do I need to tighten like a waterproof seal?—financial leaks waste energy you can’t afford to lose. That perspective strengthens financial discipline. In money terms, with the planet focused in eleventh house, network-linked opportunities, future gains, and alliance quality carries the strongest practical signal; Financially, apply this through value-based decisions and disciplined timing. The financial lesson here is behavioral before it is numerical. End the year with proof that your pacing strategy worked. Keep it anchored in resources, spending choices, and value alignment. Celebrate small wins: Every $50 saved is a victory. Track progress visually (e.g., a chart) to reinforce momentum. This helps you protect long-term stability.",
      "deep_report": "For the long game, this yearly narrative keeps structure clear: dominant pressure first, supportive calibration second. In money terms, keep cashflow as the anchor theme.\n\nMid-arc, this layer shapes decision quality: At the core of this yearly arc is planet core archetypes signature of sun core. In money terms, For resources, spending choices, and value alignment, Sun is central; prioritize value-led allocation so financial stability compounds through cleaner spending discipline; Financially, apply this through value-based decisions and disciplined timing. Operationally, the opening move is Reflect on past financial habits: where did you overcommit. Translate it through Celebrate small wins: Every $50 saved is a victory. Keep Consider legacy: How will your financial choices shape your family’s security active and reduce Overidentifying with financial losses can create emotional barriers; detach to make objective, strategic decisions. As Saturn sextile Uranus peaks on Jan 15 peaks, tighten delivery choices in resources, spending choices, and value alignment within this planet-led cycle.\n\nAcross the next stretch, this signal refines pace; the lived expression is this: A meaningful counter-pressure comes through planet condition archetypes signature of eclipse amplified. At resource-management level, with eclipse-amplified pressure, keep spending discipline intentional; value-led allocation is what stabilizes financial stability; with money, convert this into timing discipline and values-led choices. Execution pressure rises around This year, treat money like a lunar cycle: protect it fiercely when it’s full, let it rest when it’s low. Stabilize workflow through Set aside 10% of every income stream like you’d reserve moonlit hours for rest—it’s the only way to weather this eclipse. Keep What habits do I need to tighten like a waterproof seal?—financial leaks waste energy you can’t afford to lose present and watch Climate shifts in your finances could mirror the eclipse’s intensity—monitor cash flow like you’d watch a solar event. As Saturn conjunction Neptune peaks on Feb 15 comes into focus, sequence priorities in resources, spending choices, and value alignment with planet-led precision this year.\n\nInto integration mode, this final layer keeps the year coherent; the practical consequence is this: Cadence quality improves when planet house focus signature of eleventh house is handled cleanly. In money terms, with the planet focused in eleventh house, network-linked opportunities, future gains, and alliance quality carries the strongest practical signal; Financially, apply this through value-based decisions and disciplined timing. The practical timing advantage is Your eleventh house’s hidden reserves will grow if you align spending with your deepest emotional priorities. Keep it scalable using Invest in a home security system or insurance policy this year; it’s the most tangible way to honor your protective instincts. Continue Track your eleventh house’s spending in a private journal—where does it feel heavy and avoid over-reliance on shared resources (e.g., household funds) without clear boundaries—protect your own flow. With Jupiter stations direct on Mar 15 active, read it as a planet-led execution marker in resources, spending choices, and value alignment for this year.\n\nAs the long game develops, this influence keeps structure intact: A reinforcing structural cue here is planet sign archetypes signature of modality cardinal. At resource-management level, Sign style is modal (cardinal), showing whether this cycle wants initiative, durability, or adaptation; with money, convert this into timing discipline and values-led choices. To consolidate results, prioritize This year, your money will reflect your emotional security; guard it fiercely. Anchor process in Schedule quarterly financial check-ins to adjust for life’s unpredictable tides (like Cancer’s tides). Maintain Reframe financial stress as a chance to rebuild resilience, not a failure and limit financial risks that mirror past emotional vulnerabilities—stick to a structured plan. As Jupiter trine Vesta peaks on Apr 15 comes into focus, sequence priorities in resources, spending choices, and value alignment with planet-led precision this year.\n\nAcross the long game, coherence belongs to choices that respected core architecture before tactical noise.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is eclipse amplified, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on network-linked opportunities, future gains, and alliance quality, making this life-area the main decision arena.",
        "Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
      ],
      "cautions": [
        "Overidentifying with financial losses can create emotional barriers; detach to make objective, strategic decisions.",
        "Climate shifts in your finances could mirror the eclipse’s intensity—monitor cash flow like you’d watch a solar event.",
        "Keep clear of over-reliance on shared resources (e.g., household funds) without clear boundaries—protect your own flow.",
        "Steer clear of financial risks that mirror past emotional vulnerabilities—stick to a structured plan."
      ],
      "actions": [
        "Celebrate small wins: Every $50 saved is a victory. Track progress visually (e.g., a chart) to reinforce momentum.",
        "Set aside 10% of every income stream like you’d reserve moonlit hours for rest—it’s the only way to weather this eclipse.",
        "Invest in a home security system or insurance policy this year; it’s the most tangible way to honor your protective instincts.",
        "Block quarterly financial check-ins to adjust for life’s unpredictable tides (like Cancer’s tides)."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 14.8,
        "opportunity": 100.0,
        "focus": 100.0,
        "stability": 21.7,
        "connection": 81.7
      },
      "intensity": "elevated",
      "factor_details": [
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.6,
          "factor_insights": {
            "motivation": "Reflect on past financial habits: where did you overcommit? This year, tighten the reins on discretionary spending.",
            "caution": "Overidentifying with financial losses can create emotional barriers; detach to make objective, strategic decisions.",
            "reflection": "Consider legacy: How will your financial choices shape your family’s security? Align goals with long-term care, not short-term desires.",
            "yearly_tip": "Celebrate small wins: Every $50 saved is a victory. Track progress visually (e.g., a chart) to reinforce momentum.",
            "affirmation": "I honor my needs without financial compromise—I protect my resources with clarity and purpose."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "eclipse_amplified",
          "weight": 1.45,
          "factor_insights": {
            "motivation": "This year, treat money like a lunar cycle: protect it fiercely when it’s full, let it rest when it’s low.",
            "caution": "Climate shifts in your finances could mirror the eclipse’s intensity—monitor cash flow like you’d watch a solar event.",
            "reflection": "Ask: What habits do I need to tighten like a waterproof seal?—financial leaks waste energy you can’t afford to lose.",
            "yearly_tip": "Set aside 10% of every income stream like you’d reserve moonlit hours for rest—it’s the only way to weather this eclipse.",
            "affirmation": "This year, I am the guardian of my resources, not the victim of their ebbs and flows."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "modality_cardinal",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "This year, your money will reflect your emotional security; guard it fiercely.",
            "caution": "Avoid financial risks that mirror past emotional vulnerabilities—stick to a structured plan.",
            "reflection": "Reframe financial stress as a chance to rebuild resilience, not a failure.",
            "yearly_tip": "Schedule quarterly financial check-ins to adjust for life’s unpredictable tides (like Cancer’s tides).",
            "affirmation": "Every dollar spent this year is a step toward a future where my money works as hard as I do."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "eleventh_house",
          "weight": 1.4,
          "factor_insights": {
            "motivation": "Your eleventh house’s hidden reserves will grow if you align spending with your deepest emotional priorities.",
            "caution": "Watch for over-reliance on shared resources (e.g., household funds) without clear boundaries—protect your own flow.",
            "reflection": "Track your eleventh house’s spending in a private journal—where does it feel heavy? Where does it feel light?",
            "yearly_tip": "Invest in a home security system or insurance policy this year; it’s the most tangible way to honor your protective instincts.",
            "affirmation": "My money aligns with my family’s values, not my moods—each transaction serves my home’s future."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "square_tension",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "This year, treat financial decisions like a sacred ritual: weigh every expense against your long-term security, not just short-term desires.",
            "caution": "If a financial opportunity feels like a test, pause: Is it a challenge to grow, or a distraction from your core needs?",
            "reflection": "Review your budget like a map: Where do you waste energy, and where could you redirect funds for stability?",
            "yearly_tip": "Negotiate contracts with vendors you use regularly—Cancer’s protective energy shines in advocating for fair terms.",
            "affirmation": "I honor my financial boundaries as a shield, not a cage—protecting my resources with wisdom, not fear."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "square",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Ask yourself: What am I really worth?—the answer will clarify how much to allocate to needs vs. wants.",
            "caution": "Resist the urge to ‘fix’ financial stress with more; your Cancerian caution will reveal deeper patterns first.",
            "reflection": "Your intuition about money will feel sharper when tied to tangible, not abstract, goals.",
            "yearly_tip": "When tempted to overspend, ask: Does this align with my core values?—your answer will guide you.",
            "affirmation": "Every dollar spent reflects my priorities—and I choose wisely."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "nodal_activation",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your nodes are aligning to prioritize liquidity over impulsive outflows; trust the pause before you act.",
            "caution": "Emotional triggers (e.g., grief, nostalgia) may tempt you to overspend on sentimental purchases—hold back.",
            "reflection": "What’s a recurring expense you’ve justified over time? Challenge the story behind it—was it ever truly needed?",
            "yearly_tip": "Set up an automatic transfer to a high-yield savings account on the first of every month—before payday.",
            "affirmation": "I release the need to ‘keep up’ with others’ spending; my money speaks for itself."
          }
        },
        {
          "factor_type": "outer_planet_focus",
          "factor_value": "uranus_shift",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "This Uranus shift forces you to question old money habits, so start tracking every outflow with a bold, data-driven approach.",
            "caution": "Cancer’s caution must balance Uranus’s unpredictability: guard against sudden market shifts by diversifying with liquid, adaptable funds.",
            "reflection": "Reflect on how you’ve managed money in the past year—did you cling to old habits, or did you adapt? Uranus demands you audit your financial relationships.",
            "yearly_tip": "Open a separate high-yield account for irregular expenses tied to Uranus’s energy—this keeps emotional spending in check.",
            "affirmation": "I honor my emotional needs while trusting my financial instincts to guide me toward freedom."
          }
        },
        {
          "factor_type": "nodal_axis",
          "factor_value": "virgo_pisces",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Guard your financial energy like you would guard your home—Virgo’s precision meets Pisces’ intuition. This year, every dollar is a tool, and you’re the architect of its flow.",
            "caution": "Overanalyzing costs can paralyze action. Streamline your finances by cutting unnecessary expenses and automating what’s essential—your nodes are guiding you toward efficiency.",
            "reflection": "Track your finances for 30 days without judgment. Notice patterns—are you saving more than you spend, or vice versa? Your nodes are revealing imbalances.",
            "yearly_tip": "If you’re struggling with debt, prioritize high-interest payments first. Your nodes are signaling this is a non-negotiable step toward freedom.",
            "affirmation": "This year, my money is a bridge to stability—not a crutch. I walk it with courage and clarity."
          }
        }
      ],
      "debug_trace": null
    },
    {
      "section": "health",
      "title": "Health yearly outlook: protective and intuitive (high)",
      "summary": "This year is planet-led for Cancer through Sun, with long-arc leverage concentrated in energy management, recovery, and habits. The yearly thesis remains a visibility-forward push where identity and direction need clean ownership; build forward with rhythm-led recovery rather than pushing through depletion. Think in arcs this year, not in episodes. The self-regulation layer blends eclipse amplified timing and sun priorities, with initiating, decisive momentum rhythm concentrated in friendships, community, and long-range goals. In the opening stretch, Saturn sextile Uranus peaks on Jan 15. By midyear, Jupiter opposition Juno peaks on Feb 15. In the later stretch, Jupiter stations direct on Mar 15. These pivots define the habits that sustain your health over time. This is where tone turns into consequence. For health rhythm, For energy management, recovery, and habits, Sun is central; prioritize nervous-system regulation so steady vitality compounds through cleaner recovery rhythm; For wellbeing, translate this into recovery, regulation, and sustainable pacing. Nourish your body with purposeful meals that align with your inner needs, not societal expectations. This supports steadier energy management. Meanwhile, At body-regulation level, Condition is eclipse amplified, increasing consequence around recovery rhythm; deliberate nervous-system regulation protects steady vitality; For health, route this through sustainable habits and recovery-aware pacing. Eclipse energy amplifies your need for routine; structure your day to honor your body’s needs. That shift improves regulation and recovery. For health rhythm, with the planet focused in eleventh house, friendships, community, and long-range goals carries the strongest practical signal; For wellbeing, translate this into recovery, regulation, and sustainable pacing. The impulse is pushing through depletion; the wiser move is rhythm-led recovery. By year-end, keep the priorities that strengthened both pace and precision. Keep it anchored in energy management, recovery, and habits. Schedule ‘noise-free’ rest periods (even 10 minutes) where you prioritize recovery over productivity. Keep it sustainable before you scale it.",
      "deep_report": "At yearly scale, the long-form arc starts with core pressure and then builds strategic nuance through secondary layers. This reading stays coherent when energy remains central to your choices.\n\nA companion yearly influence adjusts the trajectory; the practical consequence is this: Primary momentum in this yearly cycle comes from planet core archetypes signature of sun core. For health rhythm, For energy management, recovery, and habits, Sun is central; prioritize nervous-system regulation so steady vitality compounds through cleaner recovery rhythm; For wellbeing, translate this into recovery, regulation, and sustainable pacing. The wellbeing thesis starts with Nourish your body with purposeful meals that align with your inner needs, not societal expectations. Stabilize it using Schedule ‘noise-free’ rest periods (even 10 minutes) where you prioritize recovery over productivity. Hold Notice how your mood shifts with your physical state; your energy is a mirror for your emotional state while reducing Overindulgence in emotional comfort foods or excessive isolation may strain your physical frame. With Saturn sextile Uranus peaks on Jan 15 active, use this planet-led signal to regulate pace and recovery in energy management, recovery, and habits for this year.\n\nThe opening annual movement is unmistakable; the lived expression is this: A secondary pressure curve is set by planet condition archetypes signature of eclipse amplified. At body-regulation level, Condition is eclipse amplified, increasing consequence around recovery rhythm; deliberate nervous-system regulation protects steady vitality; For health, route this through sustainable habits and recovery-aware pacing. Wellbeing pressure clusters around Eclipse shifts demand you prioritize rest and hydration like a shield against fatigue. Regulate it through Schedule regular check-ins with your body—ask: Am I listening to its signals. Keep eclipse energy amplifies your need for routine; structure your day to honor your body’s needs present while watching sudden fatigue or mood swings; they may signal an imbalance in your system. As Saturn conjunction Neptune peaks on Feb 15 comes into focus, let the planet-led cue rebalance effort in energy management, recovery, and habits this year.\n\nAs the long game develops, this influence keeps structure intact; the lived expression is this: Pacing decisions in this yearly cycle are shaped by planet house focus signature of eleventh house. For health rhythm, with the planet focused in eleventh house, friendships, community, and long-range goals carries the strongest practical signal; For wellbeing, translate this into recovery, regulation, and sustainable pacing. Wellbeing timing improves when Cancer energy thrives when you align physical comfort with your protective instincts; prioritize rest as a shield against stress. Support consistency through Consider a ‘no-negotiate’ rule for your health: If you’re not feeling it, you’re not showing up fully for others—even in the eleventh house’s idealism. Hold Notice where you’ve ignored your body’s need for emotional stability—this year, it’s time to rewrite that narrative and avoid Skipping preventive care now could backfire; your health is a non-negotiable investment in your ability to protect others. As Jupiter stations direct on Mar 15 peaks, recalibrate your energy rhythm in energy management, recovery, and habits inside this planet-led cycle.\n\nAs the long game develops, this influence keeps structure intact; the practical consequence is this: Integration quality benefits from planet sign archetypes signature of modality cardinal. At body-regulation level, Sign style is modal (cardinal), showing whether this cycle wants initiative, durability, or adaptation; For health, route this through sustainable habits and recovery-aware pacing. For wellbeing, integration depends on Embrace rest as a strategic move; your system thrives on slow, deliberate recovery. Stabilize rhythm through Invest in a high-quality multivitamin or adaptogenic supplement to support your immune system and energy levels as you navigate the year’s transitions. Keep Ask yourself: What does my body need right now present and reduce signs of tension in your shoulders or jaw—cardinal energy can lead to habitual tension if not released gently. As Jupiter trine Vesta peaks on Apr 15 comes into focus, let the planet-led cue rebalance effort in energy management, recovery, and habits this year.\n\nYear-long distinction comes from honoring strategic hierarchy: core architecture first, adaptive refinement second.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is eclipse amplified, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on friendships, community, and long-range goals, making this life-area the main decision arena.",
        "Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
      ],
      "cautions": [
        "Overindulgence in emotional comfort foods or excessive isolation may strain your physical frame.",
        "Watch for sudden fatigue or mood swings; they may signal an imbalance in your system.",
        "Skipping preventive care now could backfire; your health is a non-negotiable investment in your ability to protect others.",
        "Monitor signs of tension in your shoulders or jaw—cardinal energy can lead to habitual tension if not released gently. Practice gentle stretches or foam rolling to release stored stress."
      ],
      "actions": [
        "Set ‘noise-free’ rest periods (even 10 minutes) where you prioritize recovery over productivity.",
        "Block regular check-ins with your body—ask: Am I listening to its signals? (e.g., pain, exhaustion, hunger).",
        "Consider a ‘no-negotiate’ rule for your health: If you’re not feeling it, you’re not showing up fully for others—even in the eleventh house’s idealism.",
        "Allocate toward a high-quality multivitamin or adaptogenic supplement to support your immune system and energy levels as you navigate the year’s transitions. Your body is resilient, but it benefits from intentional support."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 25.9,
        "opportunity": 100.0,
        "focus": 100.0,
        "stability": 16.6,
        "connection": 81.6
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.6,
          "factor_insights": {
            "motivation": "Nourish your body with purposeful meals that align with your inner needs, not societal expectations.",
            "caution": "Overindulgence in emotional comfort foods or excessive isolation may strain your physical frame.",
            "reflection": "Notice how your mood shifts with your physical state; your energy is a mirror for your emotional state.",
            "yearly_tip": "Schedule ‘noise-free’ rest periods (even 10 minutes) where you prioritize recovery over productivity.",
            "affirmation": "I honor my body’s wisdom and listen to its needs with compassion and precision."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "eclipse_amplified",
          "weight": 1.45,
          "factor_insights": {
            "motivation": "Eclipse shifts demand you prioritize rest and hydration like a shield against fatigue.",
            "caution": "Watch for sudden fatigue or mood swings; they may signal an imbalance in your system.",
            "reflection": "Eclipse energy amplifies your need for routine; structure your day to honor your body’s needs.",
            "yearly_tip": "Schedule regular check-ins with your body—ask: Am I listening to its signals? (e.g., pain, exhaustion, hunger).",
            "affirmation": "This year, I choose to nurture myself as a priority—no guilt, no compromise."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "modality_cardinal",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Embrace rest as a strategic move; your system thrives on slow, deliberate recovery. Even short pauses in movement can reset your nervous system, especially as energy shifts with the moon’s pull.",
            "caution": "Watch for signs of tension in your shoulders or jaw—cardinal energy can lead to habitual tension if not released gently. Practice gentle stretches or foam rolling to release stored stress.",
            "reflection": "Ask yourself: What does my body need right now? Whether it’s more sleep, hydration, or movement, your answers will guide your health decisions with clarity and intention.",
            "yearly_tip": "Invest in a high-quality multivitamin or adaptogenic supplement to support your immune system and energy levels as you navigate the year’s transitions. Your body is resilient, but it benefits from intentional support.",
            "affirmation": "I honor my body’s natural rhythms and nourish it with intention, fueling my energy with balance and care."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "eleventh_house",
          "weight": 1.4,
          "factor_insights": {
            "motivation": "Cancer energy thrives when you align physical comfort with your protective instincts; prioritize rest as a shield against stress.",
            "caution": "Skipping preventive care now could backfire; your health is a non-negotiable investment in your ability to protect others.",
            "reflection": "Notice where you’ve ignored your body’s need for emotional stability—this year, it’s time to rewrite that narrative.",
            "yearly_tip": "Consider a ‘no-negotiate’ rule for your health: If you’re not feeling it, you’re not showing up fully for others—even in the eleventh house’s idealism.",
            "affirmation": "My body is my first line of defense, and I honor it with intentional care—no matter how much I’m called to protect others."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "square_tension",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Cancer energy thrives when it’s nurtured, so let discomfort be your guide to prioritizing what truly sustains you.",
            "caution": "If fatigue lingers, schedule rest as non-negotiable—your health isn’t a luxury; it’s your superpower.",
            "reflection": "Ask yourself: When I’m most vulnerable to burnout, what does my body need most—support, movement, or silence?",
            "yearly_tip": "Keep a journal to track how square tensions manifest physically; patterns will emerge that reveal your body’s priorities.",
            "affirmation": "My energy is balanced when I prioritize rest, movement, and emotional alignment."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "square",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Avoid pushing through fatigue; every small rest is a victory over prolonged strain.",
            "caution": "Skipping rest turns short-term effort into long-term wear and tear on your body.",
            "reflection": "What habits have you been neglecting in favor of productivity? Your health is the priority.",
            "yearly_tip": "Try a 5-minute yearly stretch routine—it’s the difference between stiffness and ease.",
            "affirmation": "I trust my body’s wisdom—it guides me toward balance and vitality."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "nodal_activation",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Nodal activation means your health isn’t just a priority; it’s your calling this year.",
            "caution": "Emotional fatigue may flare—prioritize short, grounding routines to prevent burnout.",
            "reflection": "What small, consistent effort could you make this year to honor your health over willpower?",
            "yearly_tip": "If stress lingers, try the 4-7-8 breath: inhale 4 sec, hold 7, exhale 8—repeat 3x yearly.",
            "affirmation": "I release guilt for prioritizing my health—it’s not selfish; it’s necessary."
          }
        },
        {
          "factor_type": "outer_planet_focus",
          "factor_value": "uranus_shift",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your body is your sanctuary—Uranus’ shift demands you listen to its rhythms. Cancer’s protective instincts are amplified; lean into rest as fuel, not resistance.",
            "caution": "Emotional turbulence from Uranus can mirror physical tension. If you’re holding stress in your shoulders, your body is trying to tell you to release it now.",
            "reflection": "This year, write down one ‘aha’ moment about your body’s needs. It could be a minor detail—like how your back feels after sitting for hours—or a major shift in how you move.",
            "yearly_tip": "Prioritize micro-adjustments: Stretch for 2 minutes after sitting, hydrate even if you’re not thirsty, or swap one sedentary activity for a walk. Small shifts compound.",
            "affirmation": "I am the architect of my health. Every breath, every movement, every rest is a choice to nurture my strength, not resist it."
          }
        },
        {
          "factor_type": "nodal_axis",
          "factor_value": "virgo_pisces",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Embrace the quiet before the fire: your health is the foundation, and even small adjustments here will compound into resilience.",
            "caution": "Overdoing it now could leave you vulnerable to fatigue or stiffness. Listen to your body’s early signals of strain—ignoring them risks a setback.",
            "reflection": "Consider journaling for 5 minutes: What’s one health habit I’m overdue to revisit? Your subconscious knows what’s needed.",
            "yearly_tip": "Pair your workouts with a 5-minute cooldown: dynamic stretches or deep breathing. This prevents stiffness and keeps your nervous system calm.",
            "affirmation": "I move with intention, not exhaustion. Every step, stretch, and breath supports my resilience and strength."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "fc0c0d7838000dbf",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_planetary_yearly_post",
    "endpoint_description": "Provides yearly 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.801096+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": ""
  }
}