Personality Number¶
The Personality Number is calculated from the consonants in your full birth name. It represents your outer self — how you present to the world, your social style, and the impression you leave on others.
This is the "mask" you wear in public — your charm, demeanor, and first impression.
No Master Numbers: Always reduced to a single digit (1–9).
Endpoint¶
| Method | Path |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personality_number |
POST | https://api.numerologyapi.com/api/v1/personality_number/post |
Required Headers¶
You can also authenticate with
Authorization: Bearer YOUR_API_KEY.Create and manage API keys in the Numerology API dashboard.
Parameters¶
| Param | Type | Required | Description |
|---|---|---|---|
first_name | string | Yes | First name (birth certificate spelling). |
middle_name | string | No | Middle name(s). Include if any. |
last_name | string | Yes | Last name. |
Consonant Rule: Only non-vowel letters are counted (A, E, I, O, U, and sometimes Y are excluded).
Y is treated as a consonant unless it's the only vowel sound in a syllable.
Add the optional
langquery 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/personality_number?first_name=John&middle_name=Alan&last_name=Doe&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST Request (JSON Body)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/personality_number/post?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"first_name": "John",
"middle_name": "Alan",
"last_name": "Doe"
}'
Response Example¶
{
"personality_number": 8,
"summary": {
"title": "Personality Number 8: The Powerful Achiever & Authority",
"overview": "Personality Number 8 projects strength, authority, and natural command. People see you as capable, ambitious, and someone who handles power with confidence. You give off an aura of success, influence, and material mastery — others perceive you as someone who gets results.",
"how_others_see_you": [
"Confident, powerful, and in control",
"Ambitious, organized, and achievement-oriented",
"Someone who exudes success and authority",
"Reliable and capable of handling big things"
],
"first_impression": "People meet you and think: 'This person is strong and successful.' You come across as commanding, competent, and someone who knows how to make things happen.",
"strengths_in_perception": [
"Instant respect for your strength and capability",
"People trust you with responsibility and leadership",
"Your presence inspires confidence and results",
"You appear prosperous and influential"
],
"potential_misinterpretations": [
"Can be seen as intimidating, controlling, or materialistic",
"Others may think you're cold or unapproachable",
"Risk of power struggles or being perceived as domineering",
"May be underestimated emotionally"
],
"growth_advice": [
"Soften your authority with warmth and approachability",
"Share power and credit generously",
"Balance ambition with emotional connection",
"Use your strength to empower and uplift others"
],
"spiritual_gift": "You become a powerful manifestor who uses influence for good — showing the world that strength and compassion can coexist beautifully.",
"affirmation": "I wield power with integrity and warmth. My success serves the highest good."
},
"detailed_meaning": "Personality Number 8 exudes authority, competence, and executive presence—others immediately recognize your capacity to lead, organize, and achieve tangible results. People see you as strong, ambitious, and materially capable—a natural CEO, strategist, or builder who commands respect through action, not just words. Your presence conveys power and reliability; in rooms of decision-makers, your opinion carries weight because others sense your strategic mind and track record of success. This impression opens doors to leadership and financial influence—but may also cause others to assume you’re cold, controlling, or overly focused on status or gain. Growth comes from aligning your ambition with ethics, using your influence to uplift others, and recognizing that true power includes generosity, not just accumulation. The shadow side emerges as workaholism, manipulation for gain, or equating self-worth solely with external achievement and control. You restore balance by leading with integrity, sharing credit generously, and remembering that legacy is built on character as much as capital. When integrated, your Personality 8 becomes a force for principled achievement—proving that material success and spiritual responsibility can coexist to create lasting impact.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "61642b60db98bcd7",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "personality_number",
"endpoint_description": "Calculates the Personality number, showing how others perceive you.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:40.717136+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": ""
}
}
Meaning & Interpretation¶
Personality 8 – The Confident Leader¶
Social Presence:
- Authoritative, polished, ambitious
- Natural executive presence
- Organized, efficient, goal-driven
- Commands respect and trust
How Others See You:
"This person knows what they're doing. I trust them with responsibility."
Best Roles:
- CEO, manager, entrepreneur, lawyer, financier, coach
Challenges:
- Appearing intimidating or aloof
- Over-focus on status or wealth
- Difficulty showing vulnerability
Advice:
Your strength is getting results. Pair confidence with warmth. Your gift is building systems that last — lead with both power and heart.
Note
- Consonant Mapping: B=2, C=3, D=4, ..., Z=8 (vowels skipped).
- Calculation: Sum consonants → reduce to single digit only (1–9).
- Example:
J (1) + M (4) + S (1)→ 6 → 6 - No Master Numbers: 11 → 2, 22 → 4, 33 → 6. Always reduced.
- Name Accuracy: Use birth name for true outer persona.
- Validation: Missing names →
400. - Use Case: Ideal for branding, public speaking, or social media strategy.
- Caching: 30-day cache on identical names.