マイナーハートの欲求数¶
マイナーハートの欲求数は、あなたの短い名前(最初の名前 + 最後の名前)に含まれる母音から計算されます。これは、あなたの最も深い内なる欲求—魂が本質的に求めるものを明らかにします。
これは、あなたの最も個人的な感情的な側面です。
マスターナンバーなし: 必ず1桁に変換(1〜9)。
エンドポイント¶
| メソッド | パス |
|---|---|
GET | https://api.numerologyapi.com/api/v1/minor-heart-desire |
POST | https://api.numerologyapi.com/api/v1/minor-heart-desire |
注記: POSTはGETと同じパスを使用—
/postサフィックスはありません。
必要なヘッダー¶
Authorization: Bearer YOUR_API_KEYを使用して認証することも可能です。APIキーの作成と管理は、Numerology APIダッシュボードで行います。
パラメータ¶
| パラメータ | タイプ | 必須 | 説明 |
|---|---|---|---|
short_name | 文字列 | はい | 短い名前(例:"Emma Brown")。 |
num_sys | 文字列 | いいえ | オプションの数理システム。サポートされている値: pythagorean、chaldean、vedic。 デフォルトはpythagorean。 |
1つのフィールドのみ:
short_name—少なくとも1つの母音を含む必要があります。> 応答のローカライズのために、オプションのクエリパラメータlangを追加します。 サポートされている値:en,es,de,fr,pt.
サンプルリクエスト¶
GET リクエスト¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/minor-heart-desire?short_name=John+Doe&lang=en&num_sys=pythagorean" \
--header "X-API-Key: YOUR_API_KEY"
POST リクエスト (JSON ボディ)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/minor-heart-desire?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"short_name": "John Doe",
"num_sys": "pythagorean"
}'
レスポンスの例¶
{
"numerology_system": "pythagorean",
"short_name": "John Doe",
"minor_heart_desire_number": 8,
"keyword": "The Empowered Magnate",
"meaning": "You crave power, success, and material mastery. Your soul’s deepest longing is to achieve, influence, and build legacies that demonstrate your competence, authority, and ability to shape reality through disciplined action and strategic vision.",
"detailed_meaning": "Your inner fire burns with the desire to succeed—not just for wealth, but for the deep satisfaction of knowing your efforts create tangible results that endure and empower others long after you’re gone. You long to command respect through competence, wield influence ethically, and build empires—whether businesses, institutions, or systems—that reflect your vision, values, and unwavering commitment to excellence. This craving for mastery isn’t greed—it’s a sacred alignment with the truth that abundance is a tool for service, and that your soul thrives when your power is used to uplift, not dominate, the collective. However, this deep yearning may manifest as workaholism that sacrifices health or relationships, equating self-worth with status, or the shadow belief that control is the only path to security and success. Karmically, your soul is learning that true power includes generosity—that legacy is measured not just in assets accumulated, but in lives empowered, and that influence without integrity is hollow and short-lived. Your greatest fulfillment arises when your success becomes a platform for others—when your resources, networks, and authority are used to open doors, fund causes, and mentor the next generation of leaders. Guard against burnout by practicing generous delegation—empower others to rise alongside you, knowing that the strongest empires are built not by one, but by many united in a shared vision of what’s possible. When honored fully, your Minor Heart’s Desire 8 becomes a forge of principled legacy—proving that the deepest success isn’t taken, but responsibly created through vision, effort, and the unwavering belief that heaven blesses those who build wisely, give generously, and lead with integrity.",
"vibration": "Your inner fire burns for authority, abundance, and impact.",
"note": "Derived from vowels only. This is your soul's deepest craving.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "45f23b366a5a3abc",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "minor_heart_desire",
"endpoint_description": "Determines the Minor Heart Desire from vowels in current name.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:36.002555+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": ""
}
}
意味と解釈¶
Minor Heart's Desire 3 – The Joyful Creator¶
最も強い欲求: - 創造的な自己表現 - 喜び、笑い、遊び - 見られ、称賛されること - 他者を励ますこと
魂の宣言:
「私は創造し、幸福をもたらすことで満たされる」
最適なアウトレット: - 芸術、執筆、音楽、コメディ、教育、ホスト
課題: - 批判への恐れ - エネルギーの散漫 - 深さへの回避
アドバイス: あなたの魂は 行動における喜びを必要としています. 自由に創造しましょう。 あなたの才能は 光を広めること です - それを輝かせましょう。
!!! 注意- 入力: short_name のみ (例: "John Doe")。 - 母音のみ: A, E, I, O, U (Y は除く)。 - 計算: 母音の値を合計 → 単一桁に変換(1–9)。 - マスターナンバーは無効: 常に変換。 - 検証: - short_name が不足 → 400 - 母音が含まれていない → 400 - 利用例: 魂レベルのコーチング, 感情的な癒し, 精神的な成長. - キャッシュ: 同じ short_name に対して、30日間のキャッシュ。