Lectura de Atributos Ancestrales¶
La Lectura de Atributos Ancestrales (también conocida como Número de Herencia) se calcula a partir de las letras de su apellido (apellido o nombre de familia). Revela patrones kármicos, fortalezas ancestrales, talentos heredados y destino generacional que se transmiten a través de su linaje.
Este número muestra el legado espiritual de su línea familiar.
Números Maestros Compatibles: 11, 22, 33 se conservan con significados especiales.
Endpoint¶
| Método | Ruta |
|---|---|
GET | https://api.numerologyapi.com/api/v1/ancestor-reading |
POST | https://api.numerologyapi.com/api/v1/ancestor-reading |
Nota: POST utiliza la misma ruta que GET — sin sufijo
/post.
Encabezados Requeridos¶
También puede autenticarse con
Authorization: Bearer YOUR_API_KEY.Cree y gestione las claves de API en el panel de control de Numerology API.
Parámetros¶
| Parámetro | Tipo | Requerido | Descripción |
|---|---|---|---|
family_name | string | Sí | Apellido o nombre de familia (p. ej., "Brown" o "Martinez"). |
Solo letras — los números, los espacios y los símbolos se ignoran. Insensible a mayúsculas y minúsculas.
Agregue el parámetro de consulta opcional
langpara localizar las respuestas. Valores admitidos:en,es,de,fr,pt.
Ejemplos de Solicitudes¶
Solicitud GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/ancestor-reading?family_name=test&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
Solicitud POST (Cuerpo JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/ancestor-reading?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"family_name": "test"
}'
Ejemplo de Respuesta¶
{
"family_name": "test",
"ancestral_number": 1,
"meaning": {
"title": "Ancestral Number 1: Lineage of Pioneers & Trailblazers",
"overview": "Your bloodline carries the vibration of fierce independence, courageous leadership, and bold initiation. Your ancestors were often the first to break new ground — explorers, warriors, entrepreneurs, or visionaries who refused to follow the crowd. This lineage gives you innate strength, originality, and the fire to create your own destiny, but it may also carry unresolved patterns of isolation, stubbornness, or over-dominance.",
"ancestral_gifts": [
"Unbreakable will and pioneering courage",
"Natural leadership and ability to start new things",
"Strong sense of personal identity and purpose",
"Resilience passed down through generations"
],
"ancestral_challenges_to_heal": [
"Patterns of loneliness or doing everything alone",
"Stubbornness, pride, or difficulty asking for help",
"Karmic wounds around authority and control",
"Unresolved ego conflicts in the family line"
],
"your_soul_mission_in_this_lineage": [
"Become a conscious leader who empowers rather than dominates",
"Heal the fear of vulnerability by learning healthy interdependence",
"Use your pioneering energy to create positive change for others",
"Honor the courage of your ancestors while evolving beyond their limitations"
],
"spiritual_gift": "You are the one who breaks generational chains of limitation and starts new cycles of freedom and self-empowerment for your lineage.",
"affirmation": "I honor the courage of my ancestors. I lead with love, humility, and fierce authenticity."
},
"detailed_meaning": "Your ancestors carried the fierce energy of pioneers, leaders, and self-made individuals who carved paths where none existed before—often through sheer will, courage, and unwavering independence. They may have been founders, rebels, or solitary trailblazers who refused to conform, choosing instead to forge new ways for future generations at great personal cost. This lineage gifted you with unshakable determination, natural authority, and the inner fire to initiate change—but it may also carry unresolved patterns of isolation, control, or difficulty trusting others. You inherit not just strength, but the sacred responsibility to lead with humility, ensuring your autonomy uplifts rather than dominates those around you. Karmically, your soul is here to transform ancestral self-reliance into conscious interdependence—learning that true power includes collaboration, vulnerability, and service. Healing this line involves honoring your ancestors’ courage while releasing any inherited belief that you must do everything alone or that asking for help is weakness. Rituals of acknowledgment—such as lighting a candle or speaking their names with gratitude—can help you receive their strength without carrying their burdens. When integrated wisely, your Ancestral 1 becomes a pillar of inspired action—allowing you to stand tall in your truth while creating space for others to rise alongside you.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "8f56ae033fc99398",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "ancestor_reading",
"endpoint_description": "Provides ancestral numerology reading connecting to family lineage.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:23.593528+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 Interpretación¶
Número Ancestral 22 – El Maestro Constructor¶
Legado Familiar: - Liderazgo visionario - Construcción de instituciones (negocios, organizaciones benéficas, sistemas) - Disciplina + practicidad - Impacto global o intergeneracional
Talentos Heredados: - Pensamiento estratégico - Planificación a largo plazo - Capacidad para ejecutar grandes ideas - Autoridad natural
Deber Kármico:
"Su linaje fue nacido para construir el futuro."
Expresión Óptima: - Emprendimiento, arquitectura, filantropía, gobierno
Consejo: Sus antepasados soñaban con grandes cosas — ahora es su turno. Construya algo eterno.
Número Maestro 22: Conservado — mayor potencial en numerología.
Nota
- Entrada:
family_nameúnicamente (p. ej.,"Brown"). - Mapeo de Letras:
- A=1, B=2, ..., I=9
- J=1, K=2, ..., R=9
- S=1, T=2, ..., Z=8
- Cálculo: Sumar todas las letras →
reduce_number()→ conserva 11, 22, 33. - Ejemplo:
B(2)+R(9)+O(6)+W(5)+N(5)→ 27 → 9 - Números Maestros: 11, 22, 33 conservados.
- Validación:
- Falta
family_name→400 - No hay letras →
422 - Caso de Uso: Historia familiar, planificación de legado, genealogía espiritual.
- Almacenamiento en caché: No especificado — comportamiento predeterminado.