コンテンツにスキップ

人生の核心 – 統合されたコア設計図

人生の核心は、強力な数秘術計算であり、3つの主要な数字を統合する:

  • 生命パス – あなたの魂の使命とカルマ的な教訓。
  • 魂の衝動 – あなたの最も深い欲求と内なる動機。
  • 表現 / 運命 – あなたの自然な才能と外的な表現。

マスターナンバーをサポート (11, 22, 33) 還元 – 標準的な数秘術ルールが適用され、マスターナンバーは保持されます。


エンドポイント

メソッド パス
GET https://api.numerologyapi.com/api/v1/life-essence
POST https://api.numerologyapi.com/api/v1/life-essence

必要なヘッダー

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

また、Authorization: Bearer YOUR_API_KEY を使用して認証することも可能です。

数秘術APIダッシュボード で API キーを作成および管理できます。


パラメータ

パラメータ 必須 説明
full_name 文字列 はい 人の名前(例:"Alexander Graham Bell")。
dob 文字列 はい 生年月日をYYYY-MM-DD形式で入力。
num_sys 文字列 いいえ オプションの占星術システム。 サポートされる値:pythagorean, chaldean, vedic。 デフォルトはpythagorean

レスポンスをローカライズするためのオプションのクエリパラメータlangを追加します。 サポートされる値:en, es, de, fr, pt

サンプルリクエスト

GETリクエスト

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/life-essence?full_name=John+Alan+Doe&dob=1992-07-16&lang=en&num_sys=pythagorean" \
  --header "X-API-Key: YOUR_API_KEY"

POSTリクエスト(JSONボディ)

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

レスポンスの例

{
  "numerology_system": "pythagorean",
  "life_path": 8,
  "soul_urge": 1,
  "expression": 9,
  "life_essence_number": 9,
  "keyword": "The Universal Altruist",
  "meaning": "Absolute independence, original vision, and self-generated momentum. You are the primal spark that initiates new cycles of creation through unwavering self-trust.",
  "detailed_meaning": "Your Life Essence is the culmination of the human journey—the compassionate soul whose heart beats for the whole of humanity, often feeling personal gain pale before the call to serve collective healing. You are here to teach the world that every ending is a return to the void from which new beginnings arise, and that true compassion includes fierce self-honour alongside universal love. Your natural forgiveness, generosity, and ability to see the divine in all beings make you a healer of cycles, a closer of chapters, and a beacon of hope in dark times. However, this path may challenge you with emotional overwhelm from absorbing global pain, clinging to the past out of fear, or neglecting your own needs in the name of selfless giving. Karmically, your soul is learning that you cannot heal the world from depletion—that your presence, not just your action, is a form of service when you are grounded in love and self-respect. Your greatest fulfillment comes in roles that serve the collective: humanitarian, artist for social change, spiritual teacher, or keeper of ancestral healing practices that restore memory and meaning. Guard against bitterness by practicing regular release—donate unused items, write letters of forgiveness (even if unsent), and trust that your replenishment is part of your mission. When fully embodied, your Life Essence 9 becomes a vessel of divine grace—proving that the highest purpose isn’t to save the world alone, but to embody love so completely that your very existence becomes a prayer for the healing of all.",
  "summary": "Your Life Essence 9 'The Universal Altruist' unifies your soul mission (8), deepest desire (1), and natural talent (9) into a singular, radiant blueprint.",
  "vibration_level": "Core",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "356cf671bd956b02",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "life_essence",
    "endpoint_description": "Calculates the Life Essence number combining Life Path with current year energy.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:32.751812+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": ""
  }
}

解釈 生命パス* – あなたの魂の使命と課題を示します。

  • 魂の衝動 – あなたの内なる動機と欲求を明らかにします。
  • 表現 / 運命 – 自然な才能と外的な表現を強調します。
  • 生命のエッセンスナンバー – 3つの主要な数字の合計であり、マスターナンバー(11, 22, 33)でない場合は、単一の桁に減少されます。
  • 概要 – 全ての3つのエネルギーを統合した統一された人生設計図を示す簡潔なリーディングです。
  • 振動レベル – 11, 22, 33 の場合: "Master"; それ以外の場合は "Core"

ダッシュボードを開く


注意

  • 入力には文字と有効な日付が含まれている必要があります。
  • マスターナンバーは、減少時に保持されます。
  • 魂の設計図の解読、人生コーチング、およびパーソナル・成長分析に役立ちます。

🔗 関連エンドポイント