콘텐츠로 이동

부모-자녀 번호학

부모-자녀 번호학 엔드포인트는 부모-자녀 호환성 번호학 분석을 위한 기업용 번호학 결과를 반환합니다. 통합에 적합한 파라미터 규칙, 허용 옵션 및 응답 예제를 참조하기 위해 이 페이지를 사용하십시오.

엔드포인트

방법 경로
POST https://api.numerologyapi.com/api/v1/parent-child-numerology

가용성

  • 인증: X-API-Key (또는 Authorization: Bearer YOUR_API_KEY)
  • 지원되는 lang 값: en, es, de, fr, pt
  • 접근 채널: 직접 API (https://api.numerologyapi.com)
  • RapidAPI 게이트웨이: 현재 확장 엔드포인트에 대해서는 지원되지 않습니다.

파라미터

POST 쿼리 파라미터

파라미터 유형 필수 기본값 옵션 설명
lang string 아니오 en en, es, de, fr, pt 응답 언어 (지원: en, es, de, fr, pt)

POST 본문 파라미터| 파라미터 | 타입 | 필수 | 기본값 | 옵션 | 설명 |

|---|---|---|---|---|---| | parent | object | 예 | | 필요한 키: full_name, dob | 상위 데이터 객체. | | parent.full_name | string | 예 | | 길이: 1..160; 문자/공백 허용; 최대 160자 유지 | Numerology 분석을 위한 전체 이름. | | parent.dob | string | 예 | | 패턴: ^\d{4}-\d{2}-\d{2}$ | YYYY-MM-DD 형식의 생년월일. | | child | object | 예 | | 필요한 키: full_name, dob | 자녀 데이터 객체. | | child.full_name | string | 예 | | 길이: 1..160; 문자/공백 허용; 최대 160자 유지 | Numerology 분석을 위한 전체 이름. | | child.dob | string | 예 | | 패턴: ^\d{4}-\d{2}-\d{2}$ | YYYY-MM-DD 형식의 생년월일. | | num_sys | string | 아니오 | pythagorean | pythagorean, chaldean, vedic | 선택적인 Numerology 시스템. 지원되는 값: pythagorean, chaldean, vedic. 기본값은 pythagorean입니다. |

응답 예시

POST

{
  "numerology_system": "pythagorean",
  "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.1",
    "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": ""
  }
}

대시보드 열기


참고

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.


관련 엔드포인트- 관계 종합 분석