콘텐츠로 이동

소통 호환성 운세

이 엔드포인트는 실제로 두 별자리가 어떻게 소통하는지를 보여줍니다 – 단순히 그들이 말하는 것뿐만 아니라, 어떻게, 경청하는 방식, 갈등을 처리하는 방법, 그리고 대화가 자연스럽게 진행되는지, 영감을 주는지, 아니면 결국 좌절하게 되는지를 파악합니다.

다음 내용을 다룹니다:

  • 표현 및 말하기 스타일
  • 경청 습관 및 감정적 반응
  • 갈등 패턴 및 해결 방식
  • 언어의 명확성 대 감정적 뉘앙스
  • 선호하는 소통 빈도 및 매체
  • 장기적인 소통 가능성

커플, 잠재적 파트너, 친구 또는 대화가 자연스럽게 느껴지는 이유를 이해하고 싶은 모든 사람에게 적합합니다.

단어는 영혼을 연결합니다… 하지만 소통 호환성이 그들을 연결하는지 결정합니다.


엔드포인트

방법 경로
GET https://api.numerologyapi.com/api/v1/horoscope/compatibility/communication
POST https://api.numerologyapi.com/api/v1/horoscope/compatibility/communication

필수 헤더

X-API-Key: YOUR_API_KEY
Content-Type: application/json   (POST only)
Host: api.numerologyapi.com

또한 Authorization: Bearer YOUR_API_KEY를 사용하여 인증할 수도 있습니다.> Numerology API 대시보드에서 API 키를 생성하고 관리합니다.

매개변수

매개변수 유형 필수 설명
dob 문자열 주요인의 생년월일 (YYYY-MM-DD)
dob_partner 문자열 파트너/제2인물의 생년월일 (YYYY-MM-DD)

순서는 자동으로 처리됩니다 (대칭 호환성 매트릭스).


응답을 로컬화하기 위해 선택 사항인 lang 쿼리 매개변수를 추가합니다. 지원되는 값: en, es, de, fr, pt.

예제 요청

GET – 황소자리 & 황소자리 간의 소통 호환성

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

POST – JSON 본문 (깔끔하고 권장됨)

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

예제 응답 (200 OK)

{
  "match_summary": "Double water—sensitive emotional depth meets sensitive emotional depth—communication involves two hearts understanding each other’s moods and needs intuitively.",
  "match_for": "Cancer and Cancer Communication Compatibility",
  "sign_main": "Cancer",
  "sign_partner": "Cancer",
  "compatibility_score": 92,
  "dynamic_summary": "Two Cancers communicate with incredible emotional depth and sensitivity. Conversations are deep, meaningful, and focused on feelings and security. Both understand each other’s moods, dreams, and unspoken needs. The risk is that both can be escapist or moody, amplifying each other’s sensitivities.",
  "strengths": [
    "Deep emotional and intuitive connection",
    "Unconditional compassion and support",
    "Shared creativity and spirituality",
    "Loyalty and protection",
    "No judgment, psychic attunement"
  ],
  "challenges": [
    "Both can be escapist or moody",
    "Risk of emotional enmeshment",
    "Difficulty with practical boundaries",
    "Amplifying each other’s sensitivities",
    "Neglecting reality"
  ],
  "expression_style": "Both are indirect and feeling-oriented. Both speak from the heart and understand unspoken cues.",
  "conflict_resolution_style": "Both may avoid conflict or become passive-aggressive. Both prefer to resolve issues quietly and privately.",
  "listening_quality": "Excellent. Both listen deeply and understand each other’s unspoken needs.",
  "verbal_communication": "Softer, more emotional, nuanced. Words are often unnecessary, but when needed, they’re poetic and kind.",
  "non_verbal_communication": "Subtle, mood-based, and deeply attuned. Both understand each other’s body language and expressions.",
  "emotional_intelligence": "Very High for both. Both are deeply intuitive and emotionally aware.",
  "growth_opportunities": "Learning healthy boundaries; grounding dreams in reality; practicing self-care; balancing empathy with action.",
  "advice_for_main": "Your Cancer partner mirrors your emotional world. Use it to heal, not escape.",
  "advice_for_partner": "Cancer’s loyalty is in their emotional support. Your shared sensitivity is their love language.",
  "communication_frequency_preference": "High. Both enjoy frequent, emotionally meaningful interaction.",
  "preferred_medium": "Face-to-face or private, intimate settings.",
  "warning_signs": [
    "Escaping into fantasy",
    "Neglecting practical needs",
    "Emotional overwhelm",
    "Co-dependency",
    "Amplified anxiety",
    "Avoiding responsibility"
  ],
  "long_term_outlook": "Exceptional. One of the most emotionally and spiritually harmonious professional partnerships possible.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "92621ae6595e4ed8",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_compatibility_communication",
    "endpoint_description": "Analyzes communication 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:41.120710+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": ""
  }
}

대시보드 열기


주요 응답 필드 설명| 필드 | 설명 |

|-------------------------------------|-------------------------------------------------------------| | compatibility_score | 전체적인 의사소통 조화에 대한 0–100 점수 | | dynamic_summary | 의사소통 역학의 고수준 개요 | | strengths / challenges | 자연스러운 흐름 영역 대 일반적인 마찰 지점 | | expression_style | 각 사람이 자신을 표현하는 방식 | | conflict_resolution_style | 의견 차이에 대한 일반적인 접근 방식 | | listening_quality | 각자가 얼마나 잘 듣고 이해하는지 | | verbal_communication | 말의 명확성, 직접성 및 영향 | | non_verbal_communication | 몸짓 언어, 어조, 감정적 함의 | | emotional_intelligence | 대화에서 감각 인식 및 확인 수준 | | preferred_medium | 최적 통로 (대면, 문자, 전화 등…) | | growth_opportunities | 의사소통 개선을 위한 구체적인 방법 || advice_for_main / advice_for_partner | 개인 맞춤형 가이드 제공 | | warning_signs | 장기적인 대화에 악영향을 미칠 수 있는 위험 신호 | | long_term_outlook | 건강한 소통을 위한 현실적인 미래 가능성 |


관련 엔드포인트


프로 통합 팁

Combine Communication Compatibility + Lifestyle Compatibility + Personal Cycle Report to build powerful annual relationship forecasts:
→ “How will your communication evolve in 2026 given your shared lifestyle?”
This stack is gold for premium dating apps, couples coaching platforms, and astrology membership sites.


The Numerology API양자리 & 호환성 카테고리에 속함 — 프리미엄 천문학 및 영적 지능.