ด้านต่างๆ ของโหราศาสตร์¶
จุดปลายทาง ด้านต่างๆ ของโหราศาสตร์ ให้ข้อมูลเชิงลึกเกี่ยวกับ ความสัมพันธ์และอิทธิพลของดาวเคราะห์ ในแผนภูมิการเกิด มันอธิบายว่า มุมระหว่างดาวเคราะห์ ที่เฉพาะเจาะจงส่งผลต่อการไหลเวียนของพลังงาน, จุดแข็ง, ความท้าทาย และแนวโน้มส่วนบุคคลอย่างไร
เหมาะสำหรับผู้ที่สนใจโหราศาสตร์, ผู้ตีความแผนภูมิ หรือทุกคนที่ต้องการทำความเข้าใจเกี่ยวกับพลวัตของดาวเคราะห์
จุดปลายทาง¶
| วิธี | เส้นทาง |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/astrology/aspect |
POST | https://api.numerologyapi.com/api/v1/horoscope/astrology/aspect |
พารามิเตอร์คำถาม¶
| ชื่อ | จำเป็น | ประเภท | ตัวอย่าง | คำอธิบาย |
|---|---|---|---|---|
aspect | ✅ | String | conjunction | ชื่อของด้านโหราศาสตร์ ที่รองรับ: conjunction, opposite, square, trine, sextile |
!!! หมายเหตุ Missing or invalid parameters will return a 400 error.
Both GET and POST methods are supported.
เพิ่มพารามิเตอร์คำถามเพิ่มเติม
langเพื่อปรับแต่งผลลัพธ์ที่ได้ ที่รองรับ:en,es,de,fr,pt
ตัวอย่างคำขอ¶
คำขอ GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/astrology/aspect?aspect=conjunction&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
คำขอ POST¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/astrology/aspect?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"aspect": "conjunction"
}'
ตัวอย่างผลลัพธ์¶
{
"aspect": "Conjunction",
"symbol": "☌",
"degree": "0°",
"typical_orb": "8–10°",
"quality": "Fusion / Intensification",
"aspect_type": "Soft",
"core_meaning": "Two (or more) planetary energies merge into one unified force—blending, amplifying, and acting as a single powerhouse.",
"how_it_feels": "Like two rivers becoming one strong current—intense focus, concentrated power, but can feel overwhelming or obsessive if the planets clash in nature.",
"strengths": [
"Supercharged synergy",
"Laser-like focus",
"Natural talent or drive in the combined themes",
"Magnetic presence"
],
"shadows": [
"Over-identification",
"Blind spots",
"Burnout from too much of one energy",
"Obsession or compulsion"
],
"spiritual_lesson": "Unity is power, but only when the merged forces serve higher purpose rather than ego. True conjunction alchemizes opposites into wholeness.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "ef8a48266f116eb9",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_astrology_aspect",
"endpoint_description": "Detailed astrological aspect interpretation.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:48.272323+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": ""
}
}
!!! หมายเหตุ ฟิลด์ของผลลัพธ์:* aspect — ชื่อเต็มพร้อมช่วงองศา * aspect_summary — คำอธิบายโดยละเอียดเกี่ยวกับการปฏิสัมพันธ์ของดาวเคราะห์และผลกระทบ * aspect_type — การจำแนก (เช่น, ยาก, นุ่ม)
จุดปลายที่เกี่ยวข้อง¶
- [บุคลิกตามเครื่องหมายดวงชะ] ([./zodiac-sign-personality.md])
- [ความรักตามเครื่องหมายดวงชะ] ([./zodiac-sign-love.md])
- [ความเข้ากันได้ในความสัมพันธ์] ([./compatibility-love.md])
- [ความเข้ากันได้ในอาชีพ] ([./compatibility-career.md])
- [ความเข้ากันได้ในการเป็นเพื่อน] ([./compatibility-friendship.md])