행성 정보¶
행성 정보 엔드포인트는 천문학에서 각 행성에 대한 포괄적인 정보를 제공합니다. 이는 역행 기간, 통치, 성격 특성, 긍정/부정 키워드 및 천문학적 개요를 포함합니다.
개인의 성격, 삶의 사건 및 호환성에 미치는 행성의 영향을 이해하는 데 적합합니다.
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/planets-info |
POST | https://api.numerologyapi.com/api/v1/horoscope/planets-info |
쿼리 매개변수¶
| 이름 | 필수 | 유형 | 예시 | 설명 |
|---|---|---|---|---|
planet_name | ✅ | 문자열 | pluto | 가져오려는 행성의 이름을 지정합니다. 지원되는 값: sun, moon, mercury, venus, mars, jupiter, saturn, uranus, neptune, pluto. |
참고
누락되거나 유효하지 않은 매개변수는 400 오류를 반환합니다. GET 및 POST 방법 모두 지원됩니다.
응답을 로컬화하기 위해 선택적 쿼리 매개변수
lang를 추가합니다. 지원되는 값:en,es,de,fr,pt.
예제 요청¶
GET 요청¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/planets-info?planet_name=sun&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST 요청¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/planets-info?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"planet_name": "sun"
}'
예제 응답¶
{
"planet_symbol": "☉",
"ruling_signs": [
"Leo"
],
"exalted_in": "Aries",
"detriment_in": "Aquarius",
"fall_in": "Libra",
"element": "Fire",
"modality": "Fixed",
"orbital_period_days": "N/A",
"mythological_origin": "In Greek myth, Helios drove the chariot of the Sun across the sky. In Roman tradition, Sol embodies vitality and conscious will.",
"planet_personality": "The Sun radiates confidence, identity, and creative life force. It represents your core self—the essence you reveal to the world when you’re authentically aligned.",
"planet_overview": "The Sun is the center of your astrological chart, symbolizing ego, vitality, and life purpose.",
"planet_summary": "In the natal chart, the Sun reveals your fundamental drive, sense of self, and how you express individuality. Its placement by sign and house shows where you naturally shine and seek recognition. During transits, the Sun activates areas of growth, spotlighting opportunities for leadership and self-actualization. Spiritually, the Sun is the divine spark within—the unwavering truth of who you are beyond roles and masks. For coaches, it marks the client’s ‘hero’s journey’ axis.",
"planet_keywords_positive": [
"Confidence",
"Vitality",
"Authenticity",
"Leadership",
"Creativity",
"Clarity"
],
"planet_keywords_negative": [
"Ego-inflation",
"Self-centeredness",
"Pride",
"Rigidity",
"Need for attention"
],
"life_domains": [
"Identity",
"Career",
"Public Image",
"Creativity",
"Father/Authority Figures"
],
"numerological_resonance": 1,
"affirmation": "I am my true self, radiant and whole.",
"shadow_aspect": "The fear of invisibility or irrelevance, leading to performative identity.",
"transformational_gift": "The courage to embody your truth unapologetically, inspiring others to do the same.",
"modern_interpretation": "In the digital age, the Sun governs personal branding, social media presence, and the quest for authentic self-expression amidst curated personas.",
"compatibility_notes": "Harmonizes with Jupiter (expansion of self) and Mars (action-aligned identity); challenged by Saturn (self-doubt) and Uranus (identity disruption).",
"retrograde_meaning": null,
"eclipse_association": "Solar",
"archetypal_role": "The Sovereign",
"color": "Gold",
"gemstone": "Citrine",
"sacred_number": 1,
"chakra_association": "Solar Plexus",
"frequency_in_hz": 126.22,
"planet_name": "Sun",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "d5be325868282dcc",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_planets_info",
"endpoint_description": "Provides detailed astrological information and attributes of planets.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://numerologyapi.com/",
"response_timestamp": "2026-02-28T07:37:10.990107+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": ""
}
}
---참고:
!!!
응답 필드:
planet_calendar— 연도별 역행 또는 주목할 만한 행성 날짜 범위planet_calendar_type— 캘린더 기간의 유형 (예: 역행)planet_facts— 주요 천왕, 불리함, 승격, 궤도 길이 등planet_keywords_pos— 행성과 관련된 긍정적인 키워드planet_keywords_neg— 행성과 관련된 부정적인 키워드planet_name— 행성의 이름planet_overview— 행성에 대한 요약 및 맥락planet_personality— 행성의 성격 및 상징적 의미planet_summary— 행성의 영향에 대한 상세 설명planet_symbol— 행성 기호의 상징