برج حبيبك لغدًا¶
توفر نقطة نهاية برج حبيبك لغدًا رؤى حول حياتك الرومانسية والعاطفية ليوم الغد القادم، مصممة خصيصًا لتوقيعك الفلكي. فهو يساعدك على توقع ديناميكيات العلاقة، والروابط العاطفية، وفرص الحب لغدًا.
مثالي للتخطيط للمواعيد، والاستعداد العاطفي، وفهم التغيرات المحتملة في العلاقة.
دعم اللغة: هذه نقطة النهاية المدعومة بواسطة المحرك
/api/v1/horoscope/reports/*تدعم حاليًا اللغة الإنجليزية فقط (lang=en).
نقطة النهاية¶
| الطريقة | المسار |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/love_couples/daily/tomorrow |
نص الطلب| الاسم | مطلوب | النوع | مثال | الوصف |¶
|------|----------|------|---------|-------------| | 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: sidereal, tropical | | ayanamsa | لا | سلسلة نصية (اختياري) | lahiri | Sidereal ayanamsa system (used when sidereal mode is selected). Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar | | house_system | لا | سلسلة نصية (اختياري) | placidus | House calculation system. Allowed: placidus, whole_sign, equal, koch | | node_type | لا | سلسلة نصية (اختياري) | true | Lunar node mode. Allowed: true, mean | | 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). |
مثال على الوضع المخصص (موصى به)¶
يُمكن تفعيل الوضع المخصص لإضافة متجه Swiss Ephemeris محدد (مثل المنازل، ومتجهات الوقت، والطبقات الفلكية الاختيارية). هذا يعني أنه يمكن للمستخدمين الذين لديهم نفس العلامة أن يتلقوا تحليلات تقارير مختلفة عند اختلاف التفاصيل المتعلقة بالميلاد.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/love_couples/daily/tomorrow?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/tomorrow?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": "tropical",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.224071,
"ayanamsa_system": "lahiri",
"sun_sign": "ARIES",
"moon_sign": "CAPRICORN",
"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": 19.64475544233151,
"tropical_longitude": 19.64475544233151,
"sidereal_longitude": 355.419022486965,
"latitude": -0.00015625541229057335,
"speed": 0.9823746533213473,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 19.64475544233151,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Moon",
"longitude": 281.8864373690246,
"tropical_longitude": 281.8864373690246,
"sidereal_longitude": 257.6607044136581,
"latitude": -4.295765307420144,
"speed": 11.97309170457133,
"sign": "CAPRICORN",
"tropical_sign": "CAPRICORN",
"sidereal_sign": "SAGITTARIUS",
"degree_in_sign": 11.886437369024577,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mercury",
"longitude": 352.5802572359631,
"tropical_longitude": 352.5802572359631,
"sidereal_longitude": 328.3545242805966,
"latitude": -2.2971296709056848,
"speed": 1.2194950548775936,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 22.580257235963074,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Venus",
"longitude": 42.084325282594584,
"tropical_longitude": 42.084325282594584,
"sidereal_longitude": 17.858592327228074,
"latitude": -0.0777587361654963,
"speed": 1.225972896324446,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 12.084325282594584,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mars",
"longitude": 359.7532634372632,
"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": 29.753263437263172,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Jupiter",
"longitude": 106.43632944702173,
"tropical_longitude": 106.43632944702173,
"sidereal_longitude": 82.21059649165524,
"latitude": 0.37689533905247297,
"speed": 0.08873292598110066,
"sign": "CANCER",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 16.436329447021734,
"house": 11,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Saturn",
"longitude": 6.5992511458486,
"tropical_longitude": 6.5992511458486,
"sidereal_longitude": 342.3735181904821,
"latitude": -2.1361921758191063,
"speed": 0.1227594968320901,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 6.5992511458486,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Uranus",
"longitude": 59.14957632153192,
"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": 29.149576321531917,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Neptune",
"longitude": 2.5194795745925687,
"tropical_longitude": 2.5194795745925687,
"sidereal_longitude": 338.29374661922606,
"latitude": -1.3099498284729205,
"speed": 0.03655388844960104,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 2.5194795745925687,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pluto",
"longitude": 305.3384917540674,
"tropical_longitude": 305.3384917540674,
"sidereal_longitude": 281.1127587987009,
"latitude": -3.9731815545209166,
"speed": 0.012508214748788368,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 5.338491754067377,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Chiron",
"longitude": 26.210606894426327,
"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": 26.210606894426327,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Ceres",
"longitude": 39.85140044565914,
"tropical_longitude": 39.85140044565914,
"sidereal_longitude": 15.625667490292626,
"latitude": -4.459698464834262,
"speed": 0.39859821530256523,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 9.851400445659138,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "North Node",
"longitude": 338.06468807384545,
"tropical_longitude": 338.06468807384545,
"sidereal_longitude": 313.838955118479,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 8.064688073845446,
"house": 6,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "South Node",
"longitude": 158.06468807384545,
"tropical_longitude": 158.06468807384545,
"sidereal_longitude": 133.83895511847902,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "VIRGO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 8.064688073845446,
"house": 12,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Lilith",
"longitude": 252.29244356989153,
"tropical_longitude": 252.29244356989153,
"sidereal_longitude": 228.066710614525,
"latitude": -5.123204974212474,
"speed": 0.11201863529358284,
"sign": "SAGITTARIUS",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 12.292443569891532,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pallas",
"longitude": 354.6361388995335,
"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": 24.636138899533478,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Juno",
"longitude": 302.92237426346543,
"tropical_longitude": 302.92237426346543,
"sidereal_longitude": 278.6966413080989,
"latitude": 11.673348190740995,
"speed": 0.24853964788414096,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 2.9223742634654286,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Vesta",
"longitude": 344.4979671991508,
"tropical_longitude": 344.4979671991508,
"sidereal_longitude": 320.27223424378434,
"latitude": -3.8728401831323054,
"speed": 0.47541753950246307,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 14.497967199150821,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Eris",
"longitude": 25.211983606179118,
"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": 25.211983606179118,
"house": 8,
"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": "ARIES",
"moon_in_sign": "CAPRICORN",
"rising_sign": "VIRGO",
"transits_archetypes": "retrograde_review",
"aspects": "sextile",
"daily_house_focus": "seventh_house"
}
},
"sections": [
{
"section": "love_couples",
"title": "Love Couples daily outlook: protective and intuitive (high)",
"summary": "For Cancer on April 9, the day opens with a high-voltage tone around partnership rhythm, repair, and intimacy. Small moments of repair and listening carry more weight than grand gestures. Neptune sextile Juno peaks on Apr 09. Inside partnership dynamics, This retrograde review cycle rewards cleanup now so later progress is cleaner; In partnership terms, prioritize repair, listening, and aligned expectations. Trust that this slow-motion reflection will reveal where you’ve outgrown old patterns in your relationship. The universe is nudging you toward authenticity. This supports trust where it matters most. At the same time, At relationship level, with sextile emphasis, timing is cleaner and execution feels less forced; For the relationship, turn this into practical repair and cleaner agreements. Notice how your partner’s joy or sadness mirrors yours—this is the magic of this aspect: shared emotional waves. That emphasis strengthens emotional safety. Bring a small, meaningful object to your partner’s side (a ring, a photo) to symbolize your connection. Physical touch and symbols anchor emotional stability. This supports trust where it matters most.",
"deep_report": "Today's deep reading starts with the strongest active influences, then pulls in supporting nuance where useful. For this daily love couples arc, let trust be your orienting principle. A second influence updates the pacing: The first structural cue in this daily narrative is transit pattern of retrograde review.\n\nInside partnership dynamics, This retrograde review cycle rewards cleanup now so later progress is cleaner; In partnership terms, prioritize repair, listening, and aligned expectations. The relational thesis begins with Trust that this slow-motion reflection will reveal where you’ve outgrown old patterns in your relationship. Ground it in lived behavior via Bring a small, meaningful object to your partner’s side (a ring, a photo) to symbolize your connection.\n\nHold how did you handle conflict in past retrograde periods while steering away from comparing this retrograde period to past highs or lows in your relationship. As Neptune sextile Juno peaks on Apr 09 comes into focus, use it to clean up relational timing in partnership rhythm, repair, and intimacy today. Today’s premium outcome comes from disciplined order: central signal first, tactical edits second.\n\nToday rewards consistency over emotional improvisation for partnership repair and connection quality today. Choose the next true step, then repeat it calmly for partnership repair and connection quality today. Momentum builds when you simplify the decision path for partnership repair and connection quality today.",
"highlights": [
"This retrograde review cycle rewards cleanup now so later progress is cleaner.",
"With sextile emphasis, timing is cleaner and execution feels less forced.",
"Moon placement in Capricorn shapes responses through practical, grounded, and steady instincts.",
"House activation highlights agreements, fairness, and relational accountability as the most activated life areas this cycle."
],
"cautions": [
"Keep clear of comparing this retrograde period to past highs or lows in your relationship. Focus on the present moment’s signals, not nostalgia or regret.",
"Steer clear of dismissing subtle shifts in your partner’s mood—this aspect amplifies emotional resonance, so trust your instincts.",
"Be mindful of the risk of emotional withdrawal if you’re not meeting their need for structure. A well-organized routine can feel like a lifeline, but it shouldn’t replace genuine connection.",
"Monitor the trap of assuming your partner’s silence means disinterest. The seventh house thrives on conversation—not just words, but the quiet understanding that comes from listening when they’re not speaking. Misreading their silence could derail the balance you’re building."
],
"actions": [
"Bring a small, meaningful object to your partner’s side (a ring, a photo) to symbolize your connection. Physical touch and symbols anchor emotional stability.",
"Text them a playful line about your shared rhythm: ‘We’re like two waves, always syncing.’.",
"If you’re feeling frustrated, pause and ask: What’s one thing I can release today? Let go of expectations about how this love should feel immediately. Growth happens in layers.",
"Start each day by asking: What’s one small thing I can do to make my partner feel truly seen today? It could be as simple as remembering their favorite phrase or taking a moment to listen without planning a response. Small acts of presence build the foundation of a seventh-house partnership."
],
"scores": {
"momentum": 100.0,
"clarity": 39.7,
"opportunity": 100.0,
"focus": 86.9,
"stability": 31.8,
"connection": 92.2
},
"intensity": "high",
"factor_details": [
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 1.0,
"factor_insights": {
"motivation": "This high energy isn’t just passion; it’s the momentum to make your love feel alive, even when the tides shift. Lean into the fire, but anchor it with your nurturing roots.",
"caution": "Watch for the temptation to match Aries’ impulsiveness. Instead, pause to ask: What does this need from me? Your patience will soften their boldness into something tender.",
"reflection": "Revisit your last emotional high—how did you feel when you truly listened to each other? That’s the foundation of what’s to come.",
"daily_tip": "If tension arises, take a breath and say: ‘I feel this, and I’m here for you.’ No defense, just presence. It’s the bridge Aries needs.",
"affirmation": "‘Every challenge here is an opportunity to deepen our bond. I choose to meet them with courage and care.’"
}
},
{
"factor_type": "moon_in_sign",
"factor_value": "CAPRICORN",
"weight": 1.15,
"factor_insights": {
"motivation": "Trust that your partner’s disciplined approach to connection mirrors your need for security. This isn’t about control; it’s about creating a shared rhythm where both of you thrive.",
"caution": "Be mindful of the risk of emotional withdrawal if you’re not meeting their need for structure. A well-organized routine can feel like a lifeline, but it shouldn’t replace genuine connection.",
"reflection": "Write down one way you can bridge the gap between their discipline and your emotional needs. A simple text or a shared ritual could bridge this divide.",
"daily_tip": "If you’re feeling frustrated, pause and ask: What’s one thing I can release today? Let go of expectations about how this love should feel immediately. Growth happens in layers.",
"affirmation": "I honor my partner’s need for structure while trusting that my emotional depth will guide us through this phase. Together, we’re building a love that’s as steady as the moon in Capricorn’s sign."
}
},
{
"factor_type": "rising_sign",
"factor_value": "VIRGO",
"weight": 1.0,
"factor_insights": {
"motivation": "Remember: Your Virgo’s discipline isn’t about control—it’s about ensuring both of you have the tools to thrive together.",
"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": "Ask your partner: ‘What’s one thing about my Virgo rising that surprises you?’ Their answer might reveal how you both naturally connect—or where tensions linger.",
"daily_tip": "Give your partner a ‘ Virgo’s Toolkit’—a small, practical gift (e.g., a notebook for notes, a cozy blanket) to show you appreciate their practical side.",
"affirmation": "My practical instincts don’t diminish my love—they make it stronger by ensuring both of us have what we truly need."
}
},
{
"factor_type": "transits_archetypes",
"factor_value": "retrograde_review",
"weight": 1.3,
"factor_insights": {
"motivation": "Trust that this slow-motion reflection will reveal where you’ve outgrown old patterns in your relationship. The universe is nudging you toward authenticity.",
"caution": "Avoid comparing this retrograde period to past highs or lows in your relationship. Focus on the present moment’s signals, not nostalgia or regret.",
"reflection": "How did you handle conflict in past retrograde periods? Did you retreat into withdrawal, or did you both show up vulnerably? This time, choose the latter.",
"daily_tip": "Bring a small, meaningful object to your partner’s side (a ring, a photo) to symbolize your connection. Physical touch and symbols anchor emotional stability.",
"affirmation": "‘This retrograde is a chance to rewrite old scripts. I choose to show up as the partner who communicates with depth and vulnerability.’"
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.2,
"factor_insights": {
"motivation": "This high intensity signals a time to prioritize shared vulnerability; small acts of care can build stronger bonds than grand gestures alone.",
"caution": "Avoid dismissing subtle shifts in your partner’s mood—this aspect amplifies emotional resonance, so trust your instincts.",
"reflection": "Notice how your partner’s joy or sadness mirrors yours—this is the magic of this aspect: shared emotional waves.",
"daily_tip": "Text them a playful line about your shared rhythm: ‘We’re like two waves, always syncing.’",
"affirmation": "This energy reminds me: We’re not just ‘in love,’ we’re in a shared rhythm that evolves with intention."
}
},
{
"factor_type": "daily_house_focus",
"factor_value": "seventh_house",
"weight": 1.08,
"factor_insights": {
"motivation": "The seventh house is where your relationship’s foundation is tested. You’re not just negotiating terms; you’re sculpting a partnership that reflects how you both define trust, even when the mirror shows cracks. That’s where the real work begins.",
"caution": "Avoid the trap of assuming your partner’s silence means disinterest. The seventh house thrives on conversation—not just words, but the quiet understanding that comes from listening when they’re not speaking. Misreading their silence could derail the balance you’re building.",
"reflection": "Consider this: What would your partner say is the one thing you’ve overlooked in your relationship so far? The seventh house year forces you to confront what’s been unsaid, not just in words, but in how you’ve shown up for each other over time.",
"daily_tip": "Start each day by asking: What’s one small thing I can do to make my partner feel truly seen today? It could be as simple as remembering their favorite phrase or taking a moment to listen without planning a response. Small acts of presence build the foundation of a seventh-house partnership.",
"affirmation": "I honor the balance of our partnership by listening as much as I speak, and by asking questions that deepen our understanding of each other’s needs. The seventh house is where love is tested—not by grand gestures, but by the quiet, consistent choices that prove we’re in this together."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "2ae29787e80837af",
"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_tomorrow_post",
"endpoint_description": "Provides tomorrow'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.519893+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": ""
}
}