콘텐츠로 이동

이메일 번호학

이메일 번호학 엔드포인트는 귀하의 이메일 주소(문자 + 숫자)를 분석하여 다음과 같은 정보를 제공합니다: - 귀하의 디지털 정체성 - 온라인 커뮤니케이션 스타일 - 가상 운명 및 브랜딩 에너지

모든 특수 문자를 제거하고 (@, ., -, _), 문자/숫자를 값으로 변환하여 핵심 숫자로 줄입니다 (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 대시보드](https://dashboard.numerologyapi.com에서 API 키를 생성하고 관리합니다.


매개변수

매개변수 유형 필수 설명
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 | CEO | 비즈니스, 금융, 권위 | | 9 | 인도주의자 | NGO, 활동, 글로벌 영향력 | | 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 - 사용 사례: - 전문 이메일 선택 - 브랜딩 일치 - 디지털 마케팅 전략 - 개인화된 이메일 인사이트