Aller au contenu

Horoscope Annuel de Style de Vie

L'endpoint Horoscope Annuel de Style de Vie renvoie le rapport généré par le moteur lifestyle pour la période yearly.

Langue : uniquement en anglais (actuellement)

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

Endpoint

Méthode Chemin
POST https://api.numerologyapi.com/api/v1/horoscope/reports/lifestyle/yearly

Corps de la requête

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

Réponse

Retourne le payload de réponse du moteur avec les wrappers de gateway ajoutés :

  • _enterprise
  • _api_metadata_

Exemple de mode personnalisé (Recommandé)

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

Exemple de mode public (Basé sur le signe)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/lifestyle/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
}'

Exemple de réponse

{
  "report_type": "horoscope",
  "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": "sidereal",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.227782,
      "ayanamsa_system": "lahiri",
      "sun_sign": "GEMINI",
      "moon_sign": "CANCER",
      "rising_sign": null,
      "house_system": null,
      "house_cusps": null,
      "positions": [
        {
          "name": "Sun",
          "longitude": 88.80085368740131,
          "tropical_longitude": 113.03118798838032,
          "sidereal_longitude": 88.80085368740131,
          "latitude": 9.406228502487148e-05,
          "speed": 0.9543019989009935,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 28.800853687401315,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Moon",
          "longitude": 104.04591637254752,
          "tropical_longitude": 128.27625067352653,
          "sidereal_longitude": 104.04591637254752,
          "latitude": 1.9410040706672327,
          "speed": 14.720681669682326,
          "sign": "CANCER",
          "tropical_sign": "LEO",
          "sidereal_sign": "CANCER",
          "degree_in_sign": 14.045916372547524,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Mercury",
          "longitude": 84.95107979602692,
          "tropical_longitude": 109.18141409700593,
          "sidereal_longitude": 84.95107979602692,
          "latitude": -4.92850594177891,
          "speed": -0.5921712310319884,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 24.951079796026917,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Venus",
          "longitude": 132.16191613129072,
          "tropical_longitude": 156.39225043226972,
          "sidereal_longitude": 132.16191613129072,
          "latitude": 1.154883242309454,
          "speed": 1.0987450067152014,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 12.161916131290724,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Mars",
          "longitude": 47.52756810489071,
          "tropical_longitude": 71.75790240586973,
          "sidereal_longitude": 47.52756810489071,
          "latitude": -0.1224255361372678,
          "speed": 0.6952788123379767,
          "sign": "TAURUS",
          "tropical_sign": "GEMINI",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 17.52756810489071,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Jupiter",
          "longitude": 99.0836714282949,
          "tropical_longitude": 123.31400572927392,
          "sidereal_longitude": 99.0836714282949,
          "latitude": 0.455290424444602,
          "speed": 0.21990580242993055,
          "sign": "CANCER",
          "tropical_sign": "LEO",
          "sidereal_sign": "CANCER",
          "degree_in_sign": 9.083671428294906,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Saturn",
          "longitude": 350.41051810937734,
          "tropical_longitude": 14.64085241035637,
          "sidereal_longitude": 350.41051810937734,
          "latitude": -2.4490862980779142,
          "speed": 0.01923415397594968,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 20.410518109377335,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Uranus",
          "longitude": 40.15366504599202,
          "tropical_longitude": 64.38399934697104,
          "sidereal_longitude": 40.15366504599202,
          "latitude": -0.1555028222668031,
          "speed": 0.04288297960993877,
          "sign": "TAURUS",
          "tropical_sign": "GEMINI",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 10.153665045992021,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Neptune",
          "longitude": 340.1704689781828,
          "tropical_longitude": 4.400803279161819,
          "sidereal_longitude": 340.1704689781828,
          "latitude": -1.379057634577146,
          "speed": -0.004373881375675947,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 10.170468978182782,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Pluto",
          "longitude": 280.32919781333754,
          "tropical_longitude": 304.55953211431654,
          "sidereal_longitude": 280.32919781333754,
          "latitude": -4.253759074089119,
          "speed": -0.022897408253576355,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 10.329197813337544,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Chiron",
          "longitude": 6.470360969383778,
          "tropical_longitude": 30.70069527036279,
          "sidereal_longitude": 6.470360969383778,
          "latitude": 0.25842871522423755,
          "speed": 0.016999833118575714,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 6.470360969383778,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Ceres",
          "longitude": 55.00085175507301,
          "tropical_longitude": 79.23118605605202,
          "sidereal_longitude": 55.00085175507301,
          "latitude": -1.9139889062149573,
          "speed": 0.3945126236101291,
          "sign": "TAURUS",
          "tropical_sign": "GEMINI",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 25.000851755073008,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "North Node",
          "longitude": 306.00228200078755,
          "tropical_longitude": 330.23261630176654,
          "sidereal_longitude": 306.00228200078755,
          "latitude": -0.0,
          "speed": -0.04266669506673545,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 6.002282000787545,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "South Node",
          "longitude": 126.00228200078755,
          "tropical_longitude": 150.23261630176654,
          "sidereal_longitude": 126.00228200078755,
          "latitude": -0.0,
          "speed": -0.04266669506673545,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 6.002282000787545,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Lilith",
          "longitude": 238.92603378831836,
          "tropical_longitude": 263.15636808929736,
          "sidereal_longitude": 238.92603378831836,
          "latitude": -4.794414785187695,
          "speed": 0.1118544166338706,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 28.926033788318364,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Pallas",
          "longitude": 356.01112797818445,
          "tropical_longitude": 20.241462279163432,
          "sidereal_longitude": 356.01112797818445,
          "latitude": -5.315041676958441,
          "speed": 0.1496373963032036,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 26.011127978184447,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Juno",
          "longitude": 282.1054517365991,
          "tropical_longitude": 306.3357860375781,
          "sidereal_longitude": 282.1054517365991,
          "latitude": 15.102399618973052,
          "speed": -0.21896169838183457,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 12.105451736599093,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Vesta",
          "longitude": 357.96591590469734,
          "tropical_longitude": 22.196250205676353,
          "sidereal_longitude": 357.96591590469734,
          "latitude": -7.598759112134811,
          "speed": 0.250042493175146,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 27.96591590469734,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22778165326264
        },
        {
          "name": "Eris",
          "longitude": 1.7283167437259697,
          "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": 1.7283167437259697,
          "house": null,
          "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 CAPRICORN on Feb 15",
        "Mercury enters AQUARIUS on Feb 15",
        "Venus enters AQUARIUS on Feb 15",
        "Mars enters CAPRICORN on Feb 15",
        "Sun enters PISCES on Mar 15",
        "Venus enters PISCES on Mar 15",
        "Mars enters AQUARIUS on Mar 15",
        "Chiron enters ARIES on Mar 15",
        "Ceres enters ARIES on Mar 15",
        "Juno enters CAPRICORN on Mar 15",
        "Vesta enters AQUARIUS on Mar 15",
        "Sun enters ARIES on Apr 15",
        "Moon enters PISCES on Apr 15",
        "Mercury enters PISCES on Apr 15",
        "Venus enters ARIES on Apr 15",
        "Mars enters PISCES on Apr 15",
        "Pallas enters PISCES on Apr 15",
        "Sun enters TAURUS on May 15",
        "Moon enters ARIES on May 15",
        "Mercury enters TAURUS on May 15",
        "Venus enters GEMINI on May 15",
        "Mars enters ARIES on May 15",
        "Ceres enters TAURUS on May 15",
        "Vesta enters PISCES on May 15",
        "Sun enters GEMINI on Jun 15",
        "Moon enters GEMINI on Jun 15",
        "Mercury enters GEMINI on Jun 15",
        "Venus enters CANCER on Jun 15",
        "Jupiter enters CANCER on Jun 15",
        "Moon enters CANCER on Jul 15",
        "Venus enters LEO on Jul 15",
        "Mars enters TAURUS on Jul 15",
        "Sun enters CANCER on Aug 15",
        "Moon enters VIRGO on Aug 15",
        "Mercury enters CANCER on Aug 15",
        "Venus enters VIRGO on Aug 15",
        "Mars enters GEMINI on Aug 15",
        "Ceres enters GEMINI on Aug 15",
        "Lilith enters SAGITTARIUS on Aug 15",
        "Vesta enters ARIES on Aug 15",
        "Sun enters LEO on Sep 15",
        "Moon enters LIBRA on Sep 15",
        "Mercury enters VIRGO on Sep 15",
        "Venus enters LIBRA on Sep 15",
        "Sun enters VIRGO on Oct 15",
        "Moon enters SCORPIO on Oct 15",
        "Mercury enters LIBRA on Oct 15",
        "Mars enters CANCER on Oct 15",
        "Vesta enters PISCES on Oct 15",
        "Sun enters LIBRA on Nov 15",
        "Moon enters CAPRICORN on Nov 15",
        "Venus enters VIRGO on Nov 15",
        "Mars enters LEO on Nov 15",
        "Jupiter enters LEO on Nov 15",
        "Sun enters SCORPIO on Dec 15",
        "Moon enters AQUARIUS on Dec 15",
        "Mercury enters SCORPIO on Dec 15",
        "Venus enters LIBRA on Dec 15",
        "North Node enters CAPRICORN on Dec 15",
        "South Node enters CANCER 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": {
      "jupiter_in_sign": "CANCER",
      "saturn_in_sign": "PISCES",
      "chiron_in_sign": "ARIES",
      "transits_archetypes": "retrograde_review",
      "aspects": "sextile",
      "planetary_focus": "eclipse_focus",
      "retrograde_archetypes": "mixed_retrogrades",
      "ingress_archetypes": "nodal_shift",
      "eclipse_archetypes": "nodal_activation",
      "outer_planet_focus": "uranus_shift",
      "nodal_axis": "leo_aquarius",
      "yearly_theme_archetypes": "creative_expansion"
    },
    "focus_source": null,
    "planet_focus_source": null,
    "top_drivers": [],
    "aspect_signature": null,
    "transit_windows": []
  },
  "sections": [
    {
      "section": "lifestyle",
      "title": "Lifestyle yearly outlook: protective and intuitive (elevated)",
      "headline": "Yearly theme for daily structure, environment, and sustainability: release and closure",
      "summary": "In 2026, Cancer enters a long-form chapter with sustained emphasis on daily structure, environment, and sustainability. The year repeatedly contrasts unstructured urgency with repeatable supportive systems; strategic gains favor the latter. Think in seasons, not in sprints. The annual self-support pattern is release and closure; sustainable progress follows lifestyle architecture, habit quality, and long-range sustainability. 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 the structure of your daily life over the long arc. The key is sequence: observe, decide, then commit. In lifestyle terms, eclipse windows are the active focus, so clarity and pacing become non-negotiable; In daily life, keep routines that stabilize your energy and remove noise. Embrace the quiet strength of this Cancer season—your emotional depth is your superpower. The eclipse amplifies your need for nurturing rituals to rebuild what feels drained. That emphasis supports a cleaner pace. Meanwhile, At daily-rhythm level, Jupiter in Cancer expands opportunities where you take thoughtful, consistent risks; In lifestyle terms, let this shape routines that are simple enough to repeat. What’s a small, symbolic act of care you can perform yearly? A meal prepared with love, a handwritten note, or a ritual that grounds you in the present. This helps your habits stay durable. In lifestyle terms, Saturn in Pisces strengthens outcomes built on consistency and clear limits; In daily life, keep routines that stabilize your energy and remove noise. A simpler rhythm will help more than a stricter routine. Across the year, your quality of life improves through repeatable systems, not perfect days. Treat this as your operating principle. Pair emotional work with physical grounding: walk barefoot on grass, meditate with a candle, or dance to music that resonates with endings. Choose routines you can actually repeat.",
      "deep_report": "This annual deep report begins with the clearest long-arc signals, then integrates supporting influences in order. In lifestyle terms, keep routines as the anchor theme.\n\nAcross the next stretch, this signal refines pace: The dominant influence now is theme archetype of release and closure. In lifestyle terms, Release and closure is the dominant theme, and steady execution is the real advantage; In daily life, keep routines that stabilize your energy and remove noise. At the wellbeing layer, begin with This is the year to surrender what no longer serves you, not out of weakness, but as a sacred act of renewal. Make it practical with Pair emotional work with physical grounding: walk barefoot on grass, meditate with a candle, or dance to music that resonates with endings. Let What am I holding onto that doesn’t align with my current vision guide boundaries around over-identifying with emotional releases—let them flow like the tide, but don’t let them pull you under by staying too long in the past. With Saturn sextile Uranus peaks on Jan 15 active, let it reset recovery pacing in daily structure, environment, and sustainability for this year.\n\nAs the long game develops, this influence keeps structure intact; the lived expression is this: The next strategic tension point is planetary spotlight on eclipse focus. At daily-rhythm level, eclipse windows are the active focus, so clarity and pacing become non-negotiable; In lifestyle terms, let this shape routines that are simple enough to repeat. The wellbeing tension point is Embrace the quiet strength of this Cancer season—your emotional depth is your superpower. Ease reactivity via Schedule ‘emotional check-ins’ with yourself. Carry Consider your emotional ‘home.’ Where do you feel most at peace and limit isolating yourself in frustration. As Saturn conjunction Neptune peaks on Feb 15 peaks, rebalance effort and restoration in daily structure, environment, and sustainability this year.\n\nAs the long game develops, this influence keeps structure intact; the practical consequence is this: Cadence quality improves when eclipse layer of nodal activation is handled cleanly. In lifestyle terms, with nodal activation in the eclipse layer, choices made now tend to echo longer; In daily life, keep routines that stabilize your energy and remove noise. At the body-rhythm level, pacing improves via Channel the lunar intensity into intentional boundaries; your needs aren’t negotiable, especially now. Sequence it with Invest in quiet rituals that honor your lunar cycle—moonlit walks, candlelit meals, or journaling at dusk. Keep Your past self would’ve appreciated how much you’ve grown—celebrate the evolution, not just the struggles in view around Guard against people who drain your energy or dismiss your emotional needs—your peace is non-negotiable. As Jupiter stations direct on Mar 15 comes into focus, use it to regulate your rhythm in daily structure, environment, and sustainability this year.\n\nAs the long game develops, this influence keeps structure intact; the practical consequence is this: An integration influence now is outer-planet signature of uranus shift. At daily-rhythm level, Outer-planet emphasis on Uranus shifts favors reinvention and strategic flexibility; In lifestyle terms, let this shape routines that are simple enough to repeat. To consolidate recovery quality, prioritize This year, your adaptability isn’t just a trait; it’s a superpower. Operationalize with Prioritize ‘micro-adventures’: explore a new neighborhood, take an unconventional route home, or try a skill that feels like a puzzle. Keep Ask yourself: What’s a habit I’ve outgrown active and avoid the urge to cling to routines that feel stale. As Jupiter trine Vesta peaks on Apr 15 peaks, rebalance effort and restoration in daily structure, environment, and sustainability this year.\n\nThe yearly moat is disciplined sequencing: dominant arc defines the path, secondary signals sharpen the method.",
      "highlights": [
        "Release and closure is setting the tone; consistency beats urgency.",
        "Eclipse windows are the active focus, so clarity and pacing become non-negotiable.",
        "Nodal activation increases consequence, so intentional choices matter more.",
        "Outer-planet emphasis on Uranus shifts favors reinvention and strategic flexibility."
      ],
      "cautions": [
        "Avoid over-identifying with emotional releases—let them flow like the tide, but don’t let them pull you under by staying too long in the past.",
        "Guard against people who drain your energy or dismiss your emotional needs—your peace is non-negotiable.",
        "Monitor isolating yourself in frustration. While this season demands solitude, too much withdrawal can deepen melancholy. Reach out to loved ones for shared meals or walks, even if it’s just to vent.",
        "Avoid overidentifying with others’ expectations of ‘Cancer energy’—your emotional depth isn’t a performance. When you feel pulled toward people-pleasing or martyrdom, pause and ask: Is this serving my truth or someone else’s ideal?"
      ],
      "actions": [
        "Pair emotional work with physical grounding: walk barefoot on grass, meditate with a candle, or dance to music that resonates with endings.",
        "Schedule ‘emotional check-ins’ with yourself. Every 3 months, pause and ask: How am I showing up for my needs? Adjust your habits accordingly. Your Cancer energy is strongest when aligned with authenticity.",
        "Allocate toward quiet rituals that honor your lunar cycle—moonlit walks, candlelit meals, or journaling at dusk.",
        "Prioritize ‘micro-adventures’: explore a new neighborhood, take an unconventional route home, or try a skill that feels like a puzzle. Small rebellions build confidence."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 14.6,
        "opportunity": 100.0,
        "focus": 96.5,
        "stability": 16.7,
        "connection": 82.5
      },
      "intensity": "elevated",
      "factor_details": [
        {
          "factor_type": "jupiter_in_sign",
          "factor_value": "CANCER",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Cancer’s protective shell is now a magnet for opportunities that align with your values. Let go of what no longer serves you and welcome growth with open arms.",
            "caution": "Be mindful of people-pleasing when Jupiter’s flow encourages generosity. Set boundaries to protect your energy, especially in family or home settings.",
            "reflection": "What’s a small, symbolic act of care you can perform yearly? A meal prepared with love, a handwritten note, or a ritual that grounds you in the present.",
            "yearly_tip": "Embrace the paradox: Your need for security now means you’re also being tested to step beyond comfort. Trust that the challenges will reveal your true strength.",
            "affirmation": "I honor my intuition as a compass, guiding me toward what truly sustains my soul. My home is a sanctuary of growth and intention."
          }
        },
        {
          "factor_type": "saturn_in_sign",
          "factor_value": "PISCES",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Your home and routines are your sanctuary. Use this time to build systems that protect your peace—no more overgiving without purpose.",
            "caution": "Avoid the pitfall of emotional exhaustion by resisting the urge to absorb others’ needs without reciprocity. Pisces’ sensitivity amplifies the risk of being drained by well-meaning but unsustainable demands.",
            "reflection": "Journal about where you’ve allowed yourself to be too soft. What habits, relationships, or self-perceptions have you carried without question? Saturn’s energy forces you to confront these patterns head-on.",
            "yearly_tip": "Invest in a physical boundary tool—like a ‘no’ script or a locked drawer for sensitive items—to practice assertiveness in yearly life.",
            "affirmation": "This year, I walk my path with courage and clarity, even when it requires sacrifice."
          }
        },
        {
          "factor_type": "chiron_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Your intuition sharpens as a warrior’s sword; trust the gut instincts that arise when you’re truly aligned with your core needs.",
            "caution": "If relationships feel strained, focus on clarity over conflict. Aries’ bluntness can clash with Cancer’s sensitivity; bridge the gap with direct, heartfelt communication.",
            "reflection": "How do you handle decisions when your emotions feel like a storm? Practice grounding moments of doubt by writing down your instincts and trusting the process.",
            "yearly_tip": "If you’re in a creative project, block out ‘emotional energy’ hours where you’re only working—no distractions. Let your mind recharge like a battery.",
            "affirmation": "I trust that my intuition, when aligned with my truth, will lead me to bold, meaningful action."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "The moon’s retrograde is your mirror: what’s draining you in relationships or yearly routines? Let it surface so you can rebuild with clarity.",
            "caution": "Be mindful of relationship_tension if you’re in a partnership. The retrograde review forces honesty—don’t let pride delay necessary conversations.",
            "reflection": "Ask yourself: What did I learn about resilience this year? Cancer’s retrograde isn’t just about loss—it’s about reclaiming what was lost to shape something stronger.",
            "yearly_tip": "If you’re feeling stagnant, action_activation is your ally. Take one bold step this year: declutter a space, start a project, or speak up in a conversation.",
            "affirmation": "I release what no longer serves me and create space for growth."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Cancer’s watery depth is amplifying—channel it into small, meaningful rituals that honor your boundaries and care for others.",
            "caution": "Watch for people who drain your emotional reserves; this aspect demands you protect your energy like a shield.",
            "reflection": "Notice how you respond to others’ needs—are you absorbing them like a sponge, or setting boundaries that honor both?",
            "yearly_tip": "Trust that this aspect is a gift—not just for others, but for your own ability to sustain love and connection.",
            "affirmation": "My sextile energy flows like a river; I trust its current to carry me toward growth, not stagnation."
          }
        },
        {
          "factor_type": "planetary_focus",
          "factor_value": "eclipse_focus",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Embrace the quiet strength of this Cancer season—your emotional depth is your superpower. The eclipse amplifies your need for nurturing rituals to rebuild what feels drained.",
            "caution": "Avoid isolating yourself in frustration. While this season demands solitude, too much withdrawal can deepen melancholy. Reach out to loved ones for shared meals or walks, even if it’s just to vent.",
            "reflection": "Consider your emotional ‘home.’ Where do you feel most at peace? This is your invitation to curate spaces and routines that reflect that. A cluttered space often mirrors a cluttered mind—simplify.",
            "yearly_tip": "Schedule ‘emotional check-ins’ with yourself. Every 3 months, pause and ask: How am I showing up for my needs? Adjust your habits accordingly. Your Cancer energy is strongest when aligned with authenticity.",
            "affirmation": "I am a nurturer, but not at the cost of my well-being. My needs matter, and I honor them with kindness. My emotions are a gift, not a burden. I trust the process."
          }
        },
        {
          "factor_type": "retrograde_archetypes",
          "factor_value": "mixed_retrogrades",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "The mixed retrogrades signal a push-pull—balance emotional depth with disciplined action to avoid stagnation in self-care.",
            "caution": "Resist the urge to suppress emotions entirely; instead, channel them into constructive reflection or creative expression to prevent emotional overload.",
            "reflection": "Reflect on how your lifestyle choices (sleep, nutrition, movement) directly impact your emotional stability—small tweaks here create a ripple effect.",
            "yearly_tip": "Cancer’s retrograde year thrives on restricted growth—focus on quality over quantity in how you spend your energy, especially in relationships and self-care.",
            "affirmation": "I honor my emotional needs as sacred, and I protect my energy with intentional boundaries."
          }
        },
        {
          "factor_type": "ingress_archetypes",
          "factor_value": "nodal_shift",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "This year, lean into the shift: your feelings are your compass, not just your limits. The tide is turning inward, and clarity will follow.",
            "caution": "Resist the urge to cling to nostalgia or retreat into comfort zones. The shift demands you move with your emotions, not hide from them.",
            "reflection": "Ask: What emotional energy am I resisting, and why? The answer may reveal an unspoken need or fear.",
            "yearly_tip": "Limit exposure to triggers that amplify overwhelm. Your energy is precious; protect it by setting boundaries around emotional noise.",
            "affirmation": "I release the need to control every wave of my feelings. My nodal shift is a gift, not a burden."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "nodal_activation",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Channel the lunar intensity into intentional boundaries; your needs aren’t negotiable, especially now.",
            "caution": "Guard against people who drain your energy or dismiss your emotional needs—your peace is non-negotiable.",
            "reflection": "Your past self would’ve appreciated how much you’ve grown—celebrate the evolution, not just the struggles.",
            "yearly_tip": "Invest in quiet rituals that honor your lunar cycle—moonlit walks, candlelit meals, or journaling at dusk.",
            "affirmation": "This year, I release what no longer serves my growth and embrace the strength of my lunar essence."
          }
        },
        {
          "factor_type": "outer_planet_focus",
          "factor_value": "uranus_shift",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "This year, your adaptability isn’t just a trait; it’s a superpower. Use it to navigate life’s twists with confidence, not fear.",
            "caution": "Resist the urge to cling to routines that feel stale. Uranus demands you experiment, but only with boundaries: protect your rest and mental space.",
            "reflection": "Ask yourself: What’s a habit I’ve outgrown? Your Cancer self is protective, but this shift is forcing you to let go of what no longer serves your growth—even if it’s painful.",
            "yearly_tip": "Prioritize ‘micro-adventures’: explore a new neighborhood, take an unconventional route home, or try a skill that feels like a puzzle. Small rebellions build confidence.",
            "affirmation": "Change is my friend; resistance is my enemy. I move with purpose, not fear."
          }
        },
        {
          "factor_type": "nodal_axis",
          "factor_value": "leo_aquarius",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Reflect on how your past year’s sacrifices (time, energy, or resources) have shaped your current capacity for generosity. What’s one way you can honor that legacy without overstretching?",
            "caution": "Avoid overidentifying with others’ expectations of ‘Cancer energy’—your emotional depth isn’t a performance. When you feel pulled toward people-pleasing or martyrdom, pause and ask: Is this serving my truth or someone else’s ideal?",
            "reflection": "Your yearly rhythm may shift with the moon. Notice how your mood aligns with lunar phases—are you most creative during new moon, or do you recharge during full moon? Use this awareness to structure your schedule intentionally.",
            "yearly_tip": "Invest in a ‘boundary jar’: Write down moments where you’ve overstepped or been taken advantage of. Every time you feel the urge to react impulsively, pause and ask: Would this benefit me long-term? Then revisit the jar yearly to process.",
            "affirmation": "I release what no longer serves my soul’s growth, trusting that my energy is meant to nourish, not burden others."
          }
        },
        {
          "factor_type": "yearly_theme_archetypes",
          "factor_value": "release_and_closure",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "This is the year to surrender what no longer serves you, not out of weakness, but as a sacred act of renewal.",
            "caution": "Avoid over-identifying with emotional releases—let them flow like the tide, but don’t let them pull you under by staying too long in the past.",
            "reflection": "Ask: What am I holding onto that doesn’t align with my current vision? Let this be a time to audit your priorities.",
            "yearly_tip": "Pair emotional work with physical grounding: walk barefoot on grass, meditate with a candle, or dance to music that resonates with endings.",
            "affirmation": "Every ending is a chapter, and I choose to write the next with intention and joy."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "2d51f37ed277df79",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_lifestyle_yearly_post",
    "endpoint_description": "Provides this year's lifestyle horoscope.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-09T09:52:35.740512+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": ""
  }
}