Communicatiecompatibiliteit Horoscoop¶
Dit endpoint onthult hoe twee zonne tekens daadwerkelijk communiceren – niet alleen wat ze zeggen, maar ook hoe ze het zeggen, hoe ze luisteren, hoe ze conflicten aanpakken en of gesprekken vanzelf vlot verlopen, inspirerend zijn of uiteindelijk frustrerend.
Het behandelt:
- Uiting & spreekstijlen
- Luistergewoonten & emotionele ontvangst
- Conflictoppaties & oplossingsmethoden
- Verbale helderheid vs. emotionele ondertonen
- Voorkeur voor communicatie frequentie & medium
- Potentieel voor langdurige communicatie
Ideaal voor partners, potentiële partners, vrienden of iedereen die wil begrijpen waarom sommige gesprekken moeiteloos verlopen en andere altijd eindigen in misverstand.
Woorden verbinden zielen… maar communicatiecompatibiliteit bepaalt of ze verbonden blijven.
Endpoint¶
| Methode | Pad |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/compatibility/communication |
POST | https://api.numerologyapi.com/api/v1/horoscope/compatibility/communication |
Vereiste Headers¶
U kunt ook authenticeren met
Authorization: Bearer YOUR_API_KEY.> Maak en beheer API-sleutels in het Numerology API dashboard.
Parameters¶
| Param | Type | Vereist | Beschrijving |
|---|---|---|---|
dob | string | Ja | Geboortedatum van de hoofdpersoon (YYYY-MM-DD) |
dob_partner | string | Ja | Geboortedatum van de partner/persoon 2 (YYYY-MM-DD) |
De volgorde wordt automatisch afgehandeld (symmetrische compatibiliteitsmatrix).
Voeg het optionele query-parameter
langtoe om de antwoorden te lokaliseren. Ondersteunde waarden:en,es,de,fr,pt.
Voorbeeldverzoeken¶
GET – Communicatie compatibiliteit tussen Stier en Leeuw¶
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-body (schoon en aanbevolen)¶
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"
}'
Voorbeeldantwoord (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": ""
}
}
Uitleg van belangrijke antwoordvelden¶
| Veld | Beschrijving |
|---|---|
compatibility_score | Score van 0–100 voor de algehele harmonie in communicatie |
dynamic_summary | Algemene beschrijving van het communicatiegedrag |
strengths / challenges | Natuurlijke communicatiegebieden versus veelvoorkomende knelpunten |
expression_style | Hoe elke persoon zich doorgaans uitdrukt |
conflict_resolution_style | Typische aanpak bij conflicten |
listening_quality | Hoe goed elke persoon luistert en reageert |
verbal_communication | Duidelijkheid, directheid en impact van gesproken woorden |
non_verbal_communication | Lichaamstaal, toon, emotionele context |
emotional_intelligence | Niveau van emotioneel bewustzijn en validatie in gesprekken |
preferred_medium | De beste communicatiekanalen (face-to-face, tekst, telefoongesprekken…) |
growth_opportunities | Concrete manieren om de communicatie te verbeteren |
warning_signs | Rode vlaggen die een langdurige dialoog kunnen schaden |
long_term_outlook | Realistische toekomstige potentieel voor gezonde communicatie |
Gerelateerde Endpoints¶
- Compatibiliteit – Levensstijl
- Compatibiliteit – Carrière
- Compatibiliteit – Vriendschap
- Zodiac Sign – Liefde
- Zodiac Sign – Persoonlijkheid
Pro Integratie Tip
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.
Een onderdeel van de categorie Horoscoop & Compatibiliteit in The Numerology API — premium astrologie en spirituele intelligentie.