Skip to content

Heart Personality Bridge

Heart Personality Bridge reveals the gap between your inner desires (Heart’s Desire) and outer presentation (Personality).
This bridge highlights areas where your inner self may not fully align with how others perceive you.

Use the Heart Personality Bridge to identify misalignments, embrace authenticity, and integrate your inner and outer expression.


Endpoint

Method Path
GET https://the-numerology-api.p.rapidapi.com/heart-personality-bridge
POST https://the-numerology-api.p.rapidapi.com/heart-personality-bridge

Required Headers

x-rapidapi-key: YOUR_RAPIDAPI_KEY
x-rapidapi-host: the-numerology-api.p.rapidapi.com
Content-Type: application/json   (POST only)

Get your key from RapidAPI.


Parameters

Param Type Required Description
full_name string Yes Full name of the individual. Used to calculate Heart’s Desire and Personality Numbers.

Example Requests

GET Request

curl --request GET \
  --url "https://the-numerology-api.p.rapidapi.com/heart-personality-bridge?full_name=Alexander+Graham+Bell" \
  --header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  --header "x-rapidapi-host: the-numerology-api.p.rapidapi.com"

POST Request (JSON Body)

curl --request POST \
  --url "https://the-numerology-api.p.rapidapi.com/heart-personality-bridge" \
  --header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  --header "x-rapidapi-host: the-numerology-api.p.rapidapi.com" \
  --header "Content-Type: application/json" \
  --data '{
    "full_name": "Alexander Graham Bell"
  }'

Response Example

{
  "full_name": "Alexander Graham Bell",
  "heart_desire_number": 1,
  "personality_number": 9,
  "bridge_number": 8,
  "keyword": "The Power Gap",
  "meaning": "You must own your ambition in both heart and image.",
  "detailed_meaning": "Your soul fears power, but you’re seen as powerful. Or you crave control but seem weak. The bridge: embrace ethical authority in desire and presence.",
  "action": "Step into your power — fully, unapologetically.",
  "note": "Bridge = |Heart's Desire - Personality|. Align your inner want with outer image."
}

View on RapidAPI


Note

  • Input must include a valid full name containing both vowels and consonants.
  • Bridge Number = |Heart’s Desire Number − Personality Number|.
  • Supports Master Numbers (11, 22, 33).
  • Guides how to align your inner desires with your outward personality.