Education Path Numerology
เอนด์พอยต์ Education Path Numerology เปรียบเทียบผู้เรียนกับสาขาวิชา สถาบัน รูปแบบการเรียนรู้ และวันที่ลงทะเบียนเสริม เป็นส่วนหนึ่งของชุดเตรียมการ v1.0.2 และใช้ชุดความหมาย 26 ตำแหน่งที่ตั้งที่ขยาย
เอนด์พอยต์
| เมธอด | เส้นทาง |
GET | https://api.numerologyapi.com/api/v1/education-path-numerology |
POST | https://api.numerologyapi.com/api/v1/education-path-numerology |
ความพร้อมใช้งาน
- การยืนยันตัวตน:
X-API-Key หรือ Authorization: Bearer YOUR_API_KEY - ค่า
lang ที่รองรับ: en, fr, es, de, pt, ja, hi, ar, ru, tr, it, pl, nl, id, ko, th, ro, ur, gu, bn, vi, ta, te, mr, pa, zh - ช่องทางเข้า: API โดยตรง (
https://api.numerologyapi.com) - RapidAPI gateway: ไม่รองรับในปัจจุบัน สำหรับเอนด์พอยต์ขยาย
- ระบบศาสตร์ตัวเลขเลือกได้:
pythagorean, chaldean, vedic (pythagorean เป็นค่าเริ่มต้น) - เป้าหมายเวอร์ชัน: v1.0.2 เอกสาร v1.0.1 ที่ปล่อยแล้วยังคงแม่นยำที่การรองรับ 8 ภาษา
พารามิเตอร์
พารามิเตอร์ Query GET
| พารามิเตอร์ | ชนิด | จำเป็น | ค่าเริ่มต้น | ตัวเลือก | คำอธิบาย |
student_name | string | ใช่ | — | ความยาว 1..160 | ชื่อผู้เรียน |
dob | string | ใช่ | — | YYYY-MM-DD | วันเกิดผู้เรียน |
field_of_study | string | ใช่ | — | ความยาว 1..140 | สาขาวิชา |
institution_name | string | ใช่ | — | ความยาว 1..160 | ชื่อสถาบัน |
learning_format | string | ไม่ | hybrid | traditional, online, hybrid, self_paced, apprenticeship | รูปแบบการเรียนรู้ |
enrollment_date | string | ไม่ | null | YYYY-MM-DD | วันที่ลงทะเบียนเสริม |
num_sys | string | ไม่ | pythagorean | pythagorean, chaldean, vedic | ระบบศาสตร์ตัวเลข |
lang | string | ไม่ | en | 26 ตำแหน่งที่ตั้งที่รองรับ | ภาษาที่ตอบกลับ |
พารามิเตอร์ Query POST
| พารามิเตอร์ | ชนิด | จำเป็น | ค่าเริ่มต้น | ตัวเลือก | คำอธิบาย |
lang | string | ไม่ | en | 26 ตำแหน่งที่ตั้งที่รองรับ | ภาษาที่ตอบกลับ |
พารามิเตอร์ Body POST
| พารามิเตอร์ | ชนิด | จำเป็น | ค่าเริ่มต้น | ตัวเลือก | คำอธิบาย |
student_name | string | ใช่ | — | ความยาว 1..160 | ชื่อผู้เรียน |
dob | string | ใช่ | — | YYYY-MM-DD | วันเกิดผู้เรียน |
field_of_study | string | ใช่ | — | ความยาว 1..140 | สาขาวิชา |
institution_name | string | ใช่ | — | ความยาว 1..160 | ชื่อสถาบัน |
learning_format | string | ไม่ | hybrid | traditional, online, hybrid, self_paced, apprenticeship | รูปแบบการเรียนรู้ |
enrollment_date | string | ไม่ | null | YYYY-MM-DD | วันที่ลงทะเบียนเสริม |
num_sys | string | ไม่ | pythagorean | pythagorean, chaldean, vedic | ระบบศาสตร์ตัวเลข |
ตัวอย่างคำขอ
GET
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.numerologyapi.com/api/v1/education-path-numerology?student_name=Daniel%20Kim&dob=2004-11-19&field_of_study=Computer%20Science&institution_name=Northbridge%20Institute&learning_format=hybrid&enrollment_date=2027-08-30&num_sys=chaldean&lang=en"
POST
curl -X POST "https://api.numerologyapi.com/api/v1/education-path-numerology?lang=en" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"student_name": "Daniel Kim",
"dob": "2004-11-19",
"field_of_study": "Computer Science",
"institution_name": "Northbridge Institute",
"learning_format": "hybrid",
"enrollment_date": "2027-08-30",
"num_sys": "chaldean"
}'
ตัวอย่าง Body POST
{
"student_name": "Daniel Kim",
"dob": "2004-11-19",
"field_of_study": "Computer Science",
"institution_name": "Northbridge Institute",
"learning_format": "hybrid",
"enrollment_date": "2027-08-30",
"num_sys": "chaldean"
}
จุดเด่นของการตอบกลับ
education_composite_number study_field_number institution_number enrollment_date_number education_scores academic_strengths_profile meaning
รูปแบบตัวอย่างการตอบกลับ
{
"numerology_system": "pythagorean",
"meaning": { "title": "...", "overview": "..." },
"detailed_meaning": "...",
"_api_metadata_": {
"endpoint_name": "education_path_numerology",
"response_language": "th",
"supported_languages": ["en", "fr", "es", "de", "pt", "ja", "hi", "ar", "ru", "tr", "it", "pl", "nl", "id", "ko", "th", "ro", "ur", "gu", "bn", "vi", "ta", "te", "mr", "pa", "zh"]
}
}
เปิดแดชบอร์ด
Note
เอนด์พอยต์นี้อยู่ในชุด Extended และสามารถเข้าถึงได้ผ่าน API โดยตรงที่ https://api.numerologyapi.com ปัจจุบัน ไม่รองรับผ่าน RapidAPI gateway
เอนด์พอยต์ที่เกี่ยวข้อง