Skip to content

Essence Cycle (10-Year Table)

Essence Cycle is a classic numerology method used to track the evolution of your personal energy over a decade.

This endpoint calculates the 10-year Essence Table, showing how the transit influences from your first, middle, and last name evolve from Age 0 to Age 9.
- Physical transit: First Name → action, health, body
- Mental transit: Middle Name → mind, creativity, ideas
- Spiritual transit: Last Name → soul lessons, karmic refinement

Transit influence begins at Age 1
Age 0 → Pre-Influence phase, gestation of soul vibrations


Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/essence-cycle
POST https://api.numerologyapi.com/api/v1/essence-cycle

Required Headers

X-API-Key: YOUR_API_KEY
Content-Type: application/json   (POST only)
Host: api.numerologyapi.com

You can also authenticate with Authorization: Bearer YOUR_API_KEY.

Create and manage API keys in the Numerology API dashboard.


Parameters

Param Type Required Default Description
full_name string Yes Full birth name (e.g., "Alexander Graham Bell").
dob string Yes Date of birth in YYYY-MM-DD format.
start_year integer Yes Calendar year to start table (1800–2100).

Add the optional lang query 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/essence-cycle?full_name=John+Alan+Doe&dob=1992-07-16&start_year=2026&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST Request (JSON Body)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/essence-cycle?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "full_name": "John Alan Doe",
  "dob": "1992-07-16",
  "start_year": 2026
}'

Response Example

{
  "full_name": "John Alan Doe",
  "dob": "1992-07-16",
  "start_year": 2026,
  "essence_table": [
    {
      "year": 2026,
      "age": 34,
      "transits": {
        "physical": "H",
        "mental": "L",
        "spiritual": "D"
      },
      "personal_year": 6,
      "essence_number": 6,
      "keyword": "The Cosmic Nurturer",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 6 centers your journey on compassion, duty, and the sacred act of creating sanctuaries—whether in your home, family, or community—where all feel seen, safe, and loved. This is a year to cook, heal, listen, mend, or simply show up with consistent, unwavering care for those who depend on you, often finding deep fulfillment in the quiet acts of service that go unnoticed. You may feel drawn to family matters, home projects, or roles that require emotional intelligence, fairness, and the ability to hold space for others’ vulnerabilities without fixing. However, this energy may challenge you with over-commitment until you’re depleted, perfectionism that creates unrealistic standards, or resentment when your care goes unacknowledged. Karmically, your soul is learning that sustainable service flows from a full cup—that setting boundaries is not selfishness, but essential stewardship of the light you’re meant to share with the world. Your greatest alignment comes from balancing giving with receiving—practicing self-care as sacred ritual, not indulgence, and trusting that your well-being is part of your mission. Guard against martyrdom by asking: 'Am I caring from overflow, or from obligation?'—then adjust your energy accordingly. When fully embodied, Essence 6 becomes a hearth of compassionate strength—proving that the greatest acts of love begin not with depletion, but with the radical choice to tend your own flame so brightly that others find warmth in its glow."
    },
    {
      "year": 2027,
      "age": 35,
      "transits": {
        "physical": "H",
        "mental": "A",
        "spiritual": "O"
      },
      "personal_year": 7,
      "essence_number": 6,
      "keyword": "The Cosmic Nurturer",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 6 centers your journey on compassion, duty, and the sacred act of creating sanctuaries—whether in your home, family, or community—where all feel seen, safe, and loved. This is a year to cook, heal, listen, mend, or simply show up with consistent, unwavering care for those who depend on you, often finding deep fulfillment in the quiet acts of service that go unnoticed. You may feel drawn to family matters, home projects, or roles that require emotional intelligence, fairness, and the ability to hold space for others’ vulnerabilities without fixing. However, this energy may challenge you with over-commitment until you’re depleted, perfectionism that creates unrealistic standards, or resentment when your care goes unacknowledged. Karmically, your soul is learning that sustainable service flows from a full cup—that setting boundaries is not selfishness, but essential stewardship of the light you’re meant to share with the world. Your greatest alignment comes from balancing giving with receiving—practicing self-care as sacred ritual, not indulgence, and trusting that your well-being is part of your mission. Guard against martyrdom by asking: 'Am I caring from overflow, or from obligation?'—then adjust your energy accordingly. When fully embodied, Essence 6 becomes a hearth of compassionate strength—proving that the greatest acts of love begin not with depletion, but with the radical choice to tend your own flame so brightly that others find warmth in its glow."
    },
    {
      "year": 2028,
      "age": 36,
      "transits": {
        "physical": "N",
        "mental": "N",
        "spiritual": "O"
      },
      "personal_year": 8,
      "essence_number": 7,
      "keyword": "The Mystical Sage",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 7 draws you inward toward the sacred space of contemplation, spiritual inquiry, and the quiet pursuit of truth beyond surface appearances. This is a year to meditate, journal, research, or simply sit in stillness—allowing your intuition to guide you toward insights that logic alone cannot reveal. You may feel less interested in social noise and more drawn to solitude, where your mind can wander freely through philosophy, metaphysics, or the silent spaces between thoughts. However, this energy may challenge you with isolation that tips into loneliness, skepticism that blocks spiritual openness, or intellectualizing emotions to avoid feeling them fully and vulnerably. Karmically, your soul is learning that wisdom gains power when shared gently—your insights become healing when offered to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from trusting your inner voice over external opinion, and from creating regular rituals of withdrawal that replenish your spirit without disconnecting you entirely. Guard against withdrawal by bridging contemplation with connection—share one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory. When fully embodied, Essence 7 becomes a wellspring of earned clarity—proving that the deepest truths are not found in noise, but in the fertile silence where the soul speaks loudest."
    },
    {
      "year": 2029,
      "age": 37,
      "transits": {
        "physical": "N",
        "mental": "N",
        "spiritual": "O"
      },
      "personal_year": 9,
      "essence_number": 7,
      "keyword": "The Mystical Sage",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 7 draws you inward toward the sacred space of contemplation, spiritual inquiry, and the quiet pursuit of truth beyond surface appearances. This is a year to meditate, journal, research, or simply sit in stillness—allowing your intuition to guide you toward insights that logic alone cannot reveal. You may feel less interested in social noise and more drawn to solitude, where your mind can wander freely through philosophy, metaphysics, or the silent spaces between thoughts. However, this energy may challenge you with isolation that tips into loneliness, skepticism that blocks spiritual openness, or intellectualizing emotions to avoid feeling them fully and vulnerably. Karmically, your soul is learning that wisdom gains power when shared gently—your insights become healing when offered to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from trusting your inner voice over external opinion, and from creating regular rituals of withdrawal that replenish your spirit without disconnecting you entirely. Guard against withdrawal by bridging contemplation with connection—share one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory. When fully embodied, Essence 7 becomes a wellspring of earned clarity—proving that the deepest truths are not found in noise, but in the fertile silence where the soul speaks loudest."
    },
    {
      "year": 2030,
      "age": 38,
      "transits": {
        "physical": "N",
        "mental": "N",
        "spiritual": "O"
      },
      "personal_year": 1,
      "essence_number": 7,
      "keyword": "The Mystical Sage",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 7 draws you inward toward the sacred space of contemplation, spiritual inquiry, and the quiet pursuit of truth beyond surface appearances. This is a year to meditate, journal, research, or simply sit in stillness—allowing your intuition to guide you toward insights that logic alone cannot reveal. You may feel less interested in social noise and more drawn to solitude, where your mind can wander freely through philosophy, metaphysics, or the silent spaces between thoughts. However, this energy may challenge you with isolation that tips into loneliness, skepticism that blocks spiritual openness, or intellectualizing emotions to avoid feeling them fully and vulnerably. Karmically, your soul is learning that wisdom gains power when shared gently—your insights become healing when offered to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from trusting your inner voice over external opinion, and from creating regular rituals of withdrawal that replenish your spirit without disconnecting you entirely. Guard against withdrawal by bridging contemplation with connection—share one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory. When fully embodied, Essence 7 becomes a wellspring of earned clarity—proving that the deepest truths are not found in noise, but in the fertile silence where the soul speaks loudest."
    },
    {
      "year": 2031,
      "age": 39,
      "transits": {
        "physical": "N",
        "mental": "N",
        "spiritual": "O"
      },
      "personal_year": 2,
      "essence_number": 7,
      "keyword": "The Mystical Sage",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 7 draws you inward toward the sacred space of contemplation, spiritual inquiry, and the quiet pursuit of truth beyond surface appearances. This is a year to meditate, journal, research, or simply sit in stillness—allowing your intuition to guide you toward insights that logic alone cannot reveal. You may feel less interested in social noise and more drawn to solitude, where your mind can wander freely through philosophy, metaphysics, or the silent spaces between thoughts. However, this energy may challenge you with isolation that tips into loneliness, skepticism that blocks spiritual openness, or intellectualizing emotions to avoid feeling them fully and vulnerably. Karmically, your soul is learning that wisdom gains power when shared gently—your insights become healing when offered to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from trusting your inner voice over external opinion, and from creating regular rituals of withdrawal that replenish your spirit without disconnecting you entirely. Guard against withdrawal by bridging contemplation with connection—share one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory. When fully embodied, Essence 7 becomes a wellspring of earned clarity—proving that the deepest truths are not found in noise, but in the fertile silence where the soul speaks loudest."
    },
    {
      "year": 2032,
      "age": 40,
      "transits": {
        "physical": "N",
        "mental": "N",
        "spiritual": "O"
      },
      "personal_year": 3,
      "essence_number": 7,
      "keyword": "The Mystical Sage",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 7 draws you inward toward the sacred space of contemplation, spiritual inquiry, and the quiet pursuit of truth beyond surface appearances. This is a year to meditate, journal, research, or simply sit in stillness—allowing your intuition to guide you toward insights that logic alone cannot reveal. You may feel less interested in social noise and more drawn to solitude, where your mind can wander freely through philosophy, metaphysics, or the silent spaces between thoughts. However, this energy may challenge you with isolation that tips into loneliness, skepticism that blocks spiritual openness, or intellectualizing emotions to avoid feeling them fully and vulnerably. Karmically, your soul is learning that wisdom gains power when shared gently—your insights become healing when offered to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from trusting your inner voice over external opinion, and from creating regular rituals of withdrawal that replenish your spirit without disconnecting you entirely. Guard against withdrawal by bridging contemplation with connection—share one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory. When fully embodied, Essence 7 becomes a wellspring of earned clarity—proving that the deepest truths are not found in noise, but in the fertile silence where the soul speaks loudest."
    },
    {
      "year": 2033,
      "age": 41,
      "transits": {
        "physical": "J",
        "mental": "A",
        "spiritual": "E"
      },
      "personal_year": 22,
      "essence_number": 7,
      "keyword": "The Mystical Sage",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 7 draws you inward toward the sacred space of contemplation, spiritual inquiry, and the quiet pursuit of truth beyond surface appearances. This is a year to meditate, journal, research, or simply sit in stillness—allowing your intuition to guide you toward insights that logic alone cannot reveal. You may feel less interested in social noise and more drawn to solitude, where your mind can wander freely through philosophy, metaphysics, or the silent spaces between thoughts. However, this energy may challenge you with isolation that tips into loneliness, skepticism that blocks spiritual openness, or intellectualizing emotions to avoid feeling them fully and vulnerably. Karmically, your soul is learning that wisdom gains power when shared gently—your insights become healing when offered to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from trusting your inner voice over external opinion, and from creating regular rituals of withdrawal that replenish your spirit without disconnecting you entirely. Guard against withdrawal by bridging contemplation with connection—share one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory. When fully embodied, Essence 7 becomes a wellspring of earned clarity—proving that the deepest truths are not found in noise, but in the fertile silence where the soul speaks loudest."
    },
    {
      "year": 2034,
      "age": 42,
      "transits": {
        "physical": "O",
        "mental": "L",
        "spiritual": "E"
      },
      "personal_year": 5,
      "essence_number": 5,
      "keyword": "The Quantum Catalyst",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 5 propels you into a phase of liberation, variety, and fearless exploration—where change is not your enemy, but your greatest teacher and catalyst for expansion. This is a year to travel, learn, pivot, or simply say 'yes' to experiences that expand your sense of possibility, often feeling most alive when you’re stepping outside your comfort zone. You may encounter unexpected opportunities, sudden shifts, or choices that demand adaptability, quick thinking, and the courage to embrace uncertainty as a portal to growth. However, this energy may challenge you with restlessness that prevents deep commitment, or impulsivity that creates chaos under the guise of 'freedom' without responsibility or purpose. Karmically, your soul is learning that true liberation includes conscious choice—that freedom without direction leads to exhaustion, but freedom aligned with your soul’s growth leads to evolution. Your greatest alignment comes from using your adaptability with intention—choosing change that serves your highest becoming, not just escape from discomfort. Guard against scattering by anchoring each new experience with reflection—ask, 'What did this teach me?'—then integrate the lesson before leaping to the next horizon. When fully embodied, Essence 5 becomes a portal of conscious evolution—proving that life thrives not in control, but in the courageous embrace of the unknown."
    },
    {
      "year": 2035,
      "age": 43,
      "transits": {
        "physical": "O",
        "mental": "L",
        "spiritual": "E"
      },
      "personal_year": 6,
      "essence_number": 5,
      "keyword": "The Quantum Catalyst",
      "meaning": "Initiation, independence, and self-generated momentum. A year of planting seeds of identity through bold action and unwavering self-trust.",
      "detailed_meaning": "Your Essence Cycle 5 propels you into a phase of liberation, variety, and fearless exploration—where change is not your enemy, but your greatest teacher and catalyst for expansion. This is a year to travel, learn, pivot, or simply say 'yes' to experiences that expand your sense of possibility, often feeling most alive when you’re stepping outside your comfort zone. You may encounter unexpected opportunities, sudden shifts, or choices that demand adaptability, quick thinking, and the courage to embrace uncertainty as a portal to growth. However, this energy may challenge you with restlessness that prevents deep commitment, or impulsivity that creates chaos under the guise of 'freedom' without responsibility or purpose. Karmically, your soul is learning that true liberation includes conscious choice—that freedom without direction leads to exhaustion, but freedom aligned with your soul’s growth leads to evolution. Your greatest alignment comes from using your adaptability with intention—choosing change that serves your highest becoming, not just escape from discomfort. Guard against scattering by anchoring each new experience with reflection—ask, 'What did this teach me?'—then integrate the lesson before leaping to the next horizon. When fully embodied, Essence 5 becomes a portal of conscious evolution—proving that life thrives not in control, but in the courageous embrace of the unknown."
    }
  ],
  "cycle_summary": "From 2026 to 2035, your Essence evolves from The Cosmic Nurturer (6) to The Quantum Catalyst (5), reflecting a decade of the inner growth.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "8d15b9226b72500c",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "essence_cycle",
    "endpoint_description": "Calculates the Essence Cycle, showing energies and themes for specific time periods.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:28.852584+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": ""
  }
}

Essence Cycle Interpretation

Age Essence Number Keyword Core Energy
0 Pre-Influence Gestation, soul preparation
1 1 The Sovereign Creator Leadership, originality, independence
2 3 The Radiant Muse Creativity, joy, communication
3–4 6 The Cosmic Nurturer Love, responsibility, service
5–9 8 The Empowered Magnate Power, abundance, karmic mastery
11 11 The Illuminator Inspiration, spiritual insight
22 22 Master Builder Legacy, creation, universal service
33 33 Master Teacher Compassion, love, higher guidance

Note: Master Numbers (11, 22, 33) are preserved during reductions.


Tips

  • Use /api/v1/essence-cycle with /life-essence and /transits for full spiritual blueprint
  • Helps coaches, numerologists, and enthusiasts track personal energy evolution
  • Integrates Personal Year for a combined calendar & metaphysical overview

Open Dashboard


Note

  • Transits: Letters mapped from names → physical, mental, spiritual
  • Essence Number: Sum of transit values → reduced (unless master)
  • Cycle Summary: Quick decade overview
  • Validation: Missing parameters → 400; invalid DOB → 400
  • Use Case: Spiritual self-discovery, coaching, karmic timing, inner growth