Zum Inhalt

Jährliches Liebeshoroskop für Paare

Der Endpunkt Yearly Couples Love Horoscope (Jährliches Liebeshoroskop für Paare) gibt den von der Engine generierten Abschnitt love_couples für ein Benutzerprofil zurück.

Sprache: Nur Englisch (aktuell)

Sprachunterstützung: Dieser Engine-gestützte Endpunkt /api/v1/horoscope/reports/* unterstützt derzeit ausschließlich Englisch (lang=en).

Endpunkt

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

Request Body (Anfragekörper)

Name Erforderlich Typ Beispiel Beschreibung
dob Ja string 1992-07-16 Geburtsdatum (YYYY-MM-DD). Muster: ^\d{4}-\d{2}-\d{2}$
timezone Nein string America/New_York IANA-Zeitzone, die verwendet wird, um Periodenanker präzise aufzulösen. Standard: UTC
include_snapshot Nein boolean (nullable) - Optionaler Schalter für den Kompaktmodus. Auf false setzen, um den Snapshot-Block aus der Antwort-Nutzlast zu entfernen.
include_positions Nein boolean (nullable) - Optionaler Schalter für den Kompaktmodus. Auf false setzen, um Positions-Arrays aus der Antwort-Nutzlast zu entfernen.
zodiac_system Nein string (nullable) tropical Berechnungsmodus für das Tierkreiszeichen. Erlaubt: sidereal, tropical
ayanamsa Nein string (nullable) lahiri Siderisches Ayanamsa-System (wird verwendet, wenn der siderische Modus ausgewählt ist). Erlaubt: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system Nein string (nullable) placidus Hausberechnungssystem. Erlaubt: placidus, whole_sign, equal, koch
node_type Nein string (nullable) true Modus für die Mondknoten. Erlaubt: true, mean
tenant_id Nein string (nullable) docs-smoke Optionale Überschreibung des Mandanten-/Cache-Namespace.
birth_time Nein string (nullable) 13:45 Geburtszeit (HH:MM, 24h). Muster: ^\d{2}:\d{2}$
birth_latitude Nein number (nullable) 40.7128 Geburtsbreitengrad. Zusammen mit birth_longitude angeben.
birth_longitude Nein number (nullable) -74.0060 Geburtslängengrad. Zusammen mit birth_latitude angeben.
birth_timezone Nein string (nullable) America/New_York Überschreibung der Zeitzone zur Geburtszeit (IANA).
year Ja integer 2026 Zieljahr. Bereich: 1900 bis 2100

Response (Antwort)

Gibt die rohe Horoskop-Antwort der Engine für den Abschnitt love_couples zurück, angehängt um Gateway-Metadaten:

  • _enterprise
  • _api_metadata_

Beispiel für den personalisierten Modus (Empfohlen)

Der personalisierte Modus aktiviert zusätzliche deterministische Swiss-Ephemeris-Vektoren (z. B. Häuser, Timing-Vektoren und optionale astrologische Ebenen). Das bedeutet, dass zwei Benutzer mit demselben Sternzeichen unterschiedliche Berichtsinhalte erhalten können, wenn sich die Geburtsdaten unterscheiden.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/love_couples/yearly?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "year": 2026,
  "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"
}'

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

Der allgemeine Modus ist für den produktiven Einsatz geeignet und wird mit nicht-personalisierten Ebenen berechnet. Er basiert auf Sternzeichen, sodass Benutzer mit demselben Sternzeichen für denselben Zeitraum dieselbe Kernlesung erhalten. Verwenden Sie diesen Modus, wenn Sie eine stabile Ausgabe auf Sternzeichenebene ohne benutzerspezifische Unterschiede durch Geburtsvektoren wünschen.

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

Beispielantwort

{
  "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": "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": {
      "jupiter_in_sign": "LEO",
      "saturn_in_sign": "ARIES",
      "chiron_in_sign": "TAURUS",
      "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": "virgo_pisces",
      "yearly_house_focus": "eleventh_house",
      "yearly_theme_archetypes": "creative_expansion"
    },
    "focus_source": null,
    "planet_focus_source": null,
    "top_drivers": [],
    "aspect_signature": null,
    "transit_windows": [],
    "daily_personalized_stats": null
  },
  "sections": [
    {
      "section": "love_couples",
      "title": "Love Couples yearly outlook: protective and intuitive (high)",
      "headline": "Yearly theme for partnership rhythm, repair, and intimacy: release and closure",
      "summary": "Across 2026, partnership rhythm, repair, and intimacy becomes the defining terrain for Cancer. This year keeps returning to revision pressure and strategic slowdown, asking you to replace defensiveness under stress with repair with accountability. Long-arc progress depends on rhythm you can trust. In relationship terms this year, release and closure defines the arc, with growth through partnership maturity, trust repair, and durable intimacy. 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 strength and direction of your partnership arc. Let this shift guide your pacing, not your panic. Inside partnership dynamics, Eleventh house emphasis keeps pulling attention toward friendships, community, and long-range goals; In partnership terms, prioritize repair, listening, and aligned expectations. Your eleventh house energy this year is a magnet for the quiet strength of shared visions\u2014where alliances bloom from mutual purpose rather than need. That emphasis strengthens emotional safety. Meanwhile, At relationship level, eclipse focus intensifies consequence; paced decisions now carry longer echoes; For the relationship, turn this into practical repair and cleaner agreements. Consider: What small, yearly rituals could we create to honor this eclipse\u2019s emotional depth? A shared walk, a quiet coffee, or a written note. This supports trust where it matters most. Inside partnership dynamics, Under Jupiter in Leo, doors open fastest where courage and planning collaborate; In partnership terms, prioritize repair, listening, and aligned expectations. What looks like momentum can still be defensiveness under stress; real progress comes from repair with accountability. Across the year, the healthiest gains come from steady repair and shared accountability. Keep this as your closing compass. Schedule \u2018emotional check-ins\u2019 every three months\u2014not just during conflicts. Use them to celebrate wins and realign priorities. Small repair moments will matter most.",
      "deep_report": "At annual scale, the storyline opens with defining pressure and then maps secondary influences into execution logic. For this yearly love couples arc, let repair be your orienting principle.\n\nThe opening annual movement is unmistakable; the practical consequence is this: The first structural cue in this yearly narrative is theme archetype of release and closure. Inside partnership dynamics, Release and closure is the dominant theme, and steady execution is the real advantage; In partnership terms, prioritize repair, listening, and aligned expectations. In relationship space, center You\u2019re not just sharing a home, you\u2019re co-creating a legacy. Make it visible through Schedule \u2018emotional check-ins\u2019 every three months\u2014not just during conflicts. Keep how do you and your partner define \u2018home\u2019\u2014physically, emotionally, or spiritually close and limit Don\u2019t confuse closeness with possession. With Saturn sextile Uranus peaks on Jan 15 active, let it refine how you pace reciprocity in partnership rhythm, repair, and intimacy for this year.\n\nInto integration mode, this final layer keeps the year coherent; the lived expression is this: The next strategic tension point is planetary spotlight on eclipse focus. At relationship level, eclipse focus intensifies consequence; paced decisions now carry longer echoes; For the relationship, turn this into practical repair and cleaner agreements. Relational tension appears around This is your chance to anchor your love in mutual growth, not just emotional safety. Soften and structure it through Prioritize \u2018slow love\u2019\u2014small, consistent actions (cooking together, deep conversations) will anchor your bond during this transformative time. Keep reflecting on What small, yearly rituals could we create to honor this eclipse\u2019s emotional depth while watching Be mindful of emotional exhaustion\u2014Cancer\u2019s sensitivity can blur boundaries during this time. As Saturn conjunction Neptune peaks on Feb 15 peaks, recalibrate closeness and boundaries in partnership rhythm, repair, and intimacy this year.\n\nA companion yearly influence adjusts the trajectory; the lived expression is this: The next timing lever is eclipse layer of nodal activation. Inside partnership dynamics, with nodal activation in the eclipse layer, choices made now tend to echo longer; In partnership terms, prioritize repair, listening, and aligned expectations. In relational pacing, Your emotional depth now demands shared vulnerability\u2014lean into the quiet moments where your partner\u2019s warmth mirrors your own need for security is the key. Sequence it with Create a \u2018safe space\u2019 ritual\u2014light a candle during quiet time, share one honest thought, then listen without judgment. Use Revisit your past mistakes where trust crumbled\u2014how did you rebuild to stay clear of over-relying on nostalgia for comfort\u2014your partner\u2019s emotional needs may shift as your lunar cycle does. As Jupiter stations direct on Mar 15 comes into focus, use it to clean up relational timing in partnership rhythm, repair, and intimacy this year.\n\nAt midyear, this thread becomes strategically decisive; the practical consequence is this: A consolidating influence in this yearly arc is house-focus activation in eleventh house. At relationship level, Eleventh house emphasis keeps pulling attention toward friendships, community, and long-range goals; For the relationship, turn this into practical repair and cleaner agreements. For relational consolidation, anchor Your eleventh house energy this year is a magnet for the quiet strength of shared visions\u2014where alliances bloom from mutual purpose rather than need. Operationalize it through Prioritize partnerships where your future plans feel intertwined with theirs, not just parallel. Hold Ask yourself: Which of your past partnerships felt like a home, and which felt like a temporary shelter and watch for Over-reliance on external validation from your network can dilute your own emotional boundaries. As Jupiter trine Vesta peaks on Apr 15 peaks, recalibrate closeness and boundaries in partnership rhythm, repair, and intimacy this year.\n\nAnnual premium quality is built by keeping the main arc stable while letting secondary layers optimize pacing.",
      "highlights": [
        "Release and closure is setting the tone; consistency beats urgency.",
        "Eclipse focus intensifies consequence; paced decisions now carry longer echoes.",
        "Nodal activation increases consequence, so intentional choices matter more.",
        "House activation highlights friendships, community, and long-range goals as the most activated life areas this cycle."
      ],
      "cautions": [
        "Don\u2019t confuse closeness with possession. True partnership thrives when you both feel secure in your individuality within the bond.",
        "Steer clear of over-relying on nostalgia for comfort\u2014your partner\u2019s emotional needs may shift as your lunar cycle does.",
        "Over-reliance on external validation from your network can dilute your own emotional boundaries. This year, anchor your love in what you know is true, not what others project.",
        "Be mindful of emotional exhaustion\u2014Cancer\u2019s sensitivity can blur boundaries during this time. Set gentle, shared limits to honor both needs."
      ],
      "actions": [
        "Schedule \u2018emotional check-ins\u2019 every three months\u2014not just during conflicts. Use them to celebrate wins and realign priorities.",
        "Prioritize partnerships where your future plans feel intertwined with theirs, not just parallel. The eleventh house thrives on synergy, not parallelism.",
        "Prioritize \u2018slow love\u2019\u2014small, consistent actions (cooking together, deep conversations) will anchor your bond during this transformative time.",
        "Create a \u2018safe space\u2019 ritual\u2014light a candle during quiet time, share one honest thought, then listen without judgment."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 16.2,
        "opportunity": 100.0,
        "focus": 100.0,
        "stability": 17.2,
        "connection": 93.9
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "jupiter_in_sign",
          "factor_value": "LEO",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "This year, trust that their intuitive Cancer instincts will guide you toward love\u2019s most fulfilling expressions.",
            "caution": "Avoid over-reliance on Leo\u2019s dramatic flair to distract from the quiet stability Cancer craves\u2014balance their duality carefully.",
            "reflection": "Ask: What does it mean to love with Leo\u2019s passion while honoring Cancer\u2019s need for security? Reflect on how your past conflicts shaped this tension.",
            "yearly_tip": "Schedule regular \u2018Cancer check-ins\u2019 where you both pause to reflect on your bond\u2019s emotional foundation before diving into new adventures.",
            "affirmation": "\u2018I trust my partner\u2019s intuition as fiercely as I embrace our shared brilliance.\u2019"
          }
        },
        {
          "factor_type": "saturn_in_sign",
          "factor_value": "ARIES",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Aries Saturn energy thrives on momentum, but Cancer\u2019s love asks for sustained effort. The reward isn\u2019t just in the outcome\u2014it\u2019s in the process of proving to yourself that commitment isn\u2019t weakness.",
            "caution": "Avoid the trap of \u2018I\u2019ll fix this later\u2019\u2014Saturn in Aries won\u2019t tolerate half-measures in relationships. If there\u2019s friction, address it now, not when the mood is right (which, let\u2019s be honest, never is).",
            "reflection": "Ask yourself: What\u2019s the one thing I\u2019ve been avoiding in this relationship that Saturn is forcing me to confront? It could be a boundary, a habit, or a fear. Uncover it now\u2014this isn\u2019t a test, it\u2019s a chance to grow.",
            "yearly_tip": "Create a \u2018love contract\u2019 with your partner\u2014written, not verbal. Include non-negotiables (e.g., \u2018We\u2019ll communicate before cancelling plans\u2019) and celebrate when you stick to them. Saturn rewards consistency.",
            "affirmation": "\u2018I honor the depth of this love by showing up\u2014disciplined, honest, and present\u2014even when it\u2019s hard. My commitment isn\u2019t a one-time choice; it\u2019s a yearly practice of trust and growth.\u2019"
          }
        },
        {
          "factor_type": "chiron_in_sign",
          "factor_value": "TAURUS",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Taurus energy in Chiron\u2019s orbit means your Cancer partner craves stability in intimacy, so prioritize shared rituals that feel real and nourishing.",
            "caution": "Chiron\u2019s challenge here isn\u2019t about conflict but about redefining what \u2018safe\u2019 looks like in your dynamic\u2014don\u2019t default to old patterns.",
            "reflection": "Reflect on a time you both felt \u2018stuck\u2019\u2014what shifted when you both chose to grow, even if it was uncomfortable?",
            "yearly_tip": "Start a \u2018love audit\u2019 every six months: Rate your connection on 1\u201310 in categories like emotional support, physical intimacy, and shared goals. Adjust based on the numbers.",
            "affirmation": "This year, I choose to love my partner with the patience of a Taurus and the intuition of a Cancer\u2014creating a love that feels both grounded and alive."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "This is your time to revisit what truly nourishes your partnership. What small gestures or rituals have you neglected? Rekindle them now.",
            "caution": "Resist the urge to compare your relationship to others\u2019 during this retrograde. Your love\u2019s unique rhythm is what makes it special.",
            "reflection": "Reflect on a time you felt truly seen in your partner\u2019s love. What made that moment special? Replicate those elements intentionally this year.",
            "yearly_tip": "Prioritize your partner\u2019s emotional needs as you would your own. If they\u2019re upset, listen fully before offering solutions. Sometimes, they just need to be heard.",
            "affirmation": "Every small act of care I give to my partner is a seed for a stronger, more resilient bond. I nurture it with intention."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Trust that your instincts and theirs align in ways that feel effortless, even when the words aren\u2019t perfect.",
            "caution": "When emotions run high, pause and ask: What\u2019s the smallest, kindest way to respond? This sextile thrives on mutual respect.",
            "reflection": "Ask yourself: What\u2019s a vulnerability I\u2019ve been avoiding sharing? Your partner\u2019s sextile flow could be your mirror.",
            "yearly_tip": "Schedule \u2018emotional check-ins\u2019 where you both pause to name what\u2019s flowing (or stuck) without judgment.",
            "affirmation": "I release the need to control this sextile energy\u2014it\u2019s alive when both of us surrender to it."
          }
        },
        {
          "factor_type": "planetary_focus",
          "factor_value": "eclipse_focus",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This is your chance to anchor your love in mutual growth, not just emotional safety. Trust that both of you are evolving together.",
            "caution": "Be mindful of emotional exhaustion\u2014Cancer\u2019s sensitivity can blur boundaries during this time. Set gentle, shared limits to honor both needs.",
            "reflection": "Consider: What small, yearly rituals could we create to honor this eclipse\u2019s emotional depth? A shared walk, a quiet coffee, or a written note.",
            "yearly_tip": "Prioritize \u2018slow love\u2019\u2014small, consistent actions (cooking together, deep conversations) will anchor your bond during this transformative time.",
            "affirmation": "I trust that my partner\u2019s eclipse energy mirrors my own need for depth, and together we\u2019re creating something stronger than either of us could alone."
          }
        },
        {
          "factor_type": "retrograde_archetypes",
          "factor_value": "mixed_retrogrades",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Trust that vulnerability here won\u2019t erode trust; it\u2019ll strengthen the foundation of your intimacy.",
            "caution": "Guard against assuming your partner\u2019s needs mirror your own\u2014ask instead: \u2018What does this moment need from me?\u2019",
            "reflection": "Write down one thing you appreciate about your partner\u2019s emotional presence this year. Read it aloud to each other.",
            "yearly_tip": "Trust that mixed retrogrades will reveal hidden strengths in your partnership\u2014prioritize them over resistance.",
            "affirmation": "\u2018Our love grows from the quiet moments we choose to nurture, not the loud ones we ignore.\u2019"
          }
        },
        {
          "factor_type": "ingress_archetypes",
          "factor_value": "nodal_shift",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Your partner\u2019s emotional depth will mirror yours, creating a space where both of you feel truly seen.",
            "caution": "Watch for subtle power struggles when your intuitive Cancer instincts clash with your partner\u2019s need for structure.",
            "reflection": "Observe how your partner responds to your emotional expressions\u2014do they mirror your vulnerability, or push back?",
            "yearly_tip": "When the opposition conflict arises, frame it as a dance\u2014your partner\u2019s challenge may be your partner\u2019s growth.",
            "affirmation": "I trust my partner\u2019s emotional depth as much as my own, and I honor the space where we both grow."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "nodal_activation",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your emotional depth now demands shared vulnerability\u2014lean into the quiet moments where your partner\u2019s warmth mirrors your own need for security.",
            "caution": "Avoid over-relying on nostalgia for comfort\u2014your partner\u2019s emotional needs may shift as your lunar cycle does.",
            "reflection": "Revisit your past mistakes where trust crumbled\u2014how did you rebuild? Use those lessons to anchor this relationship.",
            "yearly_tip": "Create a \u2018safe space\u2019 ritual\u2014light a candle during quiet time, share one honest thought, then listen without judgment.",
            "affirmation": "I choose to be the steady, loving anchor they deserve, even when my own waters run deep."
          }
        },
        {
          "factor_type": "outer_planet_focus",
          "factor_value": "uranus_shift",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Lean into Uranus\u2019s shift as your emotional anchor\u2014this year, trust your instincts over rigid routines to deepen connection.",
            "caution": "If your partner resists change, explore why beneath the surface\u2014Uranus demands honesty, not just excitement.",
            "reflection": "What\u2019s one tradition or routine in your relationship that feels outdated? Uranus asks you to let go of what no longer fuels passion.",
            "yearly_tip": "Schedule \u2018unpredictable\u2019 dates\u2014try a road trip or a spontaneous activity to reignite the thrill of discovery in your relationship.",
            "affirmation": "Uranus\u2019s energy reminds me that my partner\u2019s heart is as dynamic as mine\u2014we\u2019re co-creators of our love story."
          }
        },
        {
          "factor_type": "nodal_axis",
          "factor_value": "virgo_pisces",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Lean into your partner\u2019s practicality\u2014Virgo\u2019s precision meets Pisces\u2019 intuition, creating a rhythm where care meets depth.",
            "caution": "When Virgo\u2019s need for order feels restrictive, remind yourself their structure is your stability anchor.",
            "reflection": "Ask: What does it mean to love someone who sees the unseen while I prioritize the seen? Your answer will shape this year\u2019s love.",
            "yearly_tip": "Invest in a shared \u2018care\u2019 system: Virgo\u2019s organization for logistics, Pisces\u2019 creativity for joy\u2014divide tasks intentionally.",
            "affirmation": "I choose to love with both my mind and my heart, knowing my partner\u2019s love is as real as my own."
          }
        },
        {
          "factor_type": "yearly_house_focus",
          "factor_value": "eleventh_house",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your eleventh house energy this year is a magnet for the quiet strength of shared visions\u2014where alliances bloom from mutual purpose rather than need.",
            "caution": "Over-reliance on external validation from your network can dilute your own emotional boundaries. This year, anchor your love in what you know is true, not what others project.",
            "reflection": "Ask yourself: Which of your past partnerships felt like a home, and which felt like a temporary shelter? This year, choose the former.",
            "yearly_tip": "Prioritize partnerships where your future plans feel intertwined with theirs, not just parallel. The eleventh house thrives on synergy, not parallelism.",
            "affirmation": "I honor the depth of my connections where love feels like a shared purpose, not a shared obligation. My alliances are built on trust, not performance."
          }
        },
        {
          "factor_type": "yearly_theme_archetypes",
          "factor_value": "release_and_closure",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "You\u2019re not just sharing a home, you\u2019re co-creating a legacy. Lean into the quiet moments where connection deepens beyond routine.",
            "caution": "Don\u2019t confuse closeness with possession. True partnership thrives when you both feel secure in your individuality within the bond.",
            "reflection": "How do you and your partner define \u2018home\u2019\u2014physically, emotionally, or spiritually? Align these definitions now to avoid future friction.",
            "yearly_tip": "Schedule \u2018emotional check-ins\u2019 every three months\u2014not just during conflicts. Use them to celebrate wins and realign priorities.",
            "affirmation": "I release what no longer serves our love, trusting that my partner and I are co-creating a future that feels as authentic as it does united."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "602fa473ed22a8eb",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts\u00ae",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_love_couples_yearly_post",
    "endpoint_description": "Provides the yearly love forecast for couples.",
    "developer": "Dakidarts\u00ae",
    "copyright": "\u00a9 2026 Dakidarts\u00ae. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-12T10:51:23.945523+01:00",
    "data_source": "Internal Engine",
    "cacheable_status": true,
    "report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
    "response_language": "en",
    "supported_languages": [
      "en"
    ],
    "notes": ""
  }
}