ข้ามไปที่เนื้อหา

วงจรพลัง (ตาราง 10 ปี)

วงจรพลัง เป็น วิธีการโหราศาสตร์แบบคลาสสิก ที่ใช้ในการติดตามการเปลี่ยนแปลงของ พลังงานส่วนบุคคลของคุณ ตลอดระยะเวลา 10 ปี

จุดปลายนี้คำนวณ ตารางวงจรพลัง 10 ปี ซึ่งแสดงถึงผลกระทบจากการ เปลี่ยนแปลงตามหลักเลขศาสตร์ จาก ชื่อแรก, ชื่อกลาง และชื่อสุดท้าย ตั้งแต่ อายุ 0 ถึง อายุ 9 - การเปลี่ยนแปลงทางร่างกาย: ชื่อแรก → การกระทำ, สุขภาพ, ร่างกาย - การเปลี่ยนแปลงทางจิตใจ: ชื่อกลาง → จิตใจ, ความคิดสร้างสรรค์, แนวคิด - การเปลี่ยนแปลงทางจิตวิญญาณ: ชื่อสุดท้าย → บทเรียนของจิตวิญญาณ, การปรับปรุงกรรม

ผลกระทบจากการเปลี่ยนแปลงตามหลักเลขศาสตร์เริ่มต้นที่อายุ 1 อายุ 0 → ช่วงก่อนมีอิทธิพล, การสร้างสรรค์พลังงาน


จุดปลาย (Endpoint)

วิธี เส้นทาง
GET https://api.numerologyapi.com/api/v1/essence-cycle
POST https://api.numerologyapi.com/api/v1/essence-cycle

หัวข้อที่จำเป็น

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

นอกจากนี้ คุณยังสามารถยืนยันตัวตนด้วย Authorization: Bearer YOUR_API_KEY ได้อีกด้วย

สร้างและจัดการ API key ใน แดชบอร์ด Numerology API


พารามิเตอร์| พารามิเตอร์ | ประเภท | จำเป็น | ค่าเริ่มต้น | คำอธิบาย |

| ------------ | ------- | -------- | ------- | -------------------------------------------------- | | full_name | string | ใช่ | — | ชื่อเต็ม (เช่น "Alexander Graham Bell") | | dob | string | ใช่ | — | วันเกิดในรูปแบบ YYYY-MM-DD | | start_year | integer | ใช่ | — | ปีที่เริ่มต้นตาราง (1800–2100) | | num_sys | string | ไม่ | pythagorean | ระบบโหราศาสตร์เพิ่มเติม ตัวเลือก: pythagorean, chaldean, vedic ค่าเริ่มต้นคือ pythagorean |

เพิ่มพารามิเตอร์ lang ที่จำเป็น เพื่อให้สามารถแปลผลการตอบกลับได้ ตัวเลือก: en, es, de, fr, pt

ตัวอย่างคำขอ

คำขอ GET

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&num_sys=pythagorean" \
  --header "X-API-Key: YOUR_API_KEY"

คำขอ POST (เนื้อหา JSON)

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,
  "num_sys": "pythagorean"
}'

ตัวอย่างการตอบกลับ

{
  "numerology_system": "pythagorean",
  "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": ""
  }
}

การตีความวงจรชีวิต| อายุ | หมายเลขประจำตัว | คำหลัก | พลังงานหลัก |

|---|---|---|---| | 0 | — | ก่อนได้รับอิทธิพล | การตั้งครรภ์, เตรียมพร้อมสำหรับจิตวิญญาณ | | 1 | 1 | ผู้สร้างสูงสุด | ความเป็นผู้นำ, ความคิดสร้างสรรค์, อิสระ | | 2 | 3 | นักสร้างแรงบันดาลใจ | ความคิดสร้างสรรค์, ความสุข, การสื่อสาร | | 3–4 | 6 | ผู้ดูแลจักรวาล | ความรัก, ความรับผิดชอบ, การบริการ | | 5–9 | 8 | ผู้ประกอบการที่ทรงพลัง | อำนาจ, ความอุดมสมบูรณ์, การควบคุมกรรม | | 11 | 11 | ผู้ให้ความกระจ่าง | แรงบันดาลใจ, ความเข้าใจในจิตวิญญาณ | | 22 | 22 | ผู้สร้างที่ยิ่งใหญ่ | มรดก, การสร้างสรรค์, บริการต่อจักรวาล | | 33 | 33 | ครูผู้เชี่ยวชาญ | ความเมตตา, ความรัก, คำแนะนำจากผู้สูงกว่า |

หมายเหตุ: หมายเลขประจำตัว (11, 22, 33) จะคงอยู่ในการคำนวณ

เคล็ดลับ ใช้ /api/v1/essence-cycle ร่วมกับ /life-essence และ /transits สำหรับ แผนพัฒนาจิตวิญญาณแบบสมบูรณ์*

  • ช่วยให้ โค้ช, นักเลขศาสตร์, และผู้สนใจ ติดตาม การเปลี่ยนแปลงพลังงานส่วนบุคคล
  • รวมเอา ปีส่วนตัว เพื่อภาพรวมปฏิทินและมุมมองทางปรัชญา

เปิดแดชบอร์ด


!!! หมายเหตุ

  • การเปลี่ยนแปลง: ตัวอักษรที่จับคู่จากชื่อ → สภาพร่างกาย, จิตใจ, และจิตวิญญาณ
  • ตัวเลขแก่นแท้: ผลรวมของค่าการเปลี่ยนแปลง → ลดลง (ยกเว้นตัวหลัก)
  • สรุปวงจร: ภาพรวมสิบปีอย่างรวดเร็ว
  • การตรวจสอบ: พารามิเตอร์ที่ขาดหายไป → 400; วันเกิดที่ไม่ถูกต้อง → 400
  • กรณีการใช้งาน: การค้นพบตนเองทางจิตวิญญาณ, การโค้ช, การกำหนดเวลาตามกรรม, การเติบโตภายใน

🔗 จุดปลายที่เกี่ยวข้อง