Número da Personalidade¶
O Número da Personalidade é calculado a partir das consoantes do seu nome completo de nascimento. Ele representa o seu eu exterior — como você se apresenta ao mundo, o seu estilo social e a impressão que você causa nos outros.
Este é o "máscara" que você usa em público — seu encanto, comportamento e primeira impressão.
Sem Números Maiores: Sempre reduzido a um único dígito (1–9).
Endpoint¶
| Método | Caminho |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personality_number |
POST | https://api.numerologyapi.com/api/v1/personality_number/post |
Cabeçalhos 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 |
|---|---|---|---|
first_name | string | Sim | Primeiro nome (ortografia do certificado de nascimento). |
middle_name | string | Não | Nome(s) do meio. Inclua, se houver. |
last_name | string | Sim | Sobrenome. |
Regra das Consoantes: Apenas as letras não vocálicas são contadas (A, E, I, O, U e, às vezes, Y são excluídas). Y é tratado como uma consoante a menos que seja o único som vocálico em uma sílaba.
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/personality_number?first_name=John&middle_name=Alan&last_name=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/personality_number/post?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"first_name": "John",
"middle_name": "Alan",
"last_name": "Doe"
}'
Exemplo de Resposta¶
{
"personality_number": 8,
"summary": {
"title": "Personality Number 8: The Powerful Achiever & Authority",
"overview": "Personality Number 8 projects strength, authority, and natural command. People see you as capable, ambitious, and someone who handles power with confidence. You give off an aura of success, influence, and material mastery — others perceive you as someone who gets results.",
"how_others_see_you": [
"Confident, powerful, and in control",
"Ambitious, organized, and achievement-oriented",
"Someone who exudes success and authority",
"Reliable and capable of handling big things"
],
"first_impression": "People meet you and think: 'This person is strong and successful.' You come across as commanding, competent, and someone who knows how to make things happen.",
"strengths_in_perception": [
"Instant respect for your strength and capability",
"People trust you with responsibility and leadership",
"Your presence inspires confidence and results",
"You appear prosperous and influential"
],
"potential_misinterpretations": [
"Can be seen as intimidating, controlling, or materialistic",
"Others may think you're cold or unapproachable",
"Risk of power struggles or being perceived as domineering",
"May be underestimated emotionally"
],
"growth_advice": [
"Soften your authority with warmth and approachability",
"Share power and credit generously",
"Balance ambition with emotional connection",
"Use your strength to empower and uplift others"
],
"spiritual_gift": "You become a powerful manifestor who uses influence for good — showing the world that strength and compassion can coexist beautifully.",
"affirmation": "I wield power with integrity and warmth. My success serves the highest good."
},
"detailed_meaning": "Personality Number 8 exudes authority, competence, and executive presence—others immediately recognize your capacity to lead, organize, and achieve tangible results. People see you as strong, ambitious, and materially capable—a natural CEO, strategist, or builder who commands respect through action, not just words. Your presence conveys power and reliability; in rooms of decision-makers, your opinion carries weight because others sense your strategic mind and track record of success. This impression opens doors to leadership and financial influence—but may also cause others to assume you’re cold, controlling, or overly focused on status or gain. Growth comes from aligning your ambition with ethics, using your influence to uplift others, and recognizing that true power includes generosity, not just accumulation. The shadow side emerges as workaholism, manipulation for gain, or equating self-worth solely with external achievement and control. You restore balance by leading with integrity, sharing credit generously, and remembering that legacy is built on character as much as capital. When integrated, your Personality 8 becomes a force for principled achievement—proving that material success and spiritual responsibility can coexist to create lasting impact.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "61642b60db98bcd7",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "personality_number",
"endpoint_description": "Calculates the Personality number, showing how others perceive you.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:40.717136+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¶
Personalidade 8 – O Líder Confiante¶
Presença Social: - Autoritário, polido, ambicioso - Presença natural de executivo - Organizado, eficiente, orientado a metas - Comanda respeito e confiança
Como os outros te veem:
"Esta pessoa sabe o que está fazendo. Confio nela para assumir responsabilidades."
Melhores Funções: - CEO, gerente, empreendedor, advogado, financista, coach
Desafios: - Aparecer intimidador ou distante - Focar excessivamente no status ou na riqueza - Dificuldade em demonstrar vulnerabilidade
Conselhos: Sua força é obter resultados. Combine confiança com calor. Seu dom é criar sistemas que durem — liderar com poder e coração.
Nota
- Mapeamento de Consoantes: B=2, C=3, D=4, ..., Z=8 (vocais omitidos).
- Cálculo: Some as consoantes → reduza para um único dígito apenas (1–9).
- Exemplo:
J (1) + M (4) + S (1)→ 6 → 6 - Sem Números Maiores: 11 → 2, 22 → 4, 33 → 6. Sempre reduzido.
- Precisão do Nome: Use o nome de nascimento para o seu eu exterior.
- Validação: Nomes ausentes →
400. - Caso de Uso: Ideal para branding, discursos públicos ou estratégia de mídia social.
- Cache: Cache de 30 dias para nomes idênticos.