コンテンツにスキップ

ハート・パーソナリティ・ブリッジ

ハート・パーソナリティ・ブリッジ は、あなたの内なる欲求(心の欲求)と外見上の表現(性格)の間の乖離を明らかにします。 この橋は、あなたの内面が他者があなたをどのように認識しているのかと完全に一致しない領域を強調します。

ハート・パーソナリティ・ブリッジを使用して、乖離を特定し、真実を受け入れ、内なる表現と外見上の表現を統合することができます。


エンドポイント

メソッド パス
GET https://api.numerologyapi.com/api/v1/heart-personality-bridge
POST https://api.numerologyapi.com/api/v1/heart-personality-bridge

必要なヘッダー

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

また、Authorization: Bearer YOUR_API_KEY を使用して認証することも可能です。 Numerology APIダッシュボード でAPIキーを作成および管理できます。


パラメータ

パラメータ 必須 説明
full_name 文字列 はい 個人のフルネーム。Heart’s Desire(心の願い)とPersonality Numbers(パーソナリティ番号)を計算するために使用されます。
num_sys 文字列 いいえ オプションの numerology システム。サポートされる値: pythagorean, chaldean, vedic。 デフォルトは pythagorean です。

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

サンプルリクエスト

GET リクエスト

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/heart-personality-bridge?full_name=John+Alan+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/heart-personality-bridge?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "full_name": "John Alan Doe",
  "num_sys": "pythagorean"
}'

レスポンスの例

{
  "numerology_system": "pythagorean",
  "full_name": "John Alan Doe",
  "heart_desire_number": 1,
  "personality_number": 8,
  "bridge_number": 7,
  "keyword": "The Depth Gap",
  "meaning": "You must reveal your inner wisdom to the outer world. Your heart’s quest for truth clashes with a social persona—or your desire for connection is hidden behind an aloof image.",
  "detailed_meaning": "A contemplative tension exists between your Heart’s Desire and your Personality Number—you may long for solitude, study, and the quiet pursuit of universal truth, yet your presence radiates such approachability, warmth, or social ease that others assume you’re always 'on' and never burdened by the weight of deep thought or spiritual inquiry. Alternatively, you may crave connection, dialogue, and the shared exploration of meaning, but your personality projects such mystery, reserve, or intellectual intensity that people hesitate to engage, mistaking your depth for coldness or judgment. This gap creates a quiet isolation: you feel unseen in your complexity, as if your wisdom is too strange to be shared, or your desire for connection is too vulnerable to be risked in a world that prefers surface-level interaction. However, this journey may challenge you with the fear that your insights will be misunderstood, dismissed, or used against you, or that opening up will shatter the protective aura of mystery you’ve carefully cultivated. Karmically, your soul is learning that wisdom shared is wisdom amplified—that your revelations gain power when offered gently to those ready to receive, not hoarded in silent superiority or fear of misunderstanding. Your greatest alignment comes from bridging contemplation with connection—sharing one key insight weekly, even anonymously, trusting that your truth can shift someone’s entire trajectory and remind them they’re not alone. Guard against withdrawal by creating safe channels for dialogue—listen deeply, then respond with clarity, trusting that your presence alone can guide others toward their own inner knowing without you needing to have all the answers. When fully bridged, your Heart-Personality 7 becomes a wellspring of earned clarity—proving that the most profound teachers aren’t those who speak the most, but those whose silence speaks volumes, and whose words, when chosen, heal.",
  "action": "Speak your truth. The world needs your wisdom.",
  "summary": {
    "summary": "Inner desire for stability / emotional roots vs outer unpredictable / free energy.",
    "overview": "Bridge 7 highlights the contrast between a soul craving order, security & deep roots (likely Heart 4, 6, 8) and a personality that naturally projects change, freedom or analytical detachment (likely Personality 5, 7). The growth edge is finding freedom within sacred containers.",
    "energetic_dynamic": "Inner 'I need safety / predictability' vs outer 'I appear changeable / detached'.",
    "life_experience": [
      "People think you're adventurous / aloof while inside you crave routine and emotional safety",
      "You may shock others with sudden desires for control or deep intimacy",
      "Chronic inner tension between freedom image and security need"
    ],
    "main_growth_focus": "Creating adventurous freedom on solid emotional foundations — real exploration needs a safe harbor.",
    "shadow_potential": "Rebellion against your own need for stability • sudden rigid control when feeling unsafe",
    "ultimate_gift_when_mastered": "The secure explorer — one who can be both wildly free and deeply rooted in love.",
    "spiritual_message": "Your soul chose this bridge to master the paradox: the freest souls are those with the strongest inner sanctuary.",
    "affirmation": "I am free within divine structure. My adventures are anchored in sacred safety."
  },
  "note": "Bridge = |Heart's Desire - Personality|. Align your inner want with outer image.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "cbddd9c1a45efb7b",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "heart_personality_bridge",
    "endpoint_description": "Analyzes the bridge between Heart's Desire and Personality numbers.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:30.103518+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": ""
  }
}

ダッシュボードを開く


注意

  • 入力には、母音と子音の両方を含む有効な フルネーム が含まれている必要があります。
  • Bridge Number = |Heart’s Desire Number − Personality Number|
  • 11, 22, 33 の マスターナンバー をサポートします。
  • あなたの内なる願望を外側のパーソナリティと一致させる方法について案内します。

関連するエンドポイント* 人生表現の橋