Número do Desejo Interior Menor¶
O Número do Desejo Interior Menor é calculado a partir das vogais do seu nome curto (primeiro + sobrenome). Ele revela o seu desejo mais profundo, o que a sua alma realmente quer em essência.
Esta é a camada mais íntima da sua essência emocional.
Sem Números Maiores: Sempre reduzido a um único dígito (1–9).
Endpoint¶
| Método | Caminho |
|---|---|
GET | https://api.numerologyapi.com/api/v1/minor-heart-desire |
POST | https://api.numerologyapi.com/api/v1/minor-heart-desire |
Observação: POST usa o mesmo caminho que GET — sem sufixo
/post.
Headers Necessários¶
Você também pode autenticar com
Authorization: Bearer YOUR_API_KEY.Crie e gerencie chaves de API no painel da API de Numerologia.
Parâmetros¶
| Parâmetro | Tipo | Obrigatório | Descrição |
|---|---|---|---|
short_name | string | Sim | Nome completo curto (por exemplo, "Emma Brown"). |
Apenas um campo:
short_name— deve conter pelo menos uma vogal.
Adicione o parâmetro de consulta opcional
langpara localizar as respostas. Valores suportados:en,es,de,fr,pt.
Exemplos de Requisições¶
Requisição GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/minor-heart-desire?short_name=John+Doe&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
Requisição POST (Corpo JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/minor-heart-desire?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"short_name": "John Doe"
}'
Exemplo de Resposta¶
{
"short_name": "John Doe",
"minor_heart_desire_number": 8,
"keyword": "The Empowered Magnate",
"meaning": "You crave power, success, and material mastery. Your soul’s deepest longing is to achieve, influence, and build legacies that demonstrate your competence, authority, and ability to shape reality through disciplined action and strategic vision.",
"detailed_meaning": "Your inner fire burns with the desire to succeed—not just for wealth, but for the deep satisfaction of knowing your efforts create tangible results that endure and empower others long after you’re gone. You long to command respect through competence, wield influence ethically, and build empires—whether businesses, institutions, or systems—that reflect your vision, values, and unwavering commitment to excellence. This craving for mastery isn’t greed—it’s a sacred alignment with the truth that abundance is a tool for service, and that your soul thrives when your power is used to uplift, not dominate, the collective. However, this deep yearning may manifest as workaholism that sacrifices health or relationships, equating self-worth with status, or the shadow belief that control is the only path to security and success. Karmically, your soul is learning that true power includes generosity—that legacy is measured not just in assets accumulated, but in lives empowered, and that influence without integrity is hollow and short-lived. Your greatest fulfillment arises when your success becomes a platform for others—when your resources, networks, and authority are used to open doors, fund causes, and mentor the next generation of leaders. Guard against burnout by practicing generous delegation—empower others to rise alongside you, knowing that the strongest empires are built not by one, but by many united in a shared vision of what’s possible. When honored fully, your Minor Heart’s Desire 8 becomes a forge of principled legacy—proving that the deepest success isn’t taken, but responsibly created through vision, effort, and the unwavering belief that heaven blesses those who build wisely, give generously, and lead with integrity.",
"vibration": "Your inner fire burns for authority, abundance, and impact.",
"note": "Derived from vowels only. This is your soul's deepest craving.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "45f23b366a5a3abc",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "minor_heart_desire",
"endpoint_description": "Determines the Minor Heart Desire from vowels in current name.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:36.002555+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": ""
}
}
Significado e Interpretação¶
Desejo Interior Menor 3 – O Criador Alegre¶
Desejo Mais Profundo: - Expressão criativa - Alegria, riso e brincadeira - Ser visto e celebrado - Inspirar os outros
Declaração da Alma:
"Eu me sinto completo quando crio e trago alegria."
Melhores Formas de Expressão: - Arte, escrita, música, comédia, ensino, hospitalidade
Desafios: - Medo de críticas - Dispersão de energia - Evitar a profundidade
Conselho: A sua alma precisa de alegria em ação. Crie livremente. O seu dom é espalhar a luz — deixe-a brilhar.
Observação
- Entrada: Apenas
short_name(por exemplo,"John Doe"). - Apenas Vogais: A, E, I, O, U (Y excluído).
- Cálculo: Soma dos valores das vogais → reduzir a um único dígito (1–9).
- Sem Números Maiores: Sempre reduzido.
- Validação:
- Ausência de
short_name→400 - Sem vogais →
400 - Caso de Uso: Coaching no nível da alma, cura emocional, crescimento espiritual.
- Cache: Cache de 30 dias para o mesmo
short_name.