ข้ามไปที่เนื้อหา

การวิเคราะห์ตัวเลขจากอีเมล

จุดปลาย การวิเคราะห์ตัวเลขจากอีเมล จะทำการวิเคราะห์ที่ ที่อยู่อีเมล (ตัวอักษรและตัวเลข) เพื่อเปิดเผย: - เอกลักษณ์ดิจิทัล ของคุณ - รูปแบบการสื่อสารออนไลน์ - พลังงานแห่งโชคชะตาและการสร้างแบรนด์เสมือนจริง

จะลบตัวอักษรพิเศษทั้งหมด (@, ., -, _), แปลงตัวอักษร/ตัวเลขเป็นค่า และลดลงเหลือ ตัวเลขหลัก (1–9, 11, 22, 33)

ตัวเลขหลักที่คงอยู่: 11, 22, 33 รวมถึงตัวเลข 0–9 ตามค่าเดิม


จุดปลาย

วิธี เส้นทาง
GET https://api.numerologyapi.com/api/v1/email-numerology
POST https://api.numerologyapi.com/api/v1/email-numerology

หมายเหตุ: POST ใช้เส้นทางเดียวกันกับ GET — ไม่มีส่วนต่อท้าย /post


หัวข้อที่จำเป็น

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

คุณยังสามารถยืนยันตัวตนด้วย Authorization: Bearer YOUR_API_KEY ได้ สร้างและจัดการ API key ใน แดชบอร์ด Numerology API


พารามิเตอร์

พารามิเตอร์ ประเภท จำเป็น คำอธิบาย
email string ใช่ อีเมลที่ถูกต้อง (เช่น hi@numerologyapi.com)
num_sys string ไม่ ระบบตัวเลขที่ใช้ (ไม่บังคับ) ค่าที่รองรับ: pythagorean, chaldean, vedic ค่าเริ่มต้นคือ pythagorean

เพิ่มพารามิเตอร์ query lang (ทางเลือก) เพื่อกำหนดรูปแบบการตอบกลับ รองรับค่า: en, es, de, fr, pt

ตัวอย่างคำขอ

คำขอ GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/email-numerology?email=langtest%40example.com&lang=en&num_sys=pythagorean" \
  --header "X-API-Key: YOUR_API_KEY"

คำขอ POST (เนื้อหา JSON)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/email-numerology?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "email": "langtest@example.com",
  "num_sys": "pythagorean"
}'

ตัวอย่างการตอบกลับ

{
  "numerology_system": "pythagorean",
  "email": "langtest@example.com",
  "email_number": 7,
  "meaning": {
    "title": "Email Number 7: The Digital Mystic & Deep Thinker",
    "overview": "Email Number 7 radiates mystery, depth, and spiritual wisdom in the digital world. Your online presence feels thoughtful, introspective, and profound — people see you as the one who shares deeper truths, esoteric knowledge, and quiet insight. This vibration excels at spiritual content, research-based posts, and soul-level connection.",
    "core_digital_energy": "Introspective • Intuitive • Spiritual • Wise • Mysterious",
    "how_you_are_perceived_online": [
      "Deep, insightful, and spiritually attuned",
      "The one who shares meaningful, thoughtful content",
      "Quiet strength and authentic depth",
      "People feel you see beyond the surface"
    ],
    "opportunities_this_vibration_brings": [
      "Create profound spiritual or philosophical content",
      "Build an audience that seeks depth and truth",
      "Share intuitive insights and higher knowledge",
      "Attract soul-aligned connections"
    ],
    "challenges_to_master": [
      "Avoiding emotional distance or isolation online",
      "Balancing depth with accessibility",
      "Protecting energy from digital noise",
      "Sharing wisdom without overwhelming others"
    ],
    "spiritual_growth_tip": "Ground your digital mysticism with daily practice. When you share inner wisdom with humility and love, your online presence becomes a lighthouse of truth.",
    "affirmation": "I share digital wisdom with grace and depth. My presence brings light and understanding."
  },
  "detailed_meaning": "Your Email Number 7 carries the energy of a digital mystic—your online presence leans toward depth, research, and quiet inquiry rather than loud self-promotion or surface-level engagement. You communicate selectively, preferring long-form writing, insightful comments, or private messages over public performance; your words carry weight because they’re rare and well-considered. You’re drawn to forums on philosophy, science, spirituality, or data analysis—spaces where truth matters more than trends, and silence is respected as part of the conversation. This energy makes you a trusted source in niche communities; people may not always understand your perspective, but they sense its integrity and return for your clarity. The shadow side includes withdrawing so completely that you miss opportunities to share your wisdom, or over-analyzing digital interactions until connection feels impossible. To harmonize this frequency, share one insight weekly—even anonymously—in a space that needs it; your truth, however quiet, can shift someone’s entire trajectory. You’re less active on social media, but when you post, it’s often bookmarked, quoted, or saved for later—a testament to your depth. When integrated fully, your Email 7 becomes a wellspring of digital wisdom—proving that in an age of noise, the most powerful signal is the one that speaks from stillness.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "cae5ade347d18974",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "email_numerology",
    "endpoint_description": "Performs numerological analysis of email addresses.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:28.389886+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": ""
  }
}

ตรรกะการคำนวณ

hi@numerologyapi.com
→ clean: HINUMEROLOGYAPI
→ values: H=8, I=9, N=5, U=3, M=4, E=5, R=9, O=6, L=3, O=6, G=7, Y=7, A=1, P=7, I=9
→ sum = 83 → 8+3 = 11 → 1+1 = 2 → but wait — reduce_number() preserves masters?
→ In your code: reduce_number() → preserves 11,22,33 → but 83 → 11 → 2 → so final = 2

หมายเหตุ: การลดทอนขั้นสุดท้าย จะเก็บเฉพาะตัวเลขหลักเท่านั้น หากผลรวมเป็น 11, 22 หรือ 33 ก่อนขั้นตอนสุดท้าย


ความหมายของตัวเลขในอีเมล| หมายเลข | พลังงานออนไลน์ | เหมาะสำหรับ |

|--------|---------------|---------| | 1 | ผู้นำ | แบรนด์ส่วนบุคคล, ธุรกิจเริ่มต้น | | 2 | นักทาบทาม | การสนับสนุนลูกค้า, ความร่วมมือ | | 3 | ผู้สร้างสรรค์ | เนื้อหา, ศิลปะ, โซเชียลมีเดีย | | 4 | ผู้สร้าง | เทคโนโลยี, วิศวกรรม, ระบบ | | 5 | อินฟลูเอนเซอร์ | การตลาด, การท่องเที่ยว, สื่อ | | 6 | ผู้ดูแล | สุขภาพและความเป็นอยู่, ครอบครัว, การฝึกสอน | | 7 | นักวิเคราะห์ | การวิจัย, เทคโนโลยี, จิตวิญญาณ | | 8 | ซีอีโอ | ธุรกิจ, การเงิน, อำนาจ | | 9 | ผู้ช่วยเหลือ | องค์กรพัฒนาเอกชน, การเคลื่อนไหว, การเข้าถึงระดับโลก | | 11 | ผู้มองการณ์ไกล | นวัตกรรม, แรงบันดาลใจ | | 22 | ผู้สร้างสรรค์ขั้นสูง | แพลตฟอร์มที่ปรับขนาดได้, ระบบเดิม | | 33 | ครูผู้เชี่ยวชาญ | การศึกษา, การเยียวยา, การพัฒนา |

เปิดแดชบอร์ด

!!! หมายเหตุ- อินพุต: อีเมลเต็มรูปแบบ - การทำความสะอาด: re.sub(r'[^A-Za-z0-9]', '', email).upper() - แผนการแปลงตัวอักษร: - A=1, B=2, ..., I=9 - J=1, K=2, ..., Z=8 - 0=0, 1=1, ..., 9=9 - การลดขนาด: reduce_number(total)รักษา 11, 22, 33 - การตรวจสอบความถูกต้อง: - ขาดข้อมูล email400 - ไม่มีตัวอักษร/ตัวเลข → 422 - กรณีการใช้งาน: - เลือกอีเมลสำหรับธุรกิจ - การสอดคล้องกับแบรนด์ - กลยุทธ์การตลาดดิจิทัล - ข้อมูลเชิงลึกเกี่ยวกับอีเมลส่วนบุคคล