카르마 부채¶
카르마 부채 숫자는 현재 삶에서 해결해야 할 과거의 교훈을 나타냅니다. 가능한 카르마 부채: 13, 14, 16, 및 19.
카르마 부채에 대한 통찰력을 활용하여 반복되는 문제 해결, 자기 통제 습관 형성, 그리고 삶의 선택 재조정을 수행하십시오.
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/karmic_debt |
POST | https://api.numerologyapi.com/api/v1/karmic_debt/post |
필수 헤더¶
또한
Authorization: Bearer YOUR_API_KEY를 사용하여 인증할 수 있습니다. Numerology API 대시보드에서 API 키를 생성하고 관리하십시오.
매개변수¶
| 매개변수 | 유형 | 필수 | 설명 |
|---|---|---|---|
birth_year | int | 예 | 출생 년 (YYYY) |
birth_month | int | 예 | 출생 월 (1–12) |
birth_day | int | 예 | 출생 일 (1–31) |
Legacy 형식 호환성
You can still use the old names: year, month, day.
응답을 로컬화하기 위해 선택적 매개변수
lang를 추가하십시오. 지원되는 값:en,es,de,fr,pt.
예제 요청¶
GET 요청¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/karmic_debt?birth_year=1992&birth_month=7&birth_day=16&year=1992&month=7&day=16&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST 요청 (JSON 본문)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/karmic_debt/post?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"birth_year": 1992,
"birth_month": 7,
"birth_day": 16,
"year": 1992,
"month": 7,
"day": 16
}'
예제 응답¶
json { "life_path_number": 8, "karmic_number": 8, "summary": { "title": "No Karmic Debt Detected", "overview": "Your numerology chart does not show any of the classic Karmic Debt numbers (13, 14, 16, or 19). This is generally considered a positive sign — your current lifetime is not carrying heavy past-life obligations that require intense resolution.", "note": "Karmic lessons can still appear in other areas of the chart (repeated numbers, missing numbers, etc.).", "encouragement": "You are free to create with greater ease. Use this lifetime to pursue your soul's joy and highest expression!" }, "detailed_meaning": "Karmic Debt number not found.", "_enterprise": { "client": "The Numerology API", "plan": "Enterprise", "request_id": "d5d9851483cbbd8c", "quota": "unlimited", "usage_tracking": true }, "_api_metadata_": { "api_name": "The Numerology API by Dakidarts®", "api_version": "0.1.1", "endpoint_name": "karmic_debt", "endpoint_description": "Identifies Karmic Debt numbers and their significance in your numerology chart.", "developer": "Dakidarts®", "copyright": "© 2026 Dakidarts®. All rights reserved.", "documentation_url": "https://docs.numerologyapi.com/", "response_timestamp": "2026-02-28T07:36:31.354748+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": "" } }Open Dashboard
핵심 사항