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

ช่วงเวลาส่วนตัว

ช่วงเวลาส่วนตัว สะท้อนถึง พลังงานทางจิตวิญญาณของแต่ละชั่วโมงในวัน โดยการทำความเข้าใจหมายเลขของชั่วโมงปัจจุบัน คุณสามารถปรับให้ การกระทำ, การตัดสินใจ และการปฏิบัติทางจิตวิญญาณ ของคุณสอดคล้องกับกระแสพลังงานตามธรรมชาติ

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


Endpoint

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

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

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


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

| ----------------- | ------ | -------- | ------------ | ------------------------------------------------------------------------------------------------------------------- | | target_date | string | ไม่ | วันนี้ | วันที่สำหรับคำนวณเวลาส่วนตัว (รูปแบบ YYYY-MM-DD) ค่าเริ่มต้นคือวันนี้ | | timezone_offset | string | ไม่ | Europe/Paris | เขตเวลาสำหรับการคำนวณตัวเลขเวลา ใช้สตริงเขตเวลา IANA ที่ถูกต้อง (เช่น Europe/Paris, Africa/Douala) |

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

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

คำขอ GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/personal-hour?target_date=2026-02-27&timezone_offset=Europe%2FParis&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

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

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/personal-hour?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "target_date": "2026-02-27",
  "timezone_offset": "Europe/Paris"
}'

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


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

{
  "timezone": "Europe/Paris",
  "current_local_time": "00:00:00",
  "hour_number": 9,
  "meaning": {
    "title": "Personal Hour 9: Compassion, Release & Completion",
    "overview": "This hour opens the gateway to closure, forgiveness, and universal compassion. It is the perfect 60-minute window to let go, heal, and serve with an open heart. Your capacity for release, forgiveness, and spiritual completion is naturally heightened.",
    "core_energy": "Compassionate • Forgiving • Humanitarian • Completing • Releasing",
    "best_uses_for_this_hour": [
      "Release old patterns, grudges, or attachments",
      "Practice deep forgiveness (self & others)",
      "Serve others selflessly or engage in kindness",
      "Reflect with gratitude on recent cycles"
    ],
    "spiritual_alignment_tip": "Write what you're releasing, then breathe it out. When you let go with love in this hour, infinite new beginnings open naturally.",
    "watch_out": [
      "Avoid clinging to the past",
      "Don't absorb others' pain too deeply",
      "Balance service with self-compassion"
    ],
    "power_affirmation": "I release with grace and love. Today I walk in compassion and service to the highest good.",
    "recommended_activities": "Decluttering, forgiveness work, acts of kindness, gratitude reflection, energy clearing."
  },
  "detailed_meaning": "Personal Hour 9 carries the gentle yet powerful energy of completion, forgiveness, and spiritual release—making it an ideal time to close a small cycle, let go of a minor attachment, or offer selfless kindness without expectation. The universe invites you to surrender what no longer serves, even in miniature—delete an old file, forgive a small slight, donate unused items, or simply release a thought pattern that’s been weighing you down. Use this hour for acts of quiet service: send an encouraging note, light a candle for someone in need, or simply sit in gratitude for what’s complete in your life right now. Growth unfolds through radical acceptance—recognizing that endings, even tiny ones, create space for new energy to enter, often in ways you can’t yet see. Be cautious of emotional overwhelm from unresolved grief, or clinging to the past out of fear—this hour asks only for one small release, not total transformation. This is not a time for new beginnings, but for sacred closure—honoring what was so the next chapter can emerge with clarity. Avoid starting new projects; instead, bless what’s ending and trust that completion is its own form of creation. When embraced with grace, Personal Hour 9 becomes a threshold of renewal—reminding you that every ending you honor, no matter how small, clears the way for a more aligned beginning to arise in divine timing.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "90530d372dc12553",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "personal_hour",
    "endpoint_description": "Determines the Personal Hour number for hourly timing and energy.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:39.444466+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": ""
  }
}

!!! หมายเหตุ ตัวเลขชั่วโมงจะถูกลดให้เหลือเป็น ตัวเลขเดียว (1–9) * การสั่นสะเทือนของเที่ยงคืน (00:00) จะถูกพิจารณาว่าเป็น 9 * จัดกิจกรรมประจำวัน, การทำสมาธิ หรืองานต่างๆ ให้สอดคล้องกับ พลังงานเชิงตัวเลขของชั่วโมงปัจจุบัน * เหมาะสำหรับ การพัฒนาตนเอง, ความตระหนักทางจิตวิญญาณ และ การกำหนดเวลาในการตัดสินใจที่สำคัญ*

จุดปลาย (Endpoints) ที่เกี่ยวข้อง