오늘 친구 관계 운세¶
오늘 친구 관계 운세 엔드포인트는 friendship 엔진에서 생성한 일일 보고서를 today에 반환합니다.
언어 지원: 이 엔진 기반
/api/v1/horoscope/reports/*엔드포인트는 현재 영어만 지원합니다 (lang=en).
엔드포인트¶
| 방법 | 경로 |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/friendship/daily/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 | 아니오 | 부울 (선택 사항) | - | 선택적 컴팩트 모드 설정. 응답 페이로드에서 캡처 블록을 제외하도록 설정합니다. | | include_positions | 아니오 | 부울 (선택 사항) | - | 선택적 컴팩트 모드 설정. 응답 페이로드에서 위치 배열을 제외하도록 설정합니다. | | zodiac_system | 아니오 | 문자열 (선택 사항) | tropical | Zodiac computation mode. Allowed: 지리적, 대각 | | ayanamsa | 아니오 | 문자열 (선택 사항) | lahiri | Sidereal ayanamsa system. 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. Range: - 90 to ~ 90. | | birth_longitude | 아니오 | 숫자 (선택 사항) | -74.0060 | Birth longitude. Range: - 180 to ~ 180. | | birth_timezone | 아니오 | 문자열 (선택 사항) | America/New_York | 출생 시간 시간대 오버라이드 (IANA). |
응답¶
게이트웨이 래퍼가 추가된 원시 엔진 응답 페이로드를 반환합니다:
_enterprise_api_metadata_
사용자 정의 모드 예제 (권장)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/friendship/daily/today?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/friendship/daily/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-09T00:00:00",
"end": "2026-04-10T00:00:00",
"data": {
"period": "daily",
"start": "2026-04-09T00:00:00",
"end": "2026-04-10T00:00:00",
"snapshot": {
"timestamp": "2026-04-09T12:00:00",
"zodiac_system": "sidereal",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.224071,
"ayanamsa_system": "lahiri",
"sun_sign": "PISCES",
"moon_sign": "SAGITTARIUS",
"rising_sign": null,
"house_system": null,
"house_cusps": null,
"positions": [
{
"name": "Sun",
"longitude": 355.419022486965,
"tropical_longitude": 19.64475544233151,
"sidereal_longitude": 355.419022486965,
"latitude": -0.00015625541229057335,
"speed": 0.9823746533213473,
"sign": "PISCES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 25.41902248696499,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Moon",
"longitude": 257.6607044136581,
"tropical_longitude": 281.8864373690246,
"sidereal_longitude": 257.6607044136581,
"latitude": -4.295765307420144,
"speed": 11.97309170457133,
"sign": "SAGITTARIUS",
"tropical_sign": "CAPRICORN",
"sidereal_sign": "SAGITTARIUS",
"degree_in_sign": 17.660704413658095,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mercury",
"longitude": 328.3545242805966,
"tropical_longitude": 352.5802572359631,
"sidereal_longitude": 328.3545242805966,
"latitude": -2.2971296709056848,
"speed": 1.2194950548775936,
"sign": "AQUARIUS",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 28.354524280596593,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Venus",
"longitude": 17.858592327228074,
"tropical_longitude": 42.084325282594584,
"sidereal_longitude": 17.858592327228074,
"latitude": -0.0777587361654963,
"speed": 1.225972896324446,
"sign": "ARIES",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 17.858592327228074,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mars",
"longitude": 335.5275304818967,
"tropical_longitude": 359.7532634372632,
"sidereal_longitude": 335.5275304818967,
"latitude": -1.009787931441409,
"speed": 0.7788692227227461,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 5.52753048189669,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Jupiter",
"longitude": 82.21059649165524,
"tropical_longitude": 106.43632944702173,
"sidereal_longitude": 82.21059649165524,
"latitude": 0.37689533905247297,
"speed": 0.08873292598110066,
"sign": "GEMINI",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 22.210596491655238,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Saturn",
"longitude": 342.3735181904821,
"tropical_longitude": 6.5992511458486,
"sidereal_longitude": 342.3735181904821,
"latitude": -2.1361921758191063,
"speed": 0.1227594968320901,
"sign": "PISCES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 12.373518190482116,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Uranus",
"longitude": 34.9238433661654,
"tropical_longitude": 59.14957632153192,
"sidereal_longitude": 34.9238433661654,
"latitude": -0.16879422828172888,
"speed": 0.04787966917556078,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "TAURUS",
"degree_in_sign": 4.9238433661654,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Neptune",
"longitude": 338.29374661922606,
"tropical_longitude": 2.5194795745925687,
"sidereal_longitude": 338.29374661922606,
"latitude": -1.3099498284729205,
"speed": 0.03655388844960104,
"sign": "PISCES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 8.293746619226056,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pluto",
"longitude": 281.1127587987009,
"tropical_longitude": 305.3384917540674,
"sidereal_longitude": 281.1127587987009,
"latitude": -3.9731815545209166,
"speed": 0.012508214748788368,
"sign": "CAPRICORN",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 11.112758798700895,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Chiron",
"longitude": 1.9848739390598138,
"tropical_longitude": 26.210606894426327,
"sidereal_longitude": 1.9848739390598138,
"latitude": 0.3579307208025253,
"speed": 0.05982722032578317,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 1.9848739390598138,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Ceres",
"longitude": 15.625667490292626,
"tropical_longitude": 39.85140044565914,
"sidereal_longitude": 15.625667490292626,
"latitude": -4.459698464834262,
"speed": 0.39859821530256523,
"sign": "ARIES",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 15.625667490292626,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "North Node",
"longitude": 313.838955118479,
"tropical_longitude": 338.06468807384545,
"sidereal_longitude": 313.838955118479,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "AQUARIUS",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 13.83895511847902,
"house": null,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "South Node",
"longitude": 133.83895511847902,
"tropical_longitude": 158.06468807384545,
"sidereal_longitude": 133.83895511847902,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "LEO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 13.83895511847902,
"house": null,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Lilith",
"longitude": 228.066710614525,
"tropical_longitude": 252.29244356989153,
"sidereal_longitude": 228.066710614525,
"latitude": -5.123204974212474,
"speed": 0.11201863529358284,
"sign": "SCORPIO",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 18.066710614524993,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pallas",
"longitude": 330.410405944167,
"tropical_longitude": 354.6361388995335,
"sidereal_longitude": 330.410405944167,
"latitude": 3.4361514264197948,
"speed": 0.3262291903539235,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 0.41040594416699605,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Juno",
"longitude": 278.6966413080989,
"tropical_longitude": 302.92237426346543,
"sidereal_longitude": 278.6966413080989,
"latitude": 11.673348190740995,
"speed": 0.24853964788414096,
"sign": "CAPRICORN",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 8.69664130809889,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Vesta",
"longitude": 320.27223424378434,
"tropical_longitude": 344.4979671991508,
"sidereal_longitude": 320.27223424378434,
"latitude": -3.8728401831323054,
"speed": 0.47541753950246307,
"sign": "AQUARIUS",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 20.27223424378434,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Eris",
"longitude": 0.9862506508126041,
"tropical_longitude": 25.211983606179118,
"sidereal_longitude": 0.9862506508126041,
"latitude": -10.393050979080442,
"speed": 0.010881315418548417,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 0.9862506508126041,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
}
],
"aspects": [
{
"body1": "Sun",
"body2": "Moon",
"aspect": "square",
"orb": 7.76,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Mercury",
"aspect": "semi-sextile",
"orb": 2.94,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Jupiter",
"aspect": "square",
"orb": 3.21,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Chiron",
"aspect": "conjunction",
"orb": 6.57,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Lilith",
"aspect": "trine",
"orb": 7.35,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Eris",
"aspect": "conjunction",
"orb": 5.57,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Venus",
"aspect": "trine",
"orb": 0.2,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Jupiter",
"aspect": "opposition",
"orb": 4.55,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Saturn",
"aspect": "square",
"orb": 5.29,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Uranus",
"aspect": "sesquiquadrate",
"orb": 2.26,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Ceres",
"aspect": "trine",
"orb": 2.04,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "North Node",
"aspect": "sextile",
"orb": 3.82,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "South Node",
"aspect": "trine",
"orb": 3.82,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Lilith",
"aspect": "semi-sextile",
"orb": 0.41,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.61,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Mars",
"aspect": "conjunction",
"orb": 7.17,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Jupiter",
"aspect": "trine",
"orb": 6.14,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pluto",
"aspect": "semi-square",
"orb": 2.24,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Ceres",
"aspect": "semi-square",
"orb": 2.27,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 2.06,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 2.63,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Mars",
"aspect": "semi-square",
"orb": 2.67,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Jupiter",
"aspect": "sextile",
"orb": 4.35,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Pluto",
"aspect": "square",
"orb": 6.75,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Ceres",
"aspect": "conjunction",
"orb": 2.23,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "North Node",
"aspect": "sextile",
"orb": 4.02,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "South Node",
"aspect": "trine",
"orb": 4.02,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 0.21,
"exact": true,
"applying": false
},
{
"body1": "Venus",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 2.45,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.41,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Saturn",
"aspect": "conjunction",
"orb": 6.85,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Uranus",
"aspect": "sextile",
"orb": 0.6,
"exact": true,
"applying": false
},
{
"body1": "Mars",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 2.77,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pluto",
"aspect": "sextile",
"orb": 5.59,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 5.12,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Juno",
"aspect": "sextile",
"orb": 3.17,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Uranus",
"aspect": "semi-square",
"orb": 2.29,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Vesta",
"aspect": "trine",
"orb": 1.94,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 4.08,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Pluto",
"aspect": "sextile",
"orb": 1.26,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 1.47,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "South Node",
"aspect": "quincunx",
"orb": 1.47,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Lilith",
"aspect": "trine",
"orb": 5.69,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Juno",
"aspect": "sextile",
"orb": 3.68,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Neptune",
"aspect": "sextile",
"orb": 3.37,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pluto",
"aspect": "trine",
"orb": 6.19,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Chiron",
"aspect": "semi-sextile",
"orb": 2.94,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pallas",
"aspect": "sextile",
"orb": 4.51,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Juno",
"aspect": "trine",
"orb": 3.77,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pluto",
"aspect": "sextile",
"orb": 2.82,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 7.88,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Juno",
"aspect": "sextile",
"orb": 0.4,
"exact": true,
"applying": false
},
{
"body1": "Pluto",
"body2": "Ceres",
"aspect": "square",
"orb": 4.51,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 2.73,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "South Node",
"aspect": "quincunx",
"orb": 2.73,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Juno",
"aspect": "conjunction",
"orb": 2.42,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Lilith",
"aspect": "sesquiquadrate",
"orb": 1.08,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Pallas",
"aspect": "semi-sextile",
"orb": 1.57,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Juno",
"aspect": "square",
"orb": 6.71,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Eris",
"aspect": "conjunction",
"orb": 1.0,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "North Node",
"aspect": "sextile",
"orb": 1.79,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "South Node",
"aspect": "trine",
"orb": 1.79,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 2.44,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 0.22,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "Juno",
"aspect": "square",
"orb": 6.93,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Vesta",
"aspect": "sextile",
"orb": 4.65,
"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": 4.23,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Vesta",
"aspect": "conjunction",
"orb": 6.43,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Eris",
"aspect": "semi-square",
"orb": 2.15,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Lilith",
"aspect": "square",
"orb": 4.23,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Vesta",
"aspect": "opposition",
"orb": 6.43,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.15,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Vesta",
"aspect": "square",
"orb": 2.21,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.08,
"exact": false,
"applying": false
},
{
"body1": "Pallas",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 0.58,
"exact": true,
"applying": false
},
{
"body1": "Juno",
"body2": "Eris",
"aspect": "square",
"orb": 7.71,
"exact": false,
"applying": false
}
]
},
"metrics": {
"sample_count": 1,
"aspect_counts": {
"square": 11,
"semi-sextile": 8,
"conjunction": 13,
"trine": 11,
"opposition": 3,
"sesquiquadrate": 4,
"sextile": 16,
"semi-square": 7,
"quincunx": 4
},
"retrograde_bodies": [
"North Node",
"South Node"
],
"sign_changes": []
},
"notable_events": [
"Neptune sextile Juno exact on Apr 09",
"Mars sextile Uranus exact on Apr 09",
"Chiron conjunction Eris exact on Apr 09",
"Moon trine Venus exact on Apr 09",
"North Node retrograde emphasis",
"South Node retrograde emphasis"
],
"period_events": [
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Neptune",
"body2": "Juno",
"sign": null,
"aspect": "sextile",
"exactness": 0.4,
"narrative_priority": 1.7,
"section_bias": {
"general": 1.0,
"health": 0.5,
"lifestyle": 0.6
},
"description": "Neptune sextile Juno exact on Apr 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Uranus",
"sign": null,
"aspect": "sextile",
"exactness": 0.6,
"narrative_priority": 1.69,
"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 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Chiron",
"body2": "Eris",
"sign": null,
"aspect": "conjunction",
"exactness": 1.0,
"narrative_priority": 1.615,
"section_bias": {
"general": 1.0,
"health": 0.8,
"love_couples": 0.4
},
"description": "Chiron conjunction Eris exact on Apr 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Venus",
"sign": null,
"aspect": "trine",
"exactness": 0.2,
"narrative_priority": 1.6,
"section_bias": {
"general": 1.4,
"love_singles": 1.3,
"love_couples": 1.4,
"friendship": 0.7,
"health": 0.3,
"money": 0.5
},
"description": "Moon trine Venus exact on Apr 09"
},
{
"timestamp": "2026-04-09T12: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-09T12: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": "SAGITTARIUS",
"transits_archetypes": "retrograde_review",
"aspects": "sextile"
},
"focus_source": null,
"planet_focus_source": null,
"top_drivers": [],
"aspect_signature": null,
"transit_windows": []
},
"sections": [
{
"section": "friendship",
"title": "Friendship daily outlook: protective and intuitive (high)",
"headline": "community, loyalty, and social alignment: retrograde review",
"summary": "For Cancer on April 9, the day opens with a high-voltage tone around community, loyalty, and social alignment. Give energy where reciprocity is real, not where obligation is loud. Neptune sextile Juno peaks on Apr 09. In friendship terms, retrograde review is active, so edits and recalibration outperform rushing; Socially, invest where loyalty and reciprocity are mutual. Lean into the emotional depth of your friendships—this retrograde review sharpens bonds by forcing honest, vulnerable exchanges. This keeps your circle aligned with your values. Also, At social-circle level, with sextile emphasis, timing is cleaner and execution feels less forced; In friendship, keep this aligned with reciprocity and emotional steadiness. Trace where you’ve felt most at ease with friends—was it when you aligned in values or shared burdens? This keeps your circle aligned with your values. Limit digital distractions during deep talks. Silence your phone and listen fully—this is where real connection happens. That perspective protects your social energy.",
"deep_report": "The daily interpretation starts with headline pressure and then tightens execution through secondary context. In friendship terms, keep community as the anchor theme.\n\nThe opening move today centers here; the lived expression is this: The lead signal for this daily window is transit pattern of retrograde review. In friendship terms, retrograde review is active, so edits and recalibration outperform rushing; Socially, invest where loyalty and reciprocity are mutual. Relationally, the first move is Lean into the emotional depth of your friendships—this retrograde review sharpens bonds by forcing honest, vulnerable exchanges. Anchor it through Limit digital distractions during deep talks. Keep What legacy do I want to leave in these relationships active while reducing gossip or drama. With Neptune sextile Juno peaks on Apr 09 active, let it refine how you pace reciprocity in community, loyalty, and social alignment for today.\n\nA supporting signal now enters the frame; the lived expression is this: A secondary pressure curve is set by aspect climate of sextile. At social-circle level, with sextile emphasis, timing is cleaner and execution feels less forced; In friendship, keep this aligned with reciprocity and emotional steadiness. The relational stress point is Lean into this sextile energy to deepen bonds with your closest friends—share your vulnerabilities without hesitation. Stabilize your approach through Plan a low-key activity where you both explore a new hobby or interest—sextile friendships thrive on shared curiosity. Keep Trace where you’ve felt most at ease with friends—was it when you aligned in values or shared burdens active and reduce conditions where tension arises. As Mars sextile Uranus peaks on Apr 09 peaks, recalibrate closeness and boundaries in community, loyalty, and social alignment today.\n\nDaily quality rises when you sequence decisions by importance, not by urgency spikes.",
"highlights": [
"Retrograde review is active, so edits and recalibration outperform rushing.",
"With sextile emphasis, timing is cleaner and execution feels less forced.",
"Lunar tone in Sagittarius brings bold, direct, and action-led reactivity to the foreground.",
"Sun in Pisces sets a core atmosphere that feels intuitive, emotional, and receptive."
],
"cautions": [
"Steer clear of gossip or drama. Your reputation in these circles will be judged by how you handle tension, not how you amplify it.",
"If tension arises, pause to observe rather than react—let the sextile’s harmony unfold organically.",
"Watch for when your empathy clashes with someone’s need for space; balance is key.",
"Resist the urge to ‘fix’ others’ emotional struggles; your role is to listen, not solve, and let them process at their pace."
],
"actions": [
"Limit digital distractions during deep talks. Silence your phone and listen fully—this is where real connection happens.",
"Plan a low-key activity where you both explore a new hobby or interest—sextile friendships thrive on shared curiosity.",
"Use your intuition to spot when someone needs a playful distraction—Sagittarius thrives on lightheartedness.",
"Schedule a low-key check-in with a Pisces friend—send a text like, ‘I’ve been thinking about our last conversation; what’s on your mind?’."
],
"scores": {
"momentum": 100.0,
"clarity": 36.0,
"opportunity": 100.0,
"focus": 72.7,
"stability": 31.8,
"connection": 81.1
},
"intensity": "high",
"factor_details": [
{
"factor_type": "sun_in_sign",
"factor_value": "PISCES",
"weight": 1.0,
"factor_insights": {
"motivation": "Cancer’s nurturing energy and Pisces’ sensitivity create a perfect storm of empathy and vulnerability to explore.",
"caution": "Resist the urge to ‘fix’ others’ emotional struggles; your role is to listen, not solve, and let them process at their pace.",
"reflection": "Notice how your Cancer energy absorbs others’ emotions—do you feel drained or inspired by these connections?",
"daily_tip": "Schedule a low-key check-in with a Pisces friend—send a text like, ‘I’ve been thinking about our last conversation; what’s on your mind?’",
"affirmation": "My Pisces intuition guides me to connect deeply with those who share my fluid, creative spirit."
}
},
{
"factor_type": "moon_in_sign",
"factor_value": "SAGITTARIUS",
"weight": 1.15,
"factor_insights": {
"motivation": "Lean into this emotional depth to deepen bonds—your intuition is your strongest tool for understanding others’ unspoken needs.",
"caution": "Watch for when your empathy clashes with someone’s need for space; balance is key.",
"reflection": "Consider: How can I invite Sagittarius’ adventurous spirit into my friendships without overwhelming them?",
"daily_tip": "Use your intuition to spot when someone needs a playful distraction—Sagittarius thrives on lightheartedness.",
"affirmation": "Friendships thrive when I balance my sensitivity with the courage to speak my truth."
}
},
{
"factor_type": "transits_archetypes",
"factor_value": "retrograde_review",
"weight": 1.3,
"factor_insights": {
"motivation": "Lean into the emotional depth of your friendships—this retrograde review sharpens bonds by forcing honest, vulnerable exchanges.",
"caution": "Steer clear of gossip or drama. Your reputation in these circles will be judged by how you handle tension, not how you amplify it.",
"reflection": "Consider: What legacy do I want to leave in these relationships? Small, consistent actions now shape the future.",
"daily_tip": "Limit digital distractions during deep talks. Silence your phone and listen fully—this is where real connection happens.",
"affirmation": "I am a magnet for loyalty and trust. My friendships reflect the love and respect I give to myself first."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.2,
"factor_insights": {
"motivation": "Lean into this sextile energy to deepen bonds with your closest friends—share your vulnerabilities without hesitation.",
"caution": "If tension arises, pause to observe rather than react—let the sextile’s harmony unfold organically.",
"reflection": "Trace where you’ve felt most at ease with friends—was it when you aligned in values or shared burdens?",
"daily_tip": "Plan a low-key activity where you both explore a new hobby or interest—sextile friendships thrive on shared curiosity.",
"affirmation": "I release the pressure to fix every tension—let harmony unfold like the tide at the shore."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "e06af9afc22216a1",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.1",
"endpoint_name": "horoscope_friendship_daily_today_post",
"endpoint_description": "Provides today's friendship horoscope.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-09T09:52:35.187677+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": ""
}
}