ตัวเลขบุคลิก¶
ตัวเลขบุคลิกถูกคำนวณจาก พยัญชนะ ในชื่อเต็มของคุณ มันแสดงถึง ด้านภายนอกของตัวคุณ — วิธีที่คุณ นำเสนอตัวเอง, สไตล์ทางสังคมของคุณ และ ความประทับใจที่คุณสร้างให้กับผู้อื่น
นี่คือ "หน้ากาก" ที่คุณสวมใส่เมื่ออยู่ในที่สาธารณะ — ความมีเสน่ห์, บุคลิก และความประทับใจแรกของคุณ
ไม่มีตัวเลขระดับสูง: จะถูกลดลงเป็นตัวเลขเดียว (1–9) เสมอ
Endpoint¶
| วิธี | เส้นทาง |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personality_number |
POST | https://api.numerologyapi.com/api/v1/personality_number/post |
หัวข้อที่จำเป็น¶
คุณยังสามารถยืนยันตัวตนด้วย
Authorization: Bearer YOUR_API_KEYได้อีกด้วย สร้างและจัดการ API key ในแดชบอร์ด Numerology API
พารามิเตอร์¶
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|---|---|---|---|
first_name | string | ใช่ | ชื่อ (ตามที่ระบุในใบรับรอง) |
middle_name | string | ไม่ | ชื่อกลาง (ถ้ามี) |
last_name | string | ใช่ | นามสกุล |
num_sys | string | ไม่ | ระบบโหราศาสตร์ที่ต้องการ (ตัวเลือก) ค่าที่รองรับ: pythagorean, chaldean, vedic ค่าเริ่มต้นคือ pythagorean |
| > Y ถือเป็นตัวอักษร ยกเว้นเมื่อเป็นเสียงสระเพียงหนึ่งเดียวในคำ |
เพิ่มพารามิเตอร์ query
langเพื่อกำหนดรูปแบบการตอบกลับ (responses) ที่ต้องการ ค่าที่รองรับ: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 – ผู้นำที่มั่นใจ¶
ลักษณะทางสังคม: - มีอำนาจ, เป็นมืออาชีพ, มุ่งมั่น - มีบุคลิกผู้นำโดยธรรมชาติ - มีระเบียบ, มีประสิทธิภาพ, ตั้งเป้าหมาย - สร้างความเคารพและความไว้วางใจ
สิ่งที่คนอื่นมองคุณ:
"ผู้คนนี้มีความสามารถ ฉันไว้ใจให้เขาเป็นผู้นำ"
บทบาทที่เหมาะสม: - ประธานเจ้าหน้าที่บริหาร (CEO), ผู้จัดการ, นักธุรกิจ, ทนายความ, นักการเงิน, ที่ปรึกษา
ความท้าทาย: - ดูน่ากลัวหรือเย็นชา - ให้ความสำคัญกับสถานะหรือทรัพย์สินมากเกินไป - มีปัญหาในการแสดงความอ่อนแอ
คำแนะนำ: จุดแข็งของคุณคือ การสร้างผลลัพธ์ ควบคู่ไปกับความมั่นใจ ควรมีน้ำใจด้วย นอกจากนี้ คุณมีความสามารถในการ สร้างระบบที่ยั่งยืน – นำโดยทั้งพลังและความเมตตาเปิดแดชบอร์ด
!!! หมายเหตุ
- การจับคู่ตัวอักษร: B=2, C=3, D=4, ..., Z=8 (ไม่รวมสระ)
- การคำนวณ: รวมตัวอักษร → ลดลงเหลือ เลขโดดเดียวเท่านั้น (1–9)
- ตัวอย่าง:
J (1) + M (4) + S (1)→ 6 → 6 - ไม่มีตัวเลขหลัก: 11 → 2, 22 → 4, 33 → 6. ต้องลดเสมอ
- ความถูกต้องของชื่อ: ใช้ ชื่อเกิด สำหรับบุคลิกภาพที่แท้จริง
- การตรวจสอบ: ชื่อที่หายไป →
400 - กรณีการใช้งาน: เหมาะสำหรับ การสร้างแบรนด์, การพูดในงานสาธารณะ, หรือ กลยุทธ์โซเชียลมีเดีย
- การแคช: แคช 30 วัน สำหรับชื่อที่เหมือนกัน