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

คำยืนยันสำหรับวันพักผ่อนส่วนตัว

คำยืนยันสำหรับวันพักผ่อนส่วนตัว คือ ข้อความที่ปรับแต่งได้ ซึ่งสอดคล้องกับ พลังงานเชิงบวกของวันพักผ่อนของคุณ สิ่งเหล่านี้ช่วยให้คุณ มุ่งเน้นเป้าหมาย, เสริมสร้างความมั่นใจ, และ ปลดศักยภาพสูงสุดของคุณ ในแต่ละวัน

ใช้คำยืนยันเหล่านี้เพื่อประสานการกระทำของคุณกับพลังงานทางเลขศาสตร์ประจำวัน และเปิดรับสติ, ความคิดสร้างสรรค์, และแรงบันดาลใจที่ลึกซึ้งยิ่งขึ้น


Endpoint

วิธี เส้นทาง
GET https://api.numerologyapi.com/api/v1/personal-day-affirmations
POST https://api.numerologyapi.com/api/v1/personal-day-affirmations

หัวข้อที่จำเป็น

X-API-Key: YOUR_API_KEY
Content-Type: application/json   (POST only)
Host: api.numerologyapi.com

คุณยังสามารถยืนยันตัวตนด้วย Authorization: Bearer YOUR_API_KEY ได้อีกด้วย สร้างและจัดการ API key ใน แดชบอร์ด Numerology API


พารามิเตอร์| พารามิเตอร์ | ประเภท | จำเป็น | ค่าเริ่มต้น | คำอธิบาย |

| ------------- | ------ | -------- | ------- | -------------------------------------------------------------------------------- | | dob | string | ใช่ | — | วันเกิดในรูปแบบ YYYY-MM-DD (เช่น "1997-07-17") | | target_date | string | ไม่ | วันนี้ | วันที่เฉพาะเพื่อคำนวณข้อความยืนยัน (รูปแบบ YYYY-MM-DD) ค่าเริ่มต้นคือวันนี้ |

เพิ่มพารามิเตอร์ query lang ที่ไม่จำเป็น เพื่อให้สามารถแปลผลลัพธ์ได้ รองรับค่า: en, es, de, fr, pt

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

คำขอ GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/personal-day-affirmations?dob=1992-07-16&target_date=2026-02-27&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

คำขอ POST (เนื้อหา JSON)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/personal-day-affirmations?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "target_date": "2026-02-27"
}'

เปิดแดชบอร์ด


ตัวอย่างผลลัพธ์

{
  "dob": "1992-07-16",
  "target_date": "2026-02-27",
  "personal_day_number": 8,
  "affirmation": {
    "title": "Personal Day 8 Affirmation",
    "affirmation": "Action is power. I move with purpose, build wisely, and claim abundance with integrity and gratitude.",
    "overview": "This affirmation activates your manifesting power and authority. It reminds you that disciplined action creates results. Use it to stay focused, empowered, and abundant-minded.",
    "when_to_use": [
      "During important tasks, meetings, or financial moments",
      "When needing motivation or confidence",
      "Before claiming your power or setting big goals",
      "Anytime you feel scattered or powerless"
    ],
    "spiritual_effect": "This mantra activates your solar plexus and root chakras, grounding ambition in integrity and magnetizing success.",
    "variation_for_deeper_resonance": "I wield power with wisdom and love. Abundance flows through me for the highest good.",
    "daily_intention_tip": "Stand tall, shoulders back, and repeat this while visualizing golden energy flowing through you."
  },
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "f8c997e7021f7b7a",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "personal_day_affirmations",
    "endpoint_description": "Calculates the Personal Day number for understanding daily energy and opportunities.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:39.007818+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": ""
  }
}

!!! หมายเหตุ