สถาปัตยกรรมตัวตนส่วนบุคคล¶
จุดปลาย สถาปัตยกรรมตัวตนส่วนบุคคล สร้างรายการตัวตนที่กระชับและเป็นมิตรกับผลิตภัณฑ์ โดยอิงจากตัวเลขหลักของโหราศาสตร์ ใช้หน้าเว็บนี้สำหรับกฎเกณฑ์พารามิเตอร์ที่พร้อมสำหรับการใช้งาน, ตัวเลือกที่อนุญาต และตัวอย่างการตอบกลับ
จุดปลาย¶
| วิธี | เส้นทาง |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-archetype-stack |
POST | https://api.numerologyapi.com/api/v1/personal-archetype-stack |
ความพร้อมใช้งาน¶
- การยืนยันตัวตน:
X-API-Key(หรือAuthorization: Bearer YOUR_API_KEY) - ค่าที่รองรับของ
lang:en,es,de,fr,pt,ar,hi,ja - ช่องทางการเข้าถึง: API โดยตรง (
https://api.numerologyapi.com) - Gateway RapidAPI: ปัจจุบันยังไม่รองรับ สำหรับจุดปลายที่ซับซ้อน
- ระบบโหราศาสตร์เพิ่มเติม:
pythagorean,chaldean,vedic(pythagoreanเป็นค่าเริ่มต้น)
พารามิเตอร์¶
พารามิเตอร์ GET| พารามิเตอร์ | ประเภท | จำเป็น | ค่าเริ่มต้น | ตัวเลือก | คำอธิบาย |¶
|---|---|---|---|---|---| | full_name | string | ใช่ | — | ความยาว 1..160 | ชื่อเต็ม | | dob | string | ใช่ | — | YYYY-MM-DD | วันเกิด | | include_shadow | boolean | ไม่ | true | true, false | รวม archetype ในผลลัพธ์ | | num_sys | string | ไม่ | pythagorean | pythagorean, chaldean, vedic | ระบบ Numerology ที่ใช้ในการคำนวณชื่อ | | lang | string | ไม่ | en | en, es, de, fr, pt, ar, hi, ja | ภาษาของผลลัพธ์ |
พารามิเตอร์สำหรับคำขอ POST¶
| พารามิเตอร์ | ประเภท | จำเป็น | ค่าเริ่มต้น | ตัวเลือก | คำอธิบาย |
|---|---|---|---|---|---|
lang | string | ไม่ | en | en, es, de, fr, pt, ar, hi, ja | ภาษาของผลลัพธ์ |
พารามิเตอร์สำหรับเนื้อหา POST| พารามิเตอร์ | ประเภท | จำเป็น | ค่าเริ่มต้น | ตัวเลือก | คำอธิบาย |¶
|---|---|---|---|---|---| | full_name | string | ใช่ | — | ความยาว 1..160 | ชื่อเต็ม | | dob | string | ใช่ | — | YYYY-MM-DD | วันเกิด | | include_shadow | boolean | ไม่ | true | true, false | รวม archetype ในผลลัพธ์ | | num_sys | string | ไม่ | pythagorean | pythagorean, chaldean, vedic | ระบบ Numerology ที่ใช้ในการคำนวณชื่อ |
ตัวอย่างคำขอ¶
GET¶
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.numerologyapi.com/api/v1/personal-archetype-stack?full_name=Octavia%20Butler&dob=1947-06-22&include_shadow=true&num_sys=pythagorean&lang=en"
POST¶
curl -X POST "https://api.numerologyapi.com/api/v1/personal-archetype-stack?lang=en" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"full_name": "Octavia Butler",
"dob": "1947-06-22",
"include_shadow": true,
"num_sys": "pythagorean"
}'
ตัวอย่างเนื้อหา POST¶
{
"full_name": "Octavia Butler",
"dob": "1947-06-22",
"include_shadow": true,
"num_sys": "pythagorean"
}
จุดเด่นของผลลัพธ์¶
numbersprimary_archetypesecondary_archetypeshadow_archetypearchetype_stackstack_labelsshadow_work_guidance
ตัวอย่างผลลัพธ์¶
{
"numerology_system": "pythagorean",
"full_name": "Octavia Butler",
"numbers": {
"life_path_number": 4,
"expression_number": 7,
"maturity_number": 11
},
"primary_archetype": {
"archetype": "sage",
"score": 44,
"meaning": { "title": "The Sage", "overview": "..." }
},
"archetype_stack": []
}
!!! หมายเหตุ
This endpoint belongs to the **Extended** suite and is available through direct API access at `https://api.numerologyapi.com`.
It is currently **not supported via the RapidAPI gateway**.