콘텐츠로 이동

어제 커플 사랑 운세

어제 커플 사랑 운세 엔드포인트는, 당신의 별자리별로 맞춤화된 지난 날의 연애 생활에 대한 회고적인 정보를 제공합니다. 이는 파트너십 역학, 감정적 상호 작용 및 로맨틱한 기회 등 어제 발생했던 내용을 보여줍니다.

과거 상호 작용을 검토하고, 감정적 트렌드를 이해하며, 관계에 대해 성찰하는 데 유용합니다.


언어: 영어만 지원 (현재)

언어 지원: 이 엔진 기반 /api/v1/horoscope/reports/* 엔드포인트는 현재 영어만 지원합니다 (lang=en).

엔드포인트

방법 경로
POST https://api.numerologyapi.com/api/v1/horoscope/reports/love_couples/daily/yesterday

요청 본문| 이름 | 필수 | 유형 | 예시 | 설명 |

|---|---|---|---|---| | dob | 예 | 문자열 | 1992-07-16 | Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2} | | timezone | 아니오 | 문자열 | America/New_York | IANA timezone used to resolve period anchors accurately. Default: UTC | | include_snapshot | 아니오 | 부울 (선택 사항) | - | 선택적 컴팩트 모드 설정. 응답 페이로드에서 샷 블록을 제외하도록 설정합니다. | | include_positions | 아니오 | 부울 (선택 사항) | - | 선택적 컴팩트 모드 설정. 응답 페이로드에서 위치 배열을 제외하도록 설정합니다. | | zodiac_system | 아니오 | 문자열 (선택 사항) | tropical | Zodiac computation mode. Allowed: 사이드럴, 트로피컬 | | ayanamsa | 아니오 | 문자열 (선택 사항) | lahiri | Sidereal ayanamsa system (used when sidereal mode is selected). Allowed: 라히리, 파건_브래들리, 크리슈나무르티, 라마, 유크테스워 | | house_system | 아니오 | 문자열 (선택 사항) | placidus | House calculation system. Allowed: 플라시우스, 홀_사인, 이퀄, 코흐 | | node_type | 아니오 | 문자열 (선택 사항) | true | Lunar node mode. Allowed: true, 미안 | | tenant_id | 아니오 | 문자열 (선택 사항) | docs-smoke | 선택적 테넌트/캐시 네임스페이스 오버라이드. | | birth_time | 아니오 | 문자열 (선택 사항) | 13:45 | Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$ || birth_latitude | 아니요 | 숫자 (선택 사항) | 40.7128 | Birth latitude. Provide with 출생 경도. | | birth_longitude | 아니요 | 숫자 (선택 사항) | -74.0060 | Birth longitude. Provide with 출생 위도. | | birth_timezone | 아니요 | 문자열 (선택 사항) | America/New_York | 출생 시간 시간대 오버라이드 (IANA). |

맞춤형 모드 예시 (권장)

맞춤형 모드는 추가적인 결정론적 스위스 에페메리스 벡터를 활성화합니다 (예: 하우스, 타이밍 벡터 및 선택 사항인 천문학적 레이어). 즉, 같은 별자리 가진 두 사용자는 출생 정보가 다르면 다른 보고서 편집본을 받을 수 있습니다.

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

일반 모드 예시 (일반적인 별자리 기반)

일반 모드는 프로덕션 환경에서 사용 가능하며, 개인화되지 않은 레이어를 사용하여 계산됩니다. 별자리를 기준으로 하므로 같은 별자리의 사용자는 동일한 기간에 대해 동일한 기본 분석을 받습니다. 사용자별 출생 벡터 차이 없이 안정적인 별자리 수준의 결과를 얻고 싶을 때 이 모드를 사용하십시오.

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

예시 응답

{
  "report_type": "horoscope",
  "sign": "CANCER",
  "period": "daily",
  "start": "2026-04-07T00:00:00",
  "end": "2026-04-08T00:00:00",
  "data": {
    "period": "daily",
    "start": "2026-04-07T00:00:00",
    "end": "2026-04-08T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-07T12:00:00",
      "zodiac_system": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.223995,
      "ayanamsa_system": "lahiri",
      "sun_sign": "ARIES",
      "moon_sign": "SAGITTARIUS",
      "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": 17.67891408687769,
          "tropical_longitude": 17.67891408687769,
          "sidereal_longitude": 353.45329281526136,
          "latitude": -0.00018276798177510123,
          "speed": 0.9833568354478606,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 17.67891408687769,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Moon",
          "longitude": 258.09451271335615,
          "tropical_longitude": 258.09451271335615,
          "sidereal_longitude": 233.86889144173983,
          "latitude": -5.086088956732362,
          "speed": 11.868267695403189,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 18.094512713356153,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Mercury",
          "longitude": 350.21547763315976,
          "tropical_longitude": 350.21547763315976,
          "sidereal_longitude": 325.9898563615435,
          "latitude": -2.1233831147322704,
          "speed": 1.1441595806289344,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 20.215477633159765,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Venus",
          "longitude": 39.63105778306125,
          "tropical_longitude": 39.63105778306125,
          "sidereal_longitude": 15.40543651144496,
          "latitude": -0.16631386594268807,
          "speed": 1.227182000669275,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.631057783061252,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Mars",
          "longitude": 358.19455403951764,
          "tropical_longitude": 358.19455403951764,
          "sidereal_longitude": 333.9689327679014,
          "latitude": -1.0186039576358337,
          "speed": 0.7797196259007054,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 28.19455403951764,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Jupiter",
          "longitude": 106.2641222810335,
          "tropical_longitude": 106.2641222810335,
          "sidereal_longitude": 82.0385010094172,
          "latitude": 0.3755783866557581,
          "speed": 0.08334497510885186,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 16.264122281033494,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Saturn",
          "longitude": 6.3531106501695085,
          "tropical_longitude": 6.3531106501695085,
          "sidereal_longitude": 342.12748937855326,
          "latitude": -2.1340493104865295,
          "speed": 0.12325699486012033,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 6.3531106501695085,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Uranus",
          "longitude": 59.05468596185015,
          "tropical_longitude": 59.05468596185015,
          "sidereal_longitude": 34.82906469023387,
          "latitude": -0.16927301857817117,
          "speed": 0.046892177579762266,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 29.054685961850147,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Neptune",
          "longitude": 2.445978539364558,
          "tropical_longitude": 2.445978539364558,
          "sidereal_longitude": 338.2203572677482,
          "latitude": -1.3093414992158183,
          "speed": 0.03682975638035889,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 2.445978539364558,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Pluto",
          "longitude": 305.31247973780876,
          "tropical_longitude": 305.31247973780876,
          "sidereal_longitude": 281.08685846619244,
          "latitude": -3.9668545785319056,
          "speed": 0.013390028981939285,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 5.312479737808758,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Chiron",
          "longitude": 26.091048285218868,
          "tropical_longitude": 26.091048285218868,
          "sidereal_longitude": 1.8654270136025883,
          "latitude": 0.36031159693034776,
          "speed": 0.05961150681553471,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.091048285218868,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Ceres",
          "longitude": 39.05528604725739,
          "tropical_longitude": 39.05528604725739,
          "sidereal_longitude": 14.829664775641097,
          "latitude": -4.520137741417602,
          "speed": 0.39739478904980524,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.05528604725739,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "North Node",
          "longitude": 338.172881863159,
          "tropical_longitude": 338.172881863159,
          "sidereal_longitude": 313.94726059154266,
          "latitude": 0.0,
          "speed": -0.07875036540025775,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 8.172881863158977,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "South Node",
          "longitude": 158.17288186315898,
          "tropical_longitude": 158.17288186315898,
          "sidereal_longitude": 133.94726059154266,
          "latitude": 0.0,
          "speed": -0.07875036540025775,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 8.172881863158977,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Lilith",
          "longitude": 252.06829325236245,
          "tropical_longitude": 252.06829325236245,
          "sidereal_longitude": 227.84267198074616,
          "latitude": -5.125862749467886,
          "speed": 0.1120200246167111,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 12.068293252362452,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Pallas",
          "longitude": 353.98254997430996,
          "tropical_longitude": 353.98254997430996,
          "sidereal_longitude": 329.75692870269364,
          "latitude": 3.567904375511222,
          "speed": 0.3272361431266616,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 23.98254997430996,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Juno",
          "longitude": 302.419881789253,
          "tropical_longitude": 302.419881789253,
          "sidereal_longitude": 278.1942605176367,
          "latitude": 11.602373687281121,
          "speed": 0.2538081243350781,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 2.4198817892529974,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Vesta",
          "longitude": 343.5449007785474,
          "tropical_longitude": 343.5449007785474,
          "sidereal_longitude": 319.31927950693114,
          "latitude": -3.8172465060813967,
          "speed": 0.47752668566381934,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 13.544900778547401,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Eris",
          "longitude": 25.19015049136156,
          "tropical_longitude": 25.19015049136156,
          "sidereal_longitude": 0.9645292197452754,
          "latitude": -10.394645053592132,
          "speed": 0.010837141514527466,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 25.19015049136156,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Moon",
          "aspect": "trine",
          "orb": 0.42,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "semi-sextile",
          "orb": 2.54,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 1.41,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.61,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 7.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Mercury",
          "aspect": "square",
          "orb": 2.12,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "quincunx",
          "orb": 1.83,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 2.22,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Chiron",
          "aspect": "trine",
          "orb": 8.0,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "conjunction",
          "orb": 6.03,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pallas",
          "aspect": "square",
          "orb": 5.89,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Juno",
          "aspect": "semi-square",
          "orb": 0.67,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 4.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Eris",
          "aspect": "trine",
          "orb": 7.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 7.98,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 3.95,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 0.1,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 3.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Juno",
          "aspect": "semi-square",
          "orb": 2.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 6.67,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 4.32,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 0.58,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 1.46,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 1.46,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 2.44,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.65,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Juno",
          "aspect": "square",
          "orb": 7.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 3.91,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 0.86,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 4.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 4.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Pallas",
          "aspect": "trine",
          "orb": 7.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 2.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 3.91,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 1.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Ceres",
          "aspect": "semi-sextile",
          "orb": 2.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 1.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 1.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.39,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 5.07,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.87,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.03,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 3.74,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 2.89,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "North Node",
          "aspect": "semi-square",
          "orb": 2.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "South Node",
          "aspect": "sesquiquadrate",
          "orb": 2.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 0.98,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 2.11,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 2.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 0.9,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 0.88,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 0.88,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.07,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.49,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "South Node",
          "aspect": "opposition",
          "orb": 0.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 3.9,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 5.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 3.9,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 5.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 1.48,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 1.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 1.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.23,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 1,
      "aspect_counts": {
        "trine": 12,
        "semi-sextile": 8,
        "square": 13,
        "conjunction": 12,
        "quincunx": 4,
        "semi-square": 10,
        "sextile": 12,
        "sesquiquadrate": 4,
        "opposition": 2
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": []
    },
    "notable_events": [
      "Ceres sextile North Node exact on Apr 07",
      "Neptune sextile Juno exact on Apr 07",
      "Sun trine Moon exact on Apr 07",
      "Mars sextile Uranus exact on Apr 07",
      "Ceres trine South Node exact on Apr 07",
      "Chiron conjunction Eris exact on Apr 07",
      "Venus conjunction Ceres exact on Apr 07",
      "North Node retrograde emphasis",
      "South Node retrograde emphasis"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.88,
        "narrative_priority": 1.731,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "Ceres sextile North Node exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.03,
        "narrative_priority": 1.719,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Moon",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.42,
        "narrative_priority": 1.699,
        "section_bias": {
          "general": 2.3,
          "career": 0.5,
          "lifestyle": 0.5,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.3
        },
        "description": "Sun trine Moon exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Uranus",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.86,
        "narrative_priority": 1.677,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.6,
          "love_singles": 0.3,
          "lifestyle": 0.7,
          "communication": 0.4
        },
        "description": "Mars sextile Uranus exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "South Node",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.88,
        "narrative_priority": 1.621,
        "section_bias": {
          "general": 1.2999999999999998,
          "lifestyle": 0.4,
          "friendship": 0.3
        },
        "description": "Ceres trine South Node exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Chiron",
        "body2": "Eris",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.9,
        "narrative_priority": 1.62,
        "section_bias": {
          "general": 1.0,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Chiron conjunction Eris exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Ceres",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.58,
        "narrative_priority": 1.581,
        "section_bias": {
          "general": 0.6,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4
        },
        "description": "Venus conjunction Ceres exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "retrograde_emphasis",
        "body1": "North Node",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.125,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "North Node retrograde emphasis"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "retrograde_emphasis",
        "body1": "South Node",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.035,
        "section_bias": {
          "general": 1.2999999999999998,
          "lifestyle": 0.4,
          "friendship": 0.3
        },
        "description": "South Node retrograde emphasis"
      }
    ],
    "factor_values": {
      "sun_in_sign": "ARIES",
      "moon_in_sign": "SAGITTARIUS",
      "rising_sign": "VIRGO",
      "transits_archetypes": "retrograde_review",
      "aspects": "square",
      "daily_house_focus": "ninth_house"
    }
  },
  "sections": [
    {
      "section": "love_couples",
      "title": "Love Couples daily outlook: protective and intuitive (high)",
      "summary": "Cancer moves through April 7 with a high-voltage rhythm in partnership rhythm, repair, and intimacy. Small moments of repair and listening carry more weight than grand gestures. Sun trine Moon peaks on Apr 07. Inside partnership dynamics, retrograde review is active, so edits and recalibration outperform rushing; In partnership terms, prioritize repair, listening, and aligned expectations. Revisit your emotional boundaries today—Cancer’s retrograde review demands you audit how you absorb and release love’s energy. That emphasis strengthens emotional safety. Also, At relationship level, the square aspect climate introduces friction that can be productive when handled deliberately; For the relationship, turn this into practical repair and cleaner agreements. Journal: What’s one thing I’ve been avoiding saying to them? This square is the universe nudging you toward honesty, even when it’s uncomfortable. This supports trust where it matters most. If you’re feeling distant, try a ‘slow touch’ ritual: hold hands or shoulders for 10 seconds without words. It resets the nervous system. This supports trust where it matters most.",
      "deep_report": "Today’s deeper storyline starts with primary pressure points, then folds in the supporting layer for tactical clarity. For this daily love couples arc, let intimacy be your orienting principle. A follow-on influence adjusts the tone: The opening thesis centers on transit pattern of retrograde review.\n\nInside partnership dynamics, retrograde review is active, so edits and recalibration outperform rushing; In partnership terms, prioritize repair, listening, and aligned expectations. In relational terms, the invitation is Revisit your emotional boundaries today—Cancer’s retrograde review demands you audit how you absorb and release love’s energy. Translate that into connection behavior with If you’re feeling distant, try a ‘slow touch’ ritual: hold hands or shoulders for 10 seconds without words.\n\nReflect on Where have I been prioritizing my needs over theirs, or vice versa, and avoid overanalyzing during this phase. As Ceres sextile North Node peaks on Apr 07 comes into focus, use it to clean up relational timing in partnership rhythm, repair, and intimacy today. To close the day cleanly, protect the central storyline and trim reactive noise.\n\nPrecision matters more than intensity in this window for partnership repair and connection quality today. Keep your pace honest, and your outcomes stay clean for partnership repair and connection quality today. Today rewards consistency over emotional improvisation for partnership repair and connection quality today.\n\nChoose the next true step, then repeat it calmly for partnership repair and connection quality today.",
      "highlights": [
        "Retrograde review is active, so edits and recalibration outperform rushing.",
        "The square aspect climate introduces friction that can be productive when handled deliberately.",
        "The Moon in Sagittarius colors reactions with a bold, direct, and action-led emotional filter.",
        "House activation highlights beliefs, expansion, travel, and perspective shifts as the most activated life areas this cycle."
      ],
      "cautions": [
        "Monitor overanalyzing during this phase. Retrograde reviews can turn intimacy into a performance, but this is a chance to listen more than debate.",
        "Keep clear of defensive reactions—this isn’t a test of strength but of understanding. When your partner’s emotions spike, pause and mirror their words back to them.",
        "Resist the urge to ‘fix’ their moods. Instead, mirror their emotional energy with patience. A quiet presence often speaks louder than words.",
        "Keep clear of the pitfall of assuming your partner’s philosophical or spiritual pursuits mirror your own—this can create unintended distance if you dismiss their worldview as ‘not yours.’."
      ],
      "actions": [
        "If you’re feeling distant, try a ‘slow touch’ ritual: hold hands or shoulders for 10 seconds without words. It resets the nervous system.",
        "When conflict arises, use the ‘1-2-3 rule’: 1 deep breath, 2 words to acknowledge their feelings, 3 words to ask for clarification. No arguments yet.",
        "Plan a ‘slow ritual’: Dim lights, play soft music, and share a meal without distractions. Cancer’s moon loves ritual; Sagittarius will enjoy the adventure of it.",
        "Begin each day by asking your partner one question that invites them to share a belief or philosophy they hold dear—it’s a small act that can open a door to deeper understanding."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 38.2,
        "opportunity": 100.0,
        "focus": 88.4,
        "stability": 30.5,
        "connection": 89.2
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Your emotional depth as a Cancerian is your superpower—today, lean into the tenderness in your relationship. Aries’ fiery energy thrives when paired with your intuitive, nurturing instincts. Let them feel the warmth of your care, and they’ll reciprocate with bold, protective love.",
            "caution": "Their boldness may push you to retreat into your shell—resist the urge to overanalyze. Instead, anchor them with small, consistent acts of love.",
            "reflection": "Write down one thing you admire about their courage. Keep it close—it’s the seed of your next shared adventure.",
            "daily_tip": "Start your day by sharing one memory of your partner’s bravery with you. Aries loves to be seen as strong, and your Cancerian love will remind them they’re not alone.",
            "affirmation": "‘My love is a bridge, not a barrier. I trust that their Aries heart will find its way to my Cancerian soul.’"
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SAGITTARIUS",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Lean into this emotional high—your Cancer intuition is sharpening as Sagittarius’ restless energy fuels deeper connection. Trust your gut to guide your partner toward vulnerability.",
            "caution": "Resist the urge to ‘fix’ their moods. Instead, mirror their emotional energy with patience. A quiet presence often speaks louder than words.",
            "reflection": "Consider: What’s one ‘adventure’ (even small) you’ve avoided with them? Sagittarius’ energy thrives on novelty—what if you both tried something new?",
            "daily_tip": "Plan a ‘slow ritual’: Dim lights, play soft music, and share a meal without distractions. Cancer’s moon loves ritual; Sagittarius will enjoy the adventure of it.",
            "affirmation": "I honor my partner’s emotional depth as my own. Together, we’re a team that thrives on trust and shared growth."
          }
        },
        {
          "factor_type": "rising_sign",
          "factor_value": "VIRGO",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Lean into the precision of your Virgo rising to turn your Cancer’s emotional depth into a shared creative space. Trust that your practical instincts will help ground your partner’s intuitive needs.",
            "caution": "Avoid overanalyzing every detail of your partner’s emotional shifts, even if they seem small. Cancer’s sensitivity can feel like a minefield if your Virgo mind turns every nuance into a critique.",
            "reflection": "Reflect on a time your Virgo energy helped solve a problem in your relationship. What made it work? (Hint: It wasn’t just logic—it was trust.)",
            "daily_tip": "End the day by sharing one thing you appreciated about your partner’s Virgo energy today. Example: ‘I loved how you organized our schedule so we could have time together.’",
            "affirmation": "I honor my partner’s emotional depth while trusting my Virgo rising to create harmony through structure and care."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Revisit your emotional boundaries today—Cancer’s retrograde review demands you audit how you absorb and release love’s energy.",
            "caution": "Avoid overanalyzing during this phase. Retrograde reviews can turn intimacy into a performance, but this is a chance to listen more than debate.",
            "reflection": "Ask: Where have I been prioritizing my needs over theirs, or vice versa? Cancer’s retrograde asks you to trace the lines of energy in this relationship—where they flow freely, where they’re choked.",
            "daily_tip": "If you’re feeling distant, try a ‘slow touch’ ritual: hold hands or shoulders for 10 seconds without words. It resets the nervous system.",
            "affirmation": "This retrograde isn’t about changing them—it’s about changing how I engage with my own desires in this relationship."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "square",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "The energy here isn’t about control but about clarity. Where once you might have avoided conflict, this moment demands you meet it head-on for deeper trust.",
            "caution": "Avoid defensive reactions—this isn’t a test of strength but of understanding. When your partner’s emotions spike, pause and mirror their words back to them.",
            "reflection": "Journal: What’s one thing I’ve been avoiding saying to them? This square is the universe nudging you toward honesty, even when it’s uncomfortable.",
            "daily_tip": "When conflict arises, use the ‘1-2-3 rule’: 1 deep breath, 2 words to acknowledge their feelings, 3 words to ask for clarification. No arguments yet.",
            "affirmation": "This square is my teacher. I release the need to ‘fix’ it immediately; instead, I embrace the process of learning together."
          }
        },
        {
          "factor_type": "daily_house_focus",
          "factor_value": "ninth_house",
          "weight": 1.08,
          "factor_insights": {
            "motivation": "When you’re drawn to intellectual or spiritual discussions, lean into them. They’re not just topics, but the seeds of a love that evolves with shared curiosity.",
            "caution": "Avoid the pitfall of assuming your partner’s philosophical or spiritual pursuits mirror your own—this can create unintended distance if you dismiss their worldview as ‘not yours.’",
            "reflection": "Consider what you’ve both absorbed from travel, philosophy, or higher learning that has shaped your perspective on love itself—how do these influences intersect or contrast in your relationship?",
            "daily_tip": "Start each day by asking your partner one question that invites them to share a belief or philosophy they hold dear—it’s a small act that can open a door to deeper understanding.",
            "affirmation": "I honor the way my partner’s wisdom and worldview enrich my own, and I commit to being open to learning from them as much as they learn from me."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "1b4521cfcbe4eee1",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.1",
    "endpoint_name": "horoscope_love_couples_daily_yesterday_post",
    "endpoint_description": "Provides yesterday's love horoscope for couples.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-08T07:56:57.542622+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": ""
  }
}

관련 엔드포인트* 오늘의 사랑 운