Numerologia de E-mail¶
O endpoint Numerologia de E-mail analisa seu endereço de e-mail (letras + números) para revelar: - Sua identidade digital - Estilo de comunicação online - Energia de destino e marca virtual
Ele remove todos os caracteres especiais (@, ., -, _), converte letras/números em valores e reduz a um número principal (1–9, 11, 22, 33).
Números Principais Preservados: 11, 22, 33 Inclui dígitos 0–9 com seus valores
Endpoint¶
| Método | Caminho |
|---|---|
GET | https://api.numerologyapi.com/api/v1/email-numerology |
POST | https://api.numerologyapi.com/api/v1/email-numerology |
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 |
|---|---|---|---|
email | string | Sim | Qualquer e-mail válido (por exemplo, hi@numerologyapi.com). |
Apenas letras e dígitos são usados —
@,.,-,_são ignorados.
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/email-numerology?email=langtest%40example.com&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
Requisição POST (Corpo JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/email-numerology?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"email": "langtest@example.com"
}'
Exemplo de Resposta¶
{
"email": "langtest@example.com",
"email_number": 7,
"meaning": {
"title": "Email Number 7: The Digital Mystic & Deep Thinker",
"overview": "Email Number 7 radiates mystery, depth, and spiritual wisdom in the digital world. Your online presence feels thoughtful, introspective, and profound — people see you as the one who shares deeper truths, esoteric knowledge, and quiet insight. This vibration excels at spiritual content, research-based posts, and soul-level connection.",
"core_digital_energy": "Introspective • Intuitive • Spiritual • Wise • Mysterious",
"how_you_are_perceived_online": [
"Deep, insightful, and spiritually attuned",
"The one who shares meaningful, thoughtful content",
"Quiet strength and authentic depth",
"People feel you see beyond the surface"
],
"opportunities_this_vibration_brings": [
"Create profound spiritual or philosophical content",
"Build an audience that seeks depth and truth",
"Share intuitive insights and higher knowledge",
"Attract soul-aligned connections"
],
"challenges_to_master": [
"Avoiding emotional distance or isolation online",
"Balancing depth with accessibility",
"Protecting energy from digital noise",
"Sharing wisdom without overwhelming others"
],
"spiritual_growth_tip": "Ground your digital mysticism with daily practice. When you share inner wisdom with humility and love, your online presence becomes a lighthouse of truth.",
"affirmation": "I share digital wisdom with grace and depth. My presence brings light and understanding."
},
"detailed_meaning": "Your Email Number 7 carries the energy of a digital mystic—your online presence leans toward depth, research, and quiet inquiry rather than loud self-promotion or surface-level engagement. You communicate selectively, preferring long-form writing, insightful comments, or private messages over public performance; your words carry weight because they’re rare and well-considered. You’re drawn to forums on philosophy, science, spirituality, or data analysis—spaces where truth matters more than trends, and silence is respected as part of the conversation. This energy makes you a trusted source in niche communities; people may not always understand your perspective, but they sense its integrity and return for your clarity. The shadow side includes withdrawing so completely that you miss opportunities to share your wisdom, or over-analyzing digital interactions until connection feels impossible. To harmonize this frequency, share one insight weekly—even anonymously—in a space that needs it; your truth, however quiet, can shift someone’s entire trajectory. You’re less active on social media, but when you post, it’s often bookmarked, quoted, or saved for later—a testament to your depth. When integrated fully, your Email 7 becomes a wellspring of digital wisdom—proving that in an age of noise, the most powerful signal is the one that speaks from stillness.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "cae5ade347d18974",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "email_numerology",
"endpoint_description": "Performs numerological analysis of email addresses.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:28.389886+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": ""
}
}
Lógica de Cálculo¶
hi@numerologyapi.com
→ clean: HINUMEROLOGYAPI
→ values: H=8, I=9, N=5, U=3, M=4, E=5, R=9, O=6, L=3, O=6, G=7, Y=7, A=1, P=7, I=9
→ sum = 83 → 8+3 = 11 → 1+1 = 2 → but wait — reduce_number() preserves masters?
→ In your code: reduce_number() → preserves 11,22,33 → but 83 → 11 → 2 → so final = 2
Observação: A redução final preserva apenas os números principais se a soma for 11, 22 ou 33 antes do passo final.
Significado dos Números de E-mail¶
| Número | Energia Online | Melhor Para |
|---|---|---|
| 1 | Líder | Marcas pessoais, startups |
| 2 | Diplomata | Suporte ao cliente, parcerias |
| 3 | Criador | Conteúdo, arte, mídia social |
| 4 | Construtor | Tecnologia, engenharia, sistemas |
| 5 | Influenciador | Marketing, viagens, mídia |
| 6 | Cuidador | Bem-estar, família, coaching |
| 7 | Analista | Pesquisa, tecnologia, espiritualidade |
| 8 | CEO | Negócios, finanças, autoridade |
| 9 | Humanitário | ONGs, ativismo, alcance global |
| 11 | Visionário | Inovação, inspiração |
| 22 | Mestre Construtor | Plataformas escaláveis, legado |
| 33 | Mestre Professor | Educação, cura, elevar |
Observação
- Entrada: Endereço de e-mail completo.
- Limpeza:
re.sub(r'[^A-Za-z0-9]', '', email).upper() - Mapeamento de Letras:
- A=1, B=2, ..., I=9
- J=1, K=2, ..., Z=8
- 0=0, 1=1, ..., 9=9
- Redução:
reduce_number(total)→ preserva 11, 22, 33 - Validação:
- Falta de
email→400 - Sem letras/dígitos →
422 - Caso de Uso:
- Escolher um e-mail profissional
- Alinhamento da marca
- Estratégia de marketing digital
- Insights personalizados de e-mail