삶의 본질 – 통합 핵심 설계도¶
삶의 본질은 강력한 숫자 기반 해석으로, 세 가지 핵심 숫자를 통합:
- 삶의 여정 – 당신의 영적 사명과 카르마적인 교훈.
- 영혼의 욕구 – 당신의 가장 깊은 열망과 내면 동기 부여.
- 표현 / 운명 – 당신의 타고난 재능과 외부 표현.
마스터 숫자 지원 (11, 22, 33) 축소 – 표준적인 숫자 기반 규칙 적용, 마스터 숫자는 유지됨.
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/life-essence |
POST | https://api.numerologyapi.com/api/v1/life-essence |
필수 헤더¶
또한,
Authorization: Bearer YOUR_API_KEY을 사용하여 인증할 수 있습니다. 숫자 기반 API 대시보드에서 API 키를 생성하고 관리할 수 있습니다.| 파라미터 | 타입 | 필수 | 설명 | |---|---|---|---| |full_name| 문자열 | 예 | 사람의 전체 이름 (예:"Alexander Graham Bell"). | |dob| 문자열 | 예 |YYYY-MM-DD형식으로 생년월일. | |num_sys| 문자열 | 아니오 | 선택적인 숫자학 시스템. 지원되는 값:pythagorean,chaldean,vedic. 기본값은pythagorean입니다. |응답을 로컬화하기 위해 선택적인
lang쿼리 매개변수를 추가합니다. 지원되는 값:en,es,de,fr,pt.
예제 요청¶
GET 요청¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/life-essence?full_name=John+Alan+Doe&dob=1992-07-16&lang=en&num_sys=pythagorean" \
--header "X-API-Key: YOUR_API_KEY"
POST 요청 (JSON 본문)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/life-essence?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"full_name": "John Alan Doe",
"dob": "1992-07-16",
"num_sys": "pythagorean"
}'
응답 예시¶
{
"numerology_system": "pythagorean",
"life_path": 8,
"soul_urge": 1,
"expression": 9,
"life_essence_number": 9,
"keyword": "The Universal Altruist",
"meaning": "Absolute independence, original vision, and self-generated momentum. You are the primal spark that initiates new cycles of creation through unwavering self-trust.",
"detailed_meaning": "Your Life Essence is the culmination of the human journey—the compassionate soul whose heart beats for the whole of humanity, often feeling personal gain pale before the call to serve collective healing. You are here to teach the world that every ending is a return to the void from which new beginnings arise, and that true compassion includes fierce self-honour alongside universal love. Your natural forgiveness, generosity, and ability to see the divine in all beings make you a healer of cycles, a closer of chapters, and a beacon of hope in dark times. However, this path may challenge you with emotional overwhelm from absorbing global pain, clinging to the past out of fear, or neglecting your own needs in the name of selfless giving. Karmically, your soul is learning that you cannot heal the world from depletion—that your presence, not just your action, is a form of service when you are grounded in love and self-respect. Your greatest fulfillment comes in roles that serve the collective: humanitarian, artist for social change, spiritual teacher, or keeper of ancestral healing practices that restore memory and meaning. Guard against bitterness by practicing regular release—donate unused items, write letters of forgiveness (even if unsent), and trust that your replenishment is part of your mission. When fully embodied, your Life Essence 9 becomes a vessel of divine grace—proving that the highest purpose isn’t to save the world alone, but to embody love so completely that your very existence becomes a prayer for the healing of all.",
"summary": "Your Life Essence 9 'The Universal Altruist' unifies your soul mission (8), deepest desire (1), and natural talent (9) into a singular, radiant blueprint.",
"vibration_level": "Core",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "356cf671bd956b02",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "life_essence",
"endpoint_description": "Calculates the Life Essence number combining Life Path with current year energy.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:32.751812+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": ""
}
}
해석 생명 경로* – 당신의 영적 사명과 도전을 보여줍니다.¶
- 영혼의 욕구 – 당신의 내면 동기와 욕구를 드러냅니다.
- 표현 / 운명 – 자연적인 재능과 외적인 표현을 강조합니다.
- 생명 본질 숫자 – 세 가지 핵심 숫자의 합, 11, 22, 33이 아닌 경우 단일 숫자로 줄어듭니다.
- 요약 – 모든 세 가지 에너지를 하나의 통합된 생명 설계도로 결합한 간결한 해석입니다.
- 진동 수준 – 11, 22, 33의 경우
"Master"; 그렇지 않은 경우"Core"사용.
참고
- 입력에는 문자와 유효한 날짜가 포함되어야 합니다.
- 핵심 숫자는 축소 시 유지됩니다.
- 영적 설계도 해독, 생명 코칭 및 개인 성장 분석에 유용합니다.