Zum Inhalt

Eltern-Kind Numerologie

Der Eltern-Kind Numerologie Endpunkt gibt numerologische Ausgaben für die Analyse der Kompatibilität von Eltern und Kindern zurück. Verwenden Sie diese Seite für Parameterregeln, erlaubte Optionen und Beispielantworten, die für die Integration geeignet sind.

Endpunkt

Methode Pfad
POST https://api.numerologyapi.com/api/v1/parent-child-numerology

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: Ist 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
parent object Ja Erforderliche Schlüssel: full_name, dob Eltern-Datenobjekt.
parent.full_name string Ja Länge: 1..160; Buchstaben und Leerzeichen erlaubt; maximal <= 160 Zeichen Vollständiger Name für numerologische Analyse.
parent.dob string Ja Muster: ^\d{4}-\d{2}-\d{2}$ Geburtsdatum im Format YYYY-MM-DD.
child object Ja Erforderliche Schlüssel: full_name, dob Kind-Datenobjekt.
child.full_name string Ja Länge: 1..160; Buchstaben und Leerzeichen erlaubt; maximal <= 160 Zeichen Vollständiger Name für numerologische Analyse.
child.dob string Ja Muster: ^\d{4}-\d{2}-\d{2}$ Geburtsdatum im Format YYYY-MM-DD.

Beispielantwort

POST

{
  "parent": {
    "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,
    "attitude_number": 5,
    "hidden_passion_numbers": [
      1,
      5
    ]
  },
  "child": {
    "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,
    "attitude_number": 5,
    "hidden_passion_numbers": [
      1,
      5
    ]
  },
  "relationship_score": 91,
  "relationship_label": "Exceptional Parent-Child Harmony",
  "relationship_numbers": {
    "guidance_number": 7,
    "nurture_number": 9,
    "lesson_number": 2,
    "communication_number": 3
  },
  "shared_guidance_pattern": {
    "number": 7,
    "theme": "Guidance through reflection, wisdom, and inner truth",
    "meaning": {
      "title": "Guidance Pattern 7: The Wisdom Bond",
      "overview": "A 7 guidance pattern suggests a parent-child relationship shaped by introspection, depth, truth-seeking, inner life, and subtle emotional intelligence. This bond may be quieter than others, but it can be deeply meaningful. It often asks the parent to understand the child’s inner world with patience and respect.",
      "core_dynamic": "The bond develops through reflection, thoughtful guidance, truth, and inner understanding.",
      "higher_expression": [
        "The child is respected as a deep inner being, not only managed behaviorally",
        "The parent supports reflection, intelligence, and spiritual or emotional depth",
        "The bond can become wise, meaningful, and quietly profound",
        "Space and insight become important ingredients in the relationship"
      ],
      "shadow_pattern": [
        "Emotional distance, silence, over-analysis, or misunderstanding quietness",
        "The parent misreading the child as detached rather than inward",
        "Difficulty expressing affection directly",
        "The bond becoming too intellectual or too private"
      ],
      "best_support_style": [
        "Respect the child’s inner pace and private processing",
        "Invite communication without forcing it harshly",
        "Offer thoughtful presence rather than emotional pressure",
        "Support depth with warmth, not only insight"
      ],
      "spiritual_message": "This bond teaches that some children grow best when their inner world is honored, not interrupted. Wisdom often emerges where space and truth coexist.",
      "affirmation": "We grow through understanding, reflection, and quiet truth."
    },
    "detailed_meaning": "A parent-child pattern of 7 indicates a relationship shaped by introspection, depth, subtle perception, spiritual or intellectual sensitivity, and the need for inner space. This is often a quieter bond than others, but not a weaker one. In fact, it may be profoundly meaningful precisely because so much of its significance exists beneath the surface. The child may be thoughtful, inward, observant, or emotionally private, and the parent may be asked to recognize that development in this child cannot always be measured by outward expressiveness. In healthy form, this relationship supports wisdom, reflection, depth of understanding, and respect for the child’s inner life. The parent becomes strong not by constant intervention, but by patient observation, thoughtful guidance, and the willingness to honor silence without misreading it. In lower expression, however, the bond can become distant, emotionally undernourished, overly analytical, or trapped in misunderstanding. The parent may experience the child as hard to reach, while the child may feel unseen because their interiority is not being interpreted correctly. Spiritually, this bond teaches reverence for inward development. It asks whether both people can trust that not all growth is loud, visible, or linear. The relationship matures when space is paired with warmth, and when truth is invited gently rather than forced."
  },
  "nurture_style": {
    "number": 9,
    "theme": "The child feels nurtured through compassion, acceptance, and emotional depth"
  },
  "growth_lesson": {
    "number": 2,
    "theme": "Lessons around sensitivity, reassurance, and emotional tone"
  },
  "communication_pattern": {
    "number": 3,
    "theme": "Communication tends to be expressive, lively, and verbal"
  },
  "dimension_scores": {
    "emotional_safety": 90,
    "communication": 90,
    "guidance_flow": 89,
    "growth_tension": 96
  },
  "strengths": [
    "Strong emotional safety and reassurance potential",
    "Communication can become a strong bridge between generations",
    "The parent’s guidance style can strongly support the child’s path",
    "Developmental tension is low enough for smoother mutual growth"
  ],
  "watchouts": [
    "No major structural caution dominates, though conscious parenting still matters"
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "741d0f9f3a686cfb",
    "quota": "unlimited",
    "usage_tracking": true,
    "family_dynamic_model": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "parent_child_numerology_post",
    "endpoint_description": "Maps the parent-child bond through guidance, nurture, developmental lessons, and communication numerology patterns.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-03-28T14:37:55.096554+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.


Zuordnungspunkte


  • ENDE MARKDOWN ---