การอ่านไพ่พลัง¶
การอ่านไพ่พลัง ให้ การอ่านด้วยไพ่ใบเดียว ซึ่งให้ข้อมูลเชิงลึกเกี่ยวกับพลังงานส่วนตัว, ความท้าทาย หรือคำแนะนำสำหรับวันนั้น การอ่านจะพิจารณาชื่อและวันที่เกิด และสามารถดึงได้ทั้งแบบ สุ่ม หรือ ตามกำหนดเวลาประจำวัน เพื่อให้ได้รับคำแนะนำอย่างสม่ำเสมอ
ใช้การอ่านไพ่พลังเพื่อ พิจารณา, วางแผน หรือได้รับความชัดเจนเกี่ยวกับสถานการณ์ในชีวิตปัจจุบัน
Endpoint (จุดปลาย)¶
| วิธี | เส้นทาง |
|---|---|
GET | https://api.numerologyapi.com/api/v1/tarot/power |
POST | https://api.numerologyapi.com/api/v1/tarot/power |
หัวข้อที่จำเป็น¶
นอกจากนี้ คุณยังสามารถยืนยันตัวตนด้วย
Authorization: Bearer YOUR_API_KEYได้อีกด้วย สร้างและจัดการ API key ใน แดชบอร์ด Numerology API| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย | | -------- | ------ | -------- | ---------------------------------------------------------------------------------------------- | |name| string | ใช่ | ชื่อเต็มของคุณ ใช้เพื่อปรับแต่งการอ่าน | |dob| string | ใช่ | วันเกิดในรูปแบบYYYY-MM-DD| |mode| string | ไม่ |random(ค่าเริ่มต้น) หรือdaily. โหมดรายวันจะสุ่มการ์ดเพื่อให้ได้การ์ดเดียวกันในวันเดียวกัน |เพิ่มพารามิเตอร์ตัวเลือก
langเพื่อให้สามารถแปลผลลัพธ์ได้ รองรับค่า:en,es,de,fr,pt.
ตัวอย่างคำขอ¶
คำขอ GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/tarot/power?name=John+Doe&dob=1992-07-16&mode=random&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
คำขอ POST (เนื้อหา JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/tarot/power?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"name": "John Doe",
"dob": "1992-07-16",
"mode": "random"
}'
ตัวอย่างผลลัพธ์¶
{
"status": "success",
"mode": "random",
"name": "john doe",
"dob": "1992-07-16",
"timestamp": "2026-02-28T06:36:43.574376",
"power_reading": {
"card": "Three of Swords",
"reversed": true,
"image_url": "https://res.cloudinary.com/ds64xs2lp/image/upload/v1746909609/Swords03_REVERSED_lkssru.png",
"meaning": "Reversed, the Three of Swords suggests lingering sadness or resistance to let go. You're healing but may be stuck in the past. Be kind to yourself—grief is a process, not a destination."
},
"card_backcover": "https://res.cloudinary.com/ds64xs2lp/image/upload/v1746909534/backcover_dgkxji.png",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "a7f1de69e7e1812e",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "tarot_power",
"endpoint_description": "Determines your personal power tarot card and its significance.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:43.584917+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": ""
}
}
¶
{
"status": "success",
"mode": "random",
"name": "john doe",
"dob": "1992-07-16",
"timestamp": "2026-02-28T06:36:43.574376",
"power_reading": {
"card": "Three of Swords",
"reversed": true,
"image_url": "https://res.cloudinary.com/ds64xs2lp/image/upload/v1746909609/Swords03_REVERSED_lkssru.png",
"meaning": "Reversed, the Three of Swords suggests lingering sadness or resistance to let go. You're healing but may be stuck in the past. Be kind to yourself—grief is a process, not a destination."
},
"card_backcover": "https://res.cloudinary.com/ds64xs2lp/image/upload/v1746909534/backcover_dgkxji.png",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "a7f1de69e7e1812e",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "tarot_power",
"endpoint_description": "Determines your personal power tarot card and its significance.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:43.584917+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": ""
}
}
!!! หมายเหตุ mode=daily สร้างการ์ดโดยอิงจากชื่อ, วันเกิด และวันที่ปัจจุบัน – ให้คำแนะนำอย่างสม่ำเสมอในแต่ละวัน * reversed แสดงว่าการ์ดกลับด้าน ซึ่งอาจส่งผลต่อการตีความ * image_url ให้ภาพของการ์ด ในขณะที่ card_backcover ใช้สำหรับด้านหลังของการ์ด * เหมาะสำหรับการ ใช้ในการพิจารณาในแต่ละวัน, การทำสมาธิ หรือเพื่อขอคำแนะนำในการตัดสินใจ*