ईमेल नंबरोलॉजी¶
ईमेल नंबरोलॉजी एंडपॉइंट आपके ईमेल पते (अक्षरों और संख्याओं का संयोजन) का विश्लेषण करके निम्नलिखित जानकारी प्रदान करता है: - आपकी डिजिटल पहचान - ऑनलाइन संचार शैली - वर्चुअल भाग्य और ब्रांडिंग ऊर्जा
यह सभी विशेष वर्णों (@, ., -, _) को हटा देता है, अक्षरों/संख्याओं को मानों में परिवर्तित करता है और एक मुख्य संख्या (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प्रत्यय नहीं।
आवश्यक हेडर¶
आप
Authorization: Bearer YOUR_API_KEYके साथ भी प्रमाणीकरण कर सकते हैं।नंबरोलॉजी एपीआई डैशबोर्ड में एपीआई कुंजियों का निर्माण और प्रबंधन करें।
पैरामीटर¶
| पैरामीटर | प्रकार | आवश्यक | विवरण |
|---|---|---|---|
email | स्ट्रिंग | हाँ | कोई मान्य ईमेल (उदाहरण के लिए, hi@numerologyapi.com)। |
num_sys | स्ट्रिंग | नहीं | वैकल्पिक नंबरोलॉजी प्रणाली। समर्थित मान: pythagorean, chaldean, vedic। डिफ़ॉल्ट रूप से pythagorean। |
प्रतिक्रियाओं को स्थानीय बनाने के लिए वैकल्पिक
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 को बरकरार रखता है - सत्यापन: - गायब email → 400 - कोई अक्षर/अंक नहीं → 422 - उपयोग का मामला: - पेशेवर ईमेल चुनना - ब्रांडिंग के साथ तालमेल बिठाना - डिजिटल मार्केटिंग रणनीति - व्यक्तिगत ईमेल अंतर्दृष्टि