콘텐츠로 이동

오늘의 운세

내부 Swiss Ephemeris 엔진을 사용하여 오늘의 일반적인 운세를 반환합니다.

앱 UI 통계 강조

개인화된 일별 모드 (birth_time, birth_latitude, birth_longitude)에서 출력 형식은 data.daily_personalized_stats입니다.

앱 UI 통계 모드 트리거 요청 밀도 차트 모듈

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

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

엔드포인트

방법 경로
POST https://api.numerologyapi.com/api/v1/horoscope/reports/today

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

|---|---|---|---|---| | 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 | 아니오 | 부울 (선택 사항) | - | 선택적 컴팩트 모드 스위치. 응답 페이로드에서 샷 블록을 제외하려면 false로 설정합니다. | | include_positions | 아니오 | 부울 (선택 사항) | - | 선택적 컴팩트 모드 스위치. 응답 페이로드에서 위치 배열을 제외하려면 false로 설정합니다. | | 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). | | daily_stats_detail | 아니요 | 문자열 (선택 사항) | compact | Daily personalized stats payload density. Allowed: compact, full. |

참고사항

  • 이 엔드포인트는 POST만 지원합니다.
  • 엔진은 구체적인 날짜를 수락하므로, 요청하기 전에 제공된 타임존에서 today을 해결합니다.
  • 번역 도우미를 사용하려면 선택적 쿼리 lang=en|es|de|fr|pt를 추가하십시오.

사용자 정의 모드 예시 (권장)

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

선택적인 사용자 정의 벡터와 함께 이 엔드포인트를 직접 사용하십시오:

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

공개 모드 예시 (일반적인 별자리 기반)일반 모드는 프로덕션 환경에서 사용 가능하며, 개인화되지 않은 레이어를 사용하여 계산됩니다. 신호 기반으로 작동하므로 동일한 신호를 사용하는 사용자는 동일한 기간 동안 동일한 기본 분석 결과를 받습니다. 사용자별 출생 벡터 차이 없이 안정적인 신호 수준의 결과가 필요한 경우 이 모드를 사용하십시오.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/today?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": "sidereal",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.223995,
      "ayanamsa_system": "lahiri",
      "sun_sign": "PISCES",
      "moon_sign": "SCORPIO",
      "rising_sign": null,
      "house_system": null,
      "house_cusps": null,
      "positions": [
        {
          "name": "Sun",
          "longitude": 353.45329281526136,
          "tropical_longitude": 17.67891408687769,
          "sidereal_longitude": 353.45329281526136,
          "latitude": -0.00018276798177510123,
          "speed": 0.9833568354478606,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 23.453292815261364,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Moon",
          "longitude": 233.86889144173983,
          "tropical_longitude": 258.09451271335615,
          "sidereal_longitude": 233.86889144173983,
          "latitude": -5.086088956732362,
          "speed": 11.868267695403189,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 23.868891441739834,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Mercury",
          "longitude": 325.9898563615435,
          "tropical_longitude": 350.21547763315976,
          "sidereal_longitude": 325.9898563615435,
          "latitude": -2.1233831147322704,
          "speed": 1.1441595806289344,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 25.989856361543502,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Venus",
          "longitude": 15.40543651144496,
          "tropical_longitude": 39.63105778306125,
          "sidereal_longitude": 15.40543651144496,
          "latitude": -0.16631386594268807,
          "speed": 1.227182000669275,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 15.40543651144496,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Mars",
          "longitude": 333.9689327679014,
          "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": 3.9689327679013786,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Jupiter",
          "longitude": 82.0385010094172,
          "tropical_longitude": 106.2641222810335,
          "sidereal_longitude": 82.0385010094172,
          "latitude": 0.3755783866557581,
          "speed": 0.08334497510885186,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 22.038501009417203,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Saturn",
          "longitude": 342.12748937855326,
          "tropical_longitude": 6.3531106501695085,
          "sidereal_longitude": 342.12748937855326,
          "latitude": -2.1340493104865295,
          "speed": 0.12325699486012033,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 12.127489378553264,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Uranus",
          "longitude": 34.82906469023387,
          "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": 4.829064690233871,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Neptune",
          "longitude": 338.2203572677482,
          "tropical_longitude": 2.445978539364558,
          "sidereal_longitude": 338.2203572677482,
          "latitude": -1.3093414992158183,
          "speed": 0.03682975638035889,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 8.220357267748227,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Pluto",
          "longitude": 281.08685846619244,
          "tropical_longitude": 305.31247973780876,
          "sidereal_longitude": 281.08685846619244,
          "latitude": -3.9668545785319056,
          "speed": 0.013390028981939285,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 11.086858466192439,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Chiron",
          "longitude": 1.8654270136025883,
          "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": 1.8654270136025883,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Ceres",
          "longitude": 14.829664775641097,
          "tropical_longitude": 39.05528604725739,
          "sidereal_longitude": 14.829664775641097,
          "latitude": -4.520137741417602,
          "speed": 0.39739478904980524,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 14.829664775641097,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "North Node",
          "longitude": 313.94726059154266,
          "tropical_longitude": 338.172881863159,
          "sidereal_longitude": 313.94726059154266,
          "latitude": 0.0,
          "speed": -0.07875036540025775,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 13.947260591542658,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "South Node",
          "longitude": 133.94726059154266,
          "tropical_longitude": 158.17288186315898,
          "sidereal_longitude": 133.94726059154266,
          "latitude": 0.0,
          "speed": -0.07875036540025775,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 13.947260591542658,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Lilith",
          "longitude": 227.84267198074616,
          "tropical_longitude": 252.06829325236245,
          "sidereal_longitude": 227.84267198074616,
          "latitude": -5.125862749467886,
          "speed": 0.1120200246167111,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 17.84267198074616,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Pallas",
          "longitude": 329.75692870269364,
          "tropical_longitude": 353.98254997430996,
          "sidereal_longitude": 329.75692870269364,
          "latitude": 3.567904375511222,
          "speed": 0.3272361431266616,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 29.756928702693642,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Juno",
          "longitude": 278.1942605176367,
          "tropical_longitude": 302.419881789253,
          "sidereal_longitude": 278.1942605176367,
          "latitude": 11.602373687281121,
          "speed": 0.2538081243350781,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 8.194260517636678,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Vesta",
          "longitude": 319.31927950693114,
          "tropical_longitude": 343.5449007785474,
          "sidereal_longitude": 319.31927950693114,
          "latitude": -3.8172465060813967,
          "speed": 0.47752668566381934,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 19.31927950693114,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Eris",
          "longitude": 0.9645292197452754,
          "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": 0.9645292197452754,
          "house": null,
          "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": "PISCES",
      "moon_in_sign": "SCORPIO",
      "transits_archetypes": "retrograde_review",
      "aspects": "square"
    }
  },
  "sections": [
    {
      "section": "general",
      "title": "General daily outlook: protective and intuitive (high)",
      "summary": "The day frames Cancer in a high-voltage terms around your overall direction. Keep decisions aligned with your bigger direction, not momentary pressure. Sun trine Moon peaks on Apr 07. This retrograde review cycle rewards cleanup now so later progress is cleaner. Your subconscious is sorting through cycles of care; lean into the quiet strength beneath the surface. This helps you move with less noise. At the same time, the square aspect climate introduces friction that can be productive when handled deliberately. Notice how you respond to conflict—do you withdraw, overreact, or defend? This square is a mirror. Observe without judgment. This helps you move with less noise. Pair emotional reflection with physical grounding—try a cold shower or weighted blanket to reset. Small consistency will compound fastest.",
      "deep_report": "The daily long-form reading begins with the clearest influence and then integrates secondary cues in sequence. This reading stays coherent when priorities remains central to your choices.\n\nThe main signal today is clear; the practical consequence is this: The lead signal for this daily window is transit pattern of retrograde review. This retrograde review cycle rewards cleanup now so later progress is cleaner. The opening task is Your subconscious is sorting through cycles of care; lean into the quiet strength beneath the surface. Convert that into traction via Pair emotional reflection with physical grounding—try a cold shower or weighted blanket to reset. Keep Review your boundaries—where did they soften too much present and watch conditions where retreat feels necessary. With Ceres sextile North Node peaks on Apr 07 active, let this timing sharpen your decisions in your overall direction for today.\n\nAs the day develops, this layer becomes practical; the practical consequence is this: A secondary pressure curve is set by aspect climate of square. The square aspect climate introduces friction that can be productive when handled deliberately. The tension point is This isn’t about resistance; it’s about strengthening the parts of you that protect and nurture. Soften reactivity through End the day by listing three things you didn’t do wrong today. Keep Notice how you respond to conflict—do you withdraw, overreact, or defend active so Don’t let the square’s intensity make you reactive stays contained. As Neptune sextile Juno peaks on Apr 07 comes into focus, treat it as a live timing signal for your overall direction today.\n\nThe daily edge comes from honoring the strongest influence before reacting to noise.",
      "highlights": [
        "This retrograde review cycle rewards cleanup now so later progress is cleaner.",
        "The square aspect climate introduces friction that can be productive when handled deliberately.",
        "Moon placement in Scorpio shapes responses through intuitive, emotional, and receptive instincts.",
        "The solar signature in Pisces pushes the cycle toward intuitive, emotional, and receptive expression."
      ],
      "cautions": [
        "When retreat feels necessary, resist the urge to force productivity; rest is part of the process.",
        "Don’t let the square’s intensity make you reactive. Pause before responding—your words and actions carry more weight than the moment’s chaos.",
        "Don’t let today’s intensity cloud your ability to take small, practical steps. The Moon’s focus is sharp, but it’s not a license to neglect daily responsibilities.",
        "Distinguish between compassion and codependency; Pisces’ depth demands selective engagement with others’ needs."
      ],
      "actions": [
        "Pair emotional reflection with physical grounding—try a cold shower or weighted blanket to reset.",
        "Wrap the day by listing three things you didn’t do wrong today. The square isn’t about failure—it’s about resilience.",
        "When you notice your mind drifting into overthinking, redirect it to a sensory experience—touch a textured object, listen to calming water sounds, or sip tea mindfully.",
        "Close the day by listing three things you didn’t overthink—let your Pisces mind rest with the weight of what’s done."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 36.1,
        "opportunity": 100.0,
        "focus": 76.4,
        "stability": 30.5,
        "connection": 78.4
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "PISCES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Trust that your instincts are a compass, not just a dreamer’s guide; they’re the foundation for grounded action.",
            "caution": "Distinguish between compassion and codependency; Pisces’ depth demands selective engagement with others’ needs.",
            "reflection": "Observe where you’ve let others’ emotions dictate your energy; challenge the habit with a simple ‘no’ when needed.",
            "daily_tip": "End the day by listing three things you didn’t overthink—let your Pisces mind rest with the weight of what’s done.",
            "affirmation": "My Pisces heart opens, but my mind remains sharp—balancing empathy with discernment is my strength."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SCORPIO",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your emotional depth right now demands you lean into the quiet power of reflection. The Scorpio Moon in Cancer amplifies your ability to process feelings with precision—trust your gut instincts as they guide you toward clarity.",
            "caution": "Don’t let today’s intensity cloud your ability to take small, practical steps. The Moon’s focus is sharp, but it’s not a license to neglect daily responsibilities.",
            "reflection": "Reflect on a time you felt truly seen—how did it change you? This moment is about reclaiming that power, especially in how you show up for yourself and others.",
            "daily_tip": "When you notice your mind drifting into overthinking, redirect it to a sensory experience—touch a textured object, listen to calming water sounds, or sip tea mindfully.",
            "affirmation": "I release what no longer serves me with intention. The Moon’s light reveals what needs to be healed, and I walk forward with confidence."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Your subconscious is sorting through cycles of care; lean into the quiet strength beneath the surface.",
            "caution": "When retreat feels necessary, resist the urge to force productivity; rest is part of the process.",
            "reflection": "Review your boundaries—where did they soften too much? Strengthen them with intentionality.",
            "daily_tip": "Pair emotional reflection with physical grounding—try a cold shower or weighted blanket to reset.",
            "affirmation": "I honor my emotional depth as a strength, not a weakness."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "square",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This isn’t about resistance; it’s about strengthening the parts of you that protect and nurture. The tension is your teacher.",
            "caution": "Don’t let the square’s intensity make you reactive. Pause before responding—your words and actions carry more weight than the moment’s chaos.",
            "reflection": "Notice how you respond to conflict—do you withdraw, overreact, or defend? This square is a mirror. Observe without judgment.",
            "daily_tip": "End the day by listing three things you didn’t do wrong today. The square isn’t about failure—it’s about resilience.",
            "affirmation": "I release what no longer serves me and embrace the lessons in this tension. Growth happens in the fire."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "c662c7dc4348fb13",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.1",
    "endpoint_name": "horoscope_today_post",
    "endpoint_description": "Provides today's general horoscope for your zodiac sign.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-07T23:44:37.525444+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": ""
  }
}

관련 정보