विषय पर बढ़ें

कर्मिक ऋण

कर्मिक ऋण संख्याएँ पिछले जीवन के समाप्त न हुए पाठों को दर्शाती हैं, जिन्हें वर्तमान जीवन में एकीकृत करने की आवश्यकता है। संभावित कर्मिक ऋण: 13, 14, 16 और 19

कर्मिक ऋण के अंतर्दृष्टि का उपयोग करके, दोहराющихся चुनौतियों को समझें, अनुशासन विकसित करें और जीवन विकल्पों को संतुलित करें


एंडपॉइंट

विधि पथ
GET https://api.numerologyapi.com/api/v1/karmic_debt
POST https://api.numerologyapi.com/api/v1/karmic_debt/post

आवश्यक हेडर

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

आप Authorization: Bearer YOUR_API_KEY के साथ भी प्रमाणीकरण कर सकते हैं।

Numerology API डैशबोर्ड में API कुंजियों का निर्माण और प्रबंधन करें।


पैरामीटर

पैरामीटर प्रकार आवश्यक विवरण
birth_year int हाँ जन्म वर्ष (YYYY)
birth_month int हाँ जन्म माह (1-12)
birth_day int हाँ जन्म तिथि (1-31)

!!! सूचना "विरासत प्रारूप के साथ संगतता" 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


Key Points

  • जन्म तिथि, महीना और दिन के पैरामीटर आवश्यक हैं। Karmic Debt Numbers highlight lessons from past lives* to become aware of.
  • व्यक्तिगत विकास अनुप्रयोगों, आध्यात्मिक मार्गदर्शन और कर्म संबंधी आकलन के लिए आदर्श।