ข้ามไปที่เนื้อหา

ความเข้ากันได้ของดวงดาวในความรัก

จุดปลาย ความเข้ากันได้ของดวงดาวในความรัก ให้การวิเคราะห์ รายละเอียดเกี่ยวกับความเข้ากันได้ทางอารมณ์ ระหว่างเครื่องหมายดวงดาวสองกลุ่ม มันประเมิน ความเชื่อมโยงทางอารมณ์, เคมี, จุดแข็ง, ความท้าทาย และศักยภาพโดยรวมของความสัมพันธ์

เหมาะสำหรับคู่รัก, คู่ครอง หรือผู้ที่สนใจเกี่ยวกับพลวัตความรักตามเครื่องหมายดวงดาว


จุดปลาย

วิธี เส้นทาง
GET https://api.numerologyapi.com/api/v1/horoscope/compatibility/love
POST https://api.numerologyapi.com/api/v1/horoscope/compatibility/love

พารามิเตอร์คำถาม

ชื่อ จำเป็น ประเภท ตัวอย่าง คำอธิบาย
dob String 1997-08-17 วันเกิดของบุคคลหลักในรูปแบบ YYYY-MM-DD
dob_partner String 1988-08-10 วันเกิดของคู่ครองในรูปแบบ YYYY-MM-DD

!!! หมายเหตุ Missing or invalid parameters will return a 400 error.
Both GET and POST methods are supported.


เพิ่มพารามิเตอร์คำถามเพิ่มเติม lang เพื่อปรับแต่งผลลัพธ์ที่ได้ รองรับค่า: en, es, de, fr, pt

ตัวอย่างคำขอ

คำขอ GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/love?dob=1992-07-16&dob_partner=1992-07-16&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

คำขอ POST

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/love?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "dob_partner": "1992-07-16"
}'

ตัวอย่างผลลัพธ์

{
  "match_summary": "Double water—deeply emotional, profoundly nurturing, beautifully intuitive.",
  "match_for": "Cancer and Cancer Love Compatibility",
  "sign_main": "Cancer",
  "sign_partner": "Cancer",
  "compatibility_score": 80,
  "dynamic_summary": "Two Cancers create an emotional sanctuary where both feel completely understood. They anticipate each other's needs, build a beautiful home together, and nurture each other endlessly. However, double sensitivity can lead to intense mood swings, and both may enable each other's worst tendencies without outside perspective.",
  "strengths": [
    "Perfect emotional understanding",
    "Deep intuitive connection",
    "Shared domestic values",
    "Mutual nurturing",
    "Strong family orientation"
  ],
  "challenges": [
    "Double moodiness and sensitivity",
    "Both retreat when hurt",
    "Enabling unhealthy patterns",
    "Too insular together",
    "Codependency risk"
  ],
  "communication_style": "Intuitive, emotional, often non-verbal—deeply understood.",
  "growth_opportunities": "Encouraging each other toward confidence and external engagement.",
  "ideal_activities": [
    "Home cooking",
    "Family time",
    "Beach walks",
    "Antique shopping",
    "Creating sanctuary"
  ],
  "advice_for_main": "One of you must be the rock sometimes—take turns being strong.",
  "advice_for_partner": "Don't both retreat—when one pulls back, the other should reach out.",
  "element_interaction": "Double Water: deeply emotional, intuitive, potentially overwhelming.",
  "modality_interaction": "Double Cardinal: both initiate emotionally, can lead or clash.",
  "shared_values": [
    "Home",
    "Family",
    "Security",
    "Emotional intimacy",
    "Nurturing"
  ],
  "warning_signs": [
    "Codependency",
    "Both retreating simultaneously",
    "Isolating from world"
  ],
  "long_term_potential": "Very high—profoundly connected if they maintain healthy boundaries.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "a160497b80a12e3d",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_compatibility_love",
    "endpoint_description": "Analyzes love compatibility between two zodiac signs.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:37:43.264687+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",
      "es",
      "de",
      "fr",
      "pt"
    ],
    "notes": ""
  }
}

เปิดแดชบอร์ด


!!! หมายเหตุ ฟิลด์ของผลลัพธ์:* sign_main — สัญลักษณ์ดวงซินเดียหลักที่ได้จาก dob * sign_partner — สัญลักษณ์ดวงคู่ที่ได้จาก dob_partner * match_for — ชื่อสรุปความเข้ากันของความรัก * match_score — คะแนนความเข้ากัน (ในระดับ 10) * match_summary — การวิเคราะห์รายละเอียดเกี่ยวกับความเข้ากันทางอารมณ์ รวมถึงความเป็นไปได้, จุดแข็ง และความท้าทาย


Endpoint ที่เกี่ยวข้อง