천문학적 측면¶
천문학적 측면 엔드포인트는 태어난 별자리 내의 행성 간 관계 및 영향에 대한 정보를 제공합니다. 이는 특정 행성 간 측면이 에너지 흐름, 강점, 과제 및 개인적인 경향에 미치는 영향을 설명합니다.
천문학에 관심 있는 사람, 차트 해석가 또는 행성의 역학에 대해 궁금한 분에게 유용합니다.
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/astrology/aspect |
POST | https://api.numerologyapi.com/api/v1/horoscope/astrology/aspect |
쿼리 매개변수¶
| 이름 | 필수 | 유형 | 예시 | 설명 |
|---|---|---|---|---|
aspect | ✅ | 문자열 | 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 — 분류 (예: 강, 약)