Zum Inhalt

Soul Connection Indikator

Der Soul Connection Indikator Endpunkt gibt numerologische Ausgaben für die Indikatoren für Verbindung und Kompatibilität zurück. Verwenden Sie diese Seite für Parameterregeln, die für die Integration geeignet sind, zulässige Optionen und Beispielantworten.

Endpunkt

Methode Pfad
POST https://api.numerologyapi.com/api/v1/soul-connection-indicator

Verfügbarkeit

  • Authentifizierung: X-API-Key (oder Authorization: Bearer YOUR_API_KEY)
  • Unterstützte lang Werte: en, es, de, fr, pt
  • Zugriffskanal: Direkter API-Aufruf (https://api.numerologyapi.com)
  • RapidAPI Gateway: Derzeit nicht unterstützt für erweiterte Endpunkte

Parameter

POST Abfrageparameter

Parameter Typ Erforderlich Standard Optionen Beschreibung
lang string Nein en en, es, de, fr, pt Antwortsprache (unterstützt: en, es, de, fr, pt)

POST Body Parameter

Parameter Typ Erforderlich Standard Optionen Beschreibung
person_a object Ja Erforderliche Schlüssel: full_name, dob Datenelement für die erste Person.
person_a.full_name string Ja Länge: 1..160; Buchstaben und Leerzeichen erlaubt; maximal <= 160 Zeichen Vollständiger Name für die Numerologie-Analyse.
person_a.dob string Ja Muster: ^\d{4}-\d{2}-\d{2}$ Geburtsdatum im Format YYYY-MM-DD.
person_b object Ja Erforderliche Schlüssel: full_name, dob Datenelement für die zweite Person.
person_b.full_name string Ja Länge: 1..160; Buchstaben und Leerzeichen erlaubt; maximal <= 160 Zeichen Vollständiger Name für die Numerologie-Analyse.
person_b.dob string Ja Muster: ^\d{4}-\d{2}-\d{2}$ Geburtsdatum im Format YYYY-MM-DD.

Beispielantwort

POST

{
  "person_a": {
    "name": "John Alan Doe",
    "normalized_name": "John Alan Doe",
    "dob": "1992-07-16",
    "life_path_number": 8,
    "expression_number": 9,
    "heart_desire_number": 1,
    "personality_number": 8,
    "birth_day_number": 7,
    "hidden_passion_numbers": [
      1,
      5
    ]
  },
  "person_b": {
    "name": "John Alan Doe",
    "normalized_name": "John Alan Doe",
    "dob": "1992-07-16",
    "life_path_number": 8,
    "expression_number": 9,
    "heart_desire_number": 1,
    "personality_number": 8,
    "birth_day_number": 7,
    "hidden_passion_numbers": [
      1,
      5
    ]
  },
  "symbolic_resonance_score": 52,
  "symbolic_resonance_label": "Light Symbolic Resonance",
  "resonance_category": "Soulmate Symbolism",
  "connection_summary": "The pattern suggests deep relational resonance, emotional familiarity, and a strong sense of meaningful mutual support or recognition.",
  "component_scores": {
    "master_resonance": 0,
    "mirrored_pattern": 16,
    "karmic_pull": 38,
    "emotional_resonance": 90,
    "communication_resonance": 90,
    "growth_activation": 71
  },
  "strengths": [
    "Strong heart-level resonance and emotional recognition",
    "Communication can become a strong bridge for understanding",
    "The bond carries heightened symbolic meaning for premium spiritual interpretation",
    "Even lighter-resonance bonds can still be meaningful when approached consciously"
  ],
  "cautions": [
    "Strong lessons can create attachment to difficulty if boundaries are weak",
    "This endpoint is best read as symbolic patterning, not absolute metaphysical proof"
  ],
  "meaning": {
    "title": "Soulmate Symbolism",
    "overview": "This resonance pattern suggests a bond marked by emotional familiarity, meaningful recognition, and a strong sense of relational alignment. It does not prove a permanent or singular soulmate status, but it does indicate that the connection may carry unusually supportive and significant spiritual familiarity. Such bonds often feel meaningful because they combine emotional ease with depth and growth.",
    "core_message": "The relationship appears to carry strong emotional familiarity and meaningful soul-level resonance.",
    "what_this_can_mean": [
      "You may feel naturally recognized, supported, or emotionally understood by one another",
      "The bond may carry a strong sense of significance without needing constant turbulence",
      "There may be a feeling of familiarity, comfort, and deeper relational purpose",
      "The connection often supports growth through mutual resonance rather than only intense friction"
    ],
    "highest_expression": [
      "Emotional ease joined with real depth",
      "A sense of being met in meaningful and restorative ways",
      "Mutual support that strengthens healing, growth, and trust",
      "A bond that feels spiritually important without requiring chaos"
    ],
    "watch_out": [
      "Assuming comfort means the relationship no longer needs conscious work",
      "Overidealizing the bond because it feels familiar",
      "Mistaking spiritual familiarity for total compatibility in every life area"
    ],
    "guidance": "Let the connection be appreciated for its resonance and support, but continue to build it through honesty, emotional maturity, and grounded commitment.",
    "affirmation": "I welcome meaningful soul resonance with gratitude, balance, and conscious love."
  },
  "detailed_meaning": "This symbolic result suggests a bond marked by meaningful emotional familiarity, recognizable resonance, and a stronger-than-average sense of supportive spiritual connection. The category commonly referred to as soulmate symbolism usually points to a relationship that feels naturally important rather than overwhelmingly destabilizing. There may be a sense of recognition, comfort, emotional belonging, or a subtle feeling that the connection carries real significance beyond surface attraction. In many cases, such bonds are meaningful because they combine resonance with enough softness to allow growth without constant collapse into chaos. That does not mean soul-resonant connections are always easy. They can still bring challenge, depth, vulnerability, and transformation. But the dominant flavor is often one of felt meaning, relational recognition, and a sense that the connection supports the unfolding of something good, needed, or deeply human. The deeper spiritual interpretation is that the bond may function as a place where certain forms of love, trust, healing, or companionship become more accessible. This is often why people experience soulmate-like symbolism as both soothing and important: it can feel as if the connection meets a part of the soul that is accustomed to carrying too much alone. Still, this category should not be read as automatic permanence or guaranteed harmony. Some meaningful soul-resonant bonds are brief, some are lifelong, some are romantic, and some are not. What matters is not the label itself, but the quality of exchange, the depth of recognition, and the maturity with which the bond is lived. The lesson here is to appreciate resonance without idealizing it. Spiritual familiarity can be a gift, but it still asks for honesty, boundaries, repair, and conscious participation. In its highest form, this pattern describes a connection that helps both people feel emotionally met while still growing. In its lower form, it can become sentimental projection or an excuse to avoid seeing what still needs real-world work.",
  "_disclaimer": "This endpoint provides symbolic resonance scoring for spiritual reflection. It is not absolute proof of soulmate or twin flame status.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "2dd3ad1a3a5febfa",
    "quota": "unlimited",
    "usage_tracking": true,
    "premium_symbolic_resonance": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "soul_connection_indicator_post",
    "endpoint_description": "Provides symbolic soulmate / twin flame resonance scoring based on numerology patterns, mirroring, karmic pull, and emotional resonance.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-03-28T14:38:05.295047+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": ""
  }
}

Dashboard öffnen


Hinweis

This endpoint belongs to the Extended suite and is available through direct API access at https://api.numerologyapi.com. It is currently not supported via the RapidAPI gateway.


Zuordnung