Ancestor Attributes Reading¶
The Ancestor Attributes Reading (also called Heredity Number) is calculated from the letters in your family name (last name or surname). It reveals karmic patterns, ancestral strengths, inherited talents, and generational destiny passed down through your lineage.
This number shows the spiritual legacy of your family line.
Master Numbers Supported: 11, 22, 33 are preserved with special meanings.
Endpoint¶
| Method | Path |
|---|---|
GET | https://api.numerologyapi.com/api/v1/ancestor-reading |
POST | https://api.numerologyapi.com/api/v1/ancestor-reading |
Note: POST uses same path as GET — no
/postsuffix.
Required Headers¶
You can also authenticate with
Authorization: Bearer YOUR_API_KEY.Create and manage API keys in the Numerology API dashboard.
Parameters¶
| Param | Type | Required | Description |
|---|---|---|---|
family_name | string | Yes | Family or last name (e.g., "Brown" or "Martinez"). |
Only letters — numbers, spaces, and symbols are ignored.
Case-insensitive.
Add the optional
langquery parameter to localize responses. Supported values:en,es,de,fr,pt.
Example Requests¶
GET Request¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/ancestor-reading?family_name=test&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST Request (JSON Body)¶
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"
}'
Response Example¶
{
"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": ""
}
}
Meaning & Interpretation¶
Ancestral Number 22 – The Master Builder¶
Family Legacy:
- Visionary leadership
- Building institutions (businesses, charities, systems)
- Discipline + practicality
- Global or generational impact
Inherited Gifts:
- Strategic thinking
- Long-term planning
- Ability to execute big ideas
- Natural authority
Karmic Duty:
"Your bloodline was born to build the future."
Best Expression:
- Entrepreneurship, architecture, philanthropy, governance
Advice:
Your ancestors dreamed big — now it’s your turn. Build something eternal.
Master Number 22: Preserved — highest potential in numerology.
Note
- Input:
family_nameonly (e.g.,"Brown"). - Letter Mapping:
- A=1, B=2, ..., I=9
- J=1, K=2, ..., R=9
- S=1, T=2, ..., Z=8
- Calculation: Sum all letters →
reduce_number()→ preserves 11, 22, 33. - Example:
B(2)+R(9)+O(6)+W(5)+N(5)→ 27 → 9 - Master Numbers: 11, 22, 33 preserved.
- Validation:
- Missing
family_name→400 - No letters →
422 - Use Case: Family history, legacy planning, spiritual genealogy.
- Caching: Not specified — default behavior.