ภาระกรรม¶
ตัวเลขภาระกรรม เปิดเผย บทเรียนที่ไม่ได้รับการแก้ไขจากชีวิตก่อนหน้า ที่จำเป็นต้องนำมาปรับใช้ในปัจจุบัน ตัวเลขภาระกรรมที่เป็นไปได้: 13, 14, 16 และ 19
ใช้ข้อมูลเกี่ยวกับภาระกรรมเพื่อ ทำความเข้าใจกับปัญหาที่เกิดขึ้นซ้ำๆ สร้างวินัย และปรับสมดุลในการตัดสินใจ
Endpoint¶
| วิธีการ | เส้นทาง |
|---|---|
GET | https://api.numerologyapi.com/api/v1/karmic_debt |
POST | https://api.numerologyapi.com/api/v1/karmic_debt/post |
หัวข้อที่จำเป็น¶
นอกจากนี้ คุณยังสามารถยืนยันตัวตนด้วย
Authorization: Bearer YOUR_API_KEYได้ สร้างและจัดการ API key ใน แดชบอร์ด Numerology 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.
เพิ่มพารามิเตอร์ query
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
!!! หมายเหตุ "ประเด็นสำคัญ"
--- สิ้นสุด * พารามิเตอร์สำหรับปี เดือน และวันที่เกิด เป็นข้อมูลที่จำเป็น
--- การคำนวณหนี้กรรมเน้น บทเรียนจากชีวิตก่อนหน้า* เพื่อให้ตระหนักถึงสิ่งนั้น
--- เหมาะสำหรับ แอปพลิเคชันสำหรับการพัฒนาตนเอง, การให้คำปรึกษาด้านจิตวิญญาณ และ การประเมินผลกรรม*