Numerologia Pai e Filho¶
O endpoint Numerologia Pai e Filho retorna resultados de numerologia para análise de compatibilidade entre pais e filhos. Utilize esta página para regras de parâmetros prontas para integração, opções permitidas e exemplos de resposta.
Endpoint¶
| Método | Caminho |
|---|---|
POST | https://api.numerologyapi.com/api/v1/parent-child-numerology |
Disponibilidade¶
- Autenticação:
X-API-Key(ouAuthorization: Bearer YOUR_API_KEY) - Valores suportados de
lang:en,es,de,fr,pt - Canal de acesso: API direta (
https://api.numerologyapi.com) - Gateway RapidAPI: Não suportado para endpoints extensos
Parâmetros¶
Parâmetros de Consulta POST¶
| Parâmetro | Tipo | Obrigatório | Valor Padrão | Opções | Descrição |
|---|---|---|---|---|---|
lang | string | Não | en | en, es, de, fr, pt | Idioma da resposta (suportado: en, es, de, fr, pt) |
Parâmetros do Corpo da Requisição POST¶
| Parâmetro | Tipo | Obrigatório | Valor Padrão | Opções | Descrição |
|---|---|---|---|---|---|
parent | object | Sim | — | Chaves obrigatórias: full_name, dob | Objeto de dados pai. |
parent.full_name | string | Sim | — | Comprimento: 1..160; Permite letras e espaços; Máximo de 160 caracteres | Nome completo para análise numerológica. |
parent.dob | string | Sim | — | Padrão: ^\d{4}-\d{2}-\d{2}$ | Data de nascimento no formato YYYY-MM-DD. |
child | object | Sim | — | Chaves obrigatórias: full_name, dob | Objeto de dados filho. |
child.full_name | string | Sim | — | Comprimento: 1..160; Permite letras e espaços; Máximo de 160 caracteres | Nome completo para análise numerológica. |
child.dob | string | Sim | — | Padrão: ^\d{4}-\d{2}-\d{2}$ | Data de nascimento no formato YYYY-MM-DD. |
Exemplo de Resposta¶
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": ""
}
}
¶
{
"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": ""
}
}
Nota
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.