Skip to content

Planes of Expression

Planes of Expression decodes the natural inclinations of your full name into four key planes of consciousness:

Plane Life Area
Physical Manifestation, work ethic, action, and tangible results
Mental Reasoning, intellect, problem-solving, and communication
Emotional Sensitivity, empathy, relationships, and emotional intelligence
Intuitive Spiritual awareness, foresight, inner guidance, and insight

This endpoint helps understand your dominant life expression modes and how to balance them.


Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/planes-of-expression
POST https://api.numerologyapi.com/api/v1/planes-of-expression

Required Headers

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

You can also authenticate with Authorization: Bearer YOUR_API_KEY.

Create and manage API keys in the Numerology API dashboard.


Parameters

Param Type Required Default Description
fullname string Yes Full name to analyze (e.g., "Jesus Christ").

Add the optional lang query parameter to localize responses. Supported values: en, es, de, fr, pt.

Example Requests

GET Request

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/planes-of-expression?fullname=John+Alan+Doe&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST Request (JSON Body)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/planes-of-expression?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "fullname": "John Alan Doe"
}'

Response Example

{
  "fullname": "JOHNALANDOE",
  "planes_of_expression": [
    {
      "plane": "Physical",
      "count": 6,
      "meaning": "Represents your connection with the material and practical world. It reflects your ability to manifest ideas into tangible reality through discipline, action, and resource management.",
      "detailed_meaning": "The Physical Plane reveals your grounded relationship with the material world—how you build, sustain, and navigate the realm of form, structure, and physical experience. It governs your work ethic, persistence, and capacity to turn abstract visions into concrete results through consistent, hands-on effort. This plane shows how you manage resources like time, money, energy, and space, often indicating whether you thrive in stability or struggle with practical execution. Challenges here may include rigidity, burnout from overwork, or difficulty trusting that effort leads to reward without constant control. Mastery of the Physical Plane isn’t about accumulation, but about alignment—using your body, environment, and daily actions as sacred tools for soulful expression. When balanced, you become a reliable builder: someone others trust to deliver, organize, and create order from chaos with integrity and patience. Your strength lies not in speed, but in endurance—the quiet power to show up, day after day, until your vision takes shape in the real world. Ultimately, this plane teaches that true manifestation begins not with wishing, but with doing—and that the most spiritual act is often the simplest: showing up fully in your life."
    },
    {
      "plane": "Mental",
      "count": 2,
      "meaning": "Represents intellect, reasoning, and communication. It governs how you process information, solve problems, and express ideas with clarity and logic.",
      "detailed_meaning": "The Mental Plane reflects your cognitive architecture—how you gather, analyze, and synthesize information to navigate life with logic, strategy, and articulate expression. It reveals your natural thinking style: whether you lean toward linear analysis, creative ideation, critical questioning, or holistic pattern recognition. This plane governs your communication approach—your ability to convey complex thoughts simply, persuade with reason, and listen with intellectual openness rather than defensiveness. Challenges may include overthinking that paralyzes action, detachment from emotion in decision-making, or using intellect to avoid vulnerability and deeper feeling. Mastery of the Mental Plane means wielding your mind as a tool of clarity, not control—asking better questions, staying curious in uncertainty, and knowing when logic must yield to intuition. When balanced, you become a clear thinker and communicator: someone who cuts through noise to reveal truth, bridges divides with words, and turns confusion into understanding. Your gift lies in making the complex accessible—translating insight into guidance that empowers others to think more deeply and act more wisely. Ultimately, this plane teaches that intelligence without wisdom is hollow—but when paired with heart, the mind becomes a lantern that lights the way for many."
    },
    {
      "plane": "Emotional",
      "count": 1,
      "meaning": "Represents your feelings, relationships, and empathy. It reveals how you connect with others, process inner experiences, and express love, care, and vulnerability.",
      "detailed_meaning": "The Emotional Plane governs your inner landscape of feeling—how you give and receive love, navigate intimacy, and respond to joy, grief, fear, and longing with authenticity and grace. It reveals your emotional patterns: whether you flow with feeling or suppress it, seek deep bonds or protect yourself through distance, and prioritize harmony or honest expression. This plane shows your capacity for empathy—the ability to feel with others without losing yourself—and your skill in creating safe spaces where vulnerability is honored, not judged. Challenges may include emotional overwhelm from absorbing others’ energy, fear of rejection that blocks intimacy, or confusing caretaking with genuine connection. Mastery of the Emotional Plane means feeling fully without being ruled by feeling—holding space for complexity, setting loving boundaries, and allowing yourself to be seen in your wholeness. When balanced, you become an emotional anchor: someone others trust with their hearts because you respond with presence, not fixing, and compassion, not judgment. Your strength lies in your sensitivity—not as fragility, but as radar for truth, connection, and the unspoken needs that live beneath the surface of every relationship. Ultimately, this plane teaches that love is not just a feeling, but a practice—and that the deepest healing happens not in solitude, but in the courageous act of meeting another soul exactly as they are."
    },
    {
      "plane": "Intuitive",
      "count": 2,
      "meaning": "Represents your inner wisdom and spiritual perception. It governs your ability to sense beyond logic, access higher guidance, and align with your soul’s purpose.",
      "detailed_meaning": "The Intuitive Plane reveals your connection to the unseen—the subtle currents of energy, synchronicity, and inner knowing that guide you beyond what logic or emotion alone can reveal. It governs your ability to trust gut feelings, interpret dreams, sense energetic shifts, and receive insights that arrive as whispers, not shouts, from your higher self or spiritual source. This plane shows how you navigate uncertainty: whether you lean into faith during ambiguity or override inner signals in favor of external validation or rational control. Challenges may include doubting your perceptions because they can’t be proven, absorbing psychic energy without protection, or spiritual bypassing—using 'higher perspective' to avoid earthly responsibilities. Mastery of the Intuitive Plane means grounding your sensitivity in discernment—knowing which inner nudges to follow, which to question, and how to translate subtle wisdom into practical action. When balanced, you become a quiet seer: someone who doesn’t need proof to know, who senses what’s unsaid, and who helps others reconnect with their own inner compass through presence, not prediction. Your gift lies in perceiving the whole, not just the parts—seeing patterns, timing, and potential before they manifest, and holding space for mystery without needing to fill every silence. Ultimately, this plane teaches that intuition is not magic—it’s your soul’s native language—and that the most profound truths are often felt long before they’re understood."
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "80f09652bedad91c",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "planes_of_expression",
    "endpoint_description": "Analyzes the four Planes of Expression (Physical, Mental, Emotional, Intuitive).",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:41.524542+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": ""
  }
}

Open Dashboard


Note

  • Input must include a valid full name.
  • Only letters are analyzed; spaces and symbols are ignored.
  • Counts reflect dominant expression per plane, helping identify strengths and growth areas.
  • Useful for self-awareness, spiritual coaching, and career or personal development.