व्यक्तित्व संख्या¶
व्यक्तित्व संख्या आपके पूरे जन्म नाम में मौजूद अक्षरों से गणना की जाती है। यह आपकी बाहरी छवि का प्रतिनिधित्व करती है — आप दुनिया के सामने कैसे प्रस्तुत होते हैं, आपकी सामाजिक शैली, और दूसरों पर जो प्रभाव छोड़ते हैं।
यह वह "मास्क" है जिसे आप सार्वजनिक रूप से पहनते हैं — आपका आकर्षण, व्यवहार, और पहली छाप।
कोई मास्टर संख्या नहीं: हमेशा एक अंक में कम कर दिया जाता है (1–9)।
एंडपॉइंट¶
| विधि | पथ |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personality_number |
POST | https://api.numerologyapi.com/api/v1/personality_number/post |
आवश्यक हेडर¶
आप
Authorization: Bearer YOUR_API_KEYके साथ भी प्रमाणीकरण कर सकते हैं।Numerology API डैशबोर्ड में API कुंजी बनाएं और प्रबंधित करें।
पैरामीटर¶
| पैरामीटर | प्रकार | आवश्यक | विवरण |
|---|---|---|---|
first_name | स्ट्रिंग | हाँ | पहला नाम (जन्म प्रमाण पत्र में वर्तनी)। |
middle_name | स्ट्रिंग | नहीं | मध्य नाम(ों)। यदि कोई हो तो शामिल करें। |
last_name | स्ट्रिंग | हाँ | अंतिम नाम। |
num_sys | स्ट्रिंग | नहीं | वैकल्पिक अंकन प्रणाली। समर्थित मान: pythagorean, chaldean, vedic। डिफ़ॉल्ट रूप से pythagorean। |
| > यदि कोई स्वर किसी शब्द में एकमात्र ध्वनि है, तो Y को व्यंजन के रूप में माना जाता है। |
प्रतिक्रियाओं को स्थानीय बनाने के लिए वैकल्पिक
langक्वेरी पैरामीटर जोड़ें। समर्थित मान:en,es,de,fr,pt।
उदाहरण अनुरोध¶
GET अनुरोध¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/personality_number?first_name=John&middle_name=Alan&last_name=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/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",
"num_sys": "pythagorean"
}'
प्रतिक्रिया का उदाहरण¶
{
"numerology_system": "pythagorean",
"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": ""
}
}
अर्थ और व्याख्या¶
व्यक्तित्व 8 – आत्मविश्वासपूर्ण नेता¶
सामाजिक उपस्थिति: - अधिकारपूर्ण, परिष्कृत, महत्वाकांक्षी - स्वाभाविक कार्यकारी उपस्थिति - व्यवस्थित, कुशल, लक्ष्य-उन्मुख - सम्मान और विश्वास प्राप्त करता है
दूसरों को आप कैसे दिखते हैं:
"यह व्यक्ति जानता है कि वह क्या कर रहा है। मैं उनसे जिम्मेदारी सौंपता हूँ।"
सर्वश्रेष्ठ भूमिकाएँ: - सीईओ, प्रबंधक, उद्यमी, वकील, वित्तीय सलाहकार, कोच
चुनौतियाँ: - डरावना या उदासीन दिखने - स्थिति या धन पर अत्यधिक ध्यान केंद्रित करना - भेद्यता दिखाने में कठिनाई
सलाह: आपका शक्ति परिणाम प्राप्त करना है। आत्मविश्वास को गर्मी के साथ जोड़ें। आपकी प्रतिभा अंतिम प्रणालियों का निर्माण करना है - शक्ति और हृदय दोनों के साथ नेतृत्व करें।Open Dashboard
Note
- व्यंजन मानचित्रण: B=2, C=3, D=4, ..., Z=8 (स्वर छोड़ दिए गए हैं)।
--- अंत: ---- गणना: व्यंजन को जोड़ें → केवल एक अंक तक सीमित करें (1–9)।
--- - Example: J (1) + M (4) + S (1) → 6 → 6
- कोई मास्टर नंबर नहीं: 11 → 2, 22 → 4, 33 → 6। हमेशा कम किया जाता है।
---- Name Accuracy: Use birth name for true outer persona.
- Validation: Missing names → 400.
- उपयोग का मामला: ब्रांडिंग, सार्वजनिक भाषण या सोशल मीडिया रणनीति के लिए आदर्श।- Caching: 30-day cache on identical names.