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

คำศัพท์โหราศาสตร์

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

เหมาะสำหรับผู้เริ่มต้น, ผู้สนใจ และนักโหรามืออาชีพ ที่ต้องการแหล่งข้อมูลอย่างรวดเร็วเกี่ยวกับคำศัพท์


จุดปลาย (Endpoint)

วิธี เส้นทาง
GET https://api.numerologyapi.com/api/v1/horoscope/astrology/term
POST https://api.numerologyapi.com/api/v1/horoscope/astrology/term

พารามิเตอร์คำถาม (Query Parameters)

ชื่อ จำเป็น ประเภท ตัวอย่าง คำอธิบาย
term String transit คำศัพท์โหราศาสตร์ที่คุณต้องการดึงข้อมูล ค่าที่รองรับ: astrology, sun_sign, moon_sign, rising_sign, transit, aspects, western_astrology, vedic_astrology, tibetan_astrology, horary_astrology, medical_astrology, chinese_astrology

!!! หมายเหตุ Missing or invalid parameters will return a 400 error.
Both GET and POST methods are supported.


เพิ่มพารามิเตอร์คำถาม (query parameter) ที่เป็นตัวเลือก lang เพื่อปรับภาษาผลลัพธ์ ค่าที่รองรับ: en, es, de, fr, pt

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

คำขอ GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/astrology/term?term=sun_sign&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

คำขอ POST

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/astrology/term?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "term": "sun_sign"
}'

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

{
  "term": "Sun Sign",
  "definition": "The zodiac sign the Sun was in at the moment of birth. Most people’s “star sign” — represents core identity, ego, life purpose, vitality, and conscious self-expression.",
  "timeframe": "Approximately 30 days per sign",
  "symbolic_role": "The hero / central character of your life story",
  "common_misconception": "It is only one part of the chart — not the whole personality",
  "related_terms": [
    "moon_sign",
    "rising_sign",
    "natal_chart"
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "397ce32532f8850d",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_astrology_term",
    "endpoint_description": "Provides definitions and meanings for astrological terms.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:51.458843+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": ""
  }
}

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


!!! หมายเหตุ ฟิลด์ผลลัพธ์:

  • term_summary — คำอธิบายหรือความหมายของคำศัพท์โหราศาสตร์ที่ร้องขอ

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