ข้ามไปที่เนื้อหา

Relocation Compatibility

เอนด์พอยต์ Relocation Compatibility เปรียบเทียบบุคคลกับเมือง ประเทศ ที่อยู่เสริม และวันที่ย้ายที่เป็นทางเลือก เพื่อหาความเหมาะสมเชิงสัญลักษณ์ในการย้ายที่อยู่ เป็นส่วนหนึ่งของชุดเตรียมการ v1.0.2 และใช้ชุดความหมาย 26 ตำแหน่งที่ตั้งที่ขยาย

เอนด์พอยต์

เมธอด เส้นทาง
GET https://api.numerologyapi.com/api/v1/relocation-compatibility
POST https://api.numerologyapi.com/api/v1/relocation-compatibility

ความพร้อมใช้งาน

  • การยืนยันตัวตน: 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

พารามิเตอร์ ชนิด จำเป็น ค่าเริ่มต้น ตัวเลือก คำอธิบาย
full_name string ใช่ ความยาว 1..160 ชื่อบุคคล
dob string ใช่ YYYY-MM-DD วันเกิด
destination_city string ใช่ ความยาว 1..120 เมืองปลายทาง
destination_country string ไม่ null ความยาว 0..120 ประเทศปลายทาง
address_line string ไม่ null ความยาว 0..180 ที่อยู่หรือละแวกใกล้เคียงเสริม
move_date string ไม่ null YYYY-MM-DD วันที่ย้ายเสริม
priority string ไม่ career career, belonging, relationships, creativity, restoration ลำดับความสำคัญในการย้าย
num_sys string ไม่ pythagorean pythagorean, chaldean, vedic ระบบศาสตร์ตัวเลข
lang string ไม่ en 26 ตำแหน่งที่ตั้งที่รองรับ ภาษาที่ตอบกลับ

พารามิเตอร์ Query POST

พารามิเตอร์ ชนิด จำเป็น ค่าเริ่มต้น ตัวเลือก คำอธิบาย
lang string ไม่ en 26 ตำแหน่งที่ตั้งที่รองรับ ภาษาที่ตอบกลับ

พารามิเตอร์ Body POST

พารามิเตอร์ ชนิด จำเป็น ค่าเริ่มต้น ตัวเลือก คำอธิบาย
full_name string ใช่ ความยาว 1..160 ชื่อบุคคล
dob string ใช่ YYYY-MM-DD วันเกิด
destination_city string ใช่ ความยาว 1..120 เมืองปลายทาง
destination_country string ไม่ null ความยาว 0..120 ประเทศปลายทาง
address_line string ไม่ null ความยาว 0..180 ที่อยู่หรือละแวกใกล้เคียงเสริม
move_date string ไม่ null YYYY-MM-DD วันที่ย้ายเสริม
priority string ไม่ career career, belonging, relationships, creativity, restoration ลำดับความสำคัญในการย้าย
num_sys string ไม่ pythagorean pythagorean, chaldean, vedic ระบบศาสตร์ตัวเลข

ตัวอย่างคำขอ

GET

curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.numerologyapi.com/api/v1/relocation-compatibility?full_name=Maya%20Thompson&dob=1988-09-23&destination_city=Lisbon&destination_country=Portugal&address_line=18%20Rua%20do%20Sol&move_date=2027-03-01&priority=career&num_sys=chaldean&lang=en"

POST

curl -X POST "https://api.numerologyapi.com/api/v1/relocation-compatibility?lang=en" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "full_name": "Maya Thompson",
  "dob": "1988-09-23",
  "destination_city": "Lisbon",
  "destination_country": "Portugal",
  "address_line": "18 Rua do Sol",
  "move_date": "2027-03-01",
  "priority": "career",
  "num_sys": "chaldean"
}'

ตัวอย่าง Body POST

{
  "full_name": "Maya Thompson",
  "dob": "1988-09-23",
  "destination_city": "Lisbon",
  "destination_country": "Portugal",
  "address_line": "18 Rua do Sol",
  "move_date": "2027-03-01",
  "priority": "career",
  "num_sys": "chaldean"
}

จุดเด่นของการตอบกลับ

  • relocation_composite_number
  • destination_number
  • address_number
  • move_date_number
  • relocation_scores
  • alignment_band
  • meaning

รูปแบบตัวอย่างการตอบกลับ

{
  "numerology_system": "pythagorean",
  "meaning": { "title": "...", "overview": "..." },
  "detailed_meaning": "...",
  "_api_metadata_": {
    "endpoint_name": "relocation_compatibility",
    "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


เอนด์พอยต์ที่เกี่ยวข้อง