콘텐츠로 이동

행성 및 주

행성 및 주 엔드포인트는 특정 행성이 특정 천문학적 주에 위치했을 때의 영향을 상세하게 분석합니다. 이는 각 행성과 주 조합에 따른 운명, 의미, 천체 차트 영향개인 성격 특성을 다룹니다.

천체 차트 해석, 천문학적 지침 및 행성의 이해를 심화하는 데 유용합니다.


엔드포인트

방법 경로
GET https://api.numerologyapi.com/api/v1/horoscope/planets/house
POST https://api.numerologyapi.com/api/v1/horoscope/planets/house

쿼리 매개변수

이름 필수 유형 예시 설명
planet 문자열 mars 행성의 이름. 지원되는 값: sun, moon, mercury, venus, mars, jupiter, saturn, uranus, neptune, pluto, ceres
house 문자열 eighth 주의의 이름. 지원되는 값: first, second, third, fourth, fifth, sixth, seventh, eighth, ninth, tenth, eleventh, twelfth

참고

Both parameters are required. Missing or invalid inputs will return a 400 error.

응답을 현지화하기 위해 선택적인 lang 쿼리 매개변수를 추가합니다. 지원되는 값: en, es, de, fr, pt.

예제 요청

GET 요청

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/planets/house?planet=sun&house=first&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST 요청

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/planets/house?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "planet": "sun",
  "house": "first"
}'

예제 응답

{
  "meaning": "",
  "house": "First House",
  "house_number": 1,
  "natal_chart": "",
  "personality_trait": "",
  "planet_house": "Sun in the First House",
  "planet": "Sun",
  "life_path": "",
  "house_summary": {
    "house_number": 1,
    "house_name": "First House",
    "alternative_names": [
      "Ascendant",
      "Rising Sign",
      "House of Self"
    ],
    "natural_sign": "Aries",
    "natural_ruler": "Mars",
    "modern_ruler": "Mars",
    "angularity": "Angular",
    "elemental_quality": "Fire / Cardinal / Personal Identity",
    "core_themes": [
      "Core identity & life force",
      "Physical appearance & vitality",
      "First impressions & personal style",
      "How you initiate & approach life",
      "The 'I am' statement you embody"
    ],
    "detailed_summary": "The First House is the front door of your entire chart — it represents the raw, unfiltered 'you' that meets the world. Planets here infuse your personality with immediate presence, physical energy, and a drive to assert your existence. Psychologically it shapes self-image and confidence; spiritually it is the vehicle through which your soul chooses to incarnate and express divine individuality. People with strong 1st house emphasis often feel destined to be seen, to lead, or to pioneer — but the journey involves learning that true radiance comes from authenticity, not performance. This house asks: who are you when no one is watching, and how bravely do you show that face to the world?",
    "psychological_dimension": "The mask/persona we present, sense of 'I exist', self-assertion vs self-doubt, how identity is formed through action and visibility",
    "spiritual_dimension": "Soul’s chosen entry point into physical form, the sacred vehicle for divine self-expression, initiation into individuality",
    "body_parts": "Head, face, brain, eyes, overall physical constitution & vitality",
    "key_life_areas": "Birth & new beginnings, personal initiative, how you start anything, first impressions, personal branding",
    "archetype": "The Warrior / The Pioneer / The Radiant Individual",
    "common_challenges_shadow": [
      "Ego inflation or 'me-first' attitude",
      "Impatience with anything slow or indirect",
      "Identity crises when not seen/recognized",
      "Physical burnout from always pushing forward",
      "Over-identification with appearance or role"
    ],
    "highest_expression": "Authentic, courageous self-expression; magnetic leadership that inspires others to claim their own light without overshadowing",
    "affirmation": "I am a radiant, sovereign expression of divine life. I step forward with courage, presence, and heart-centered authenticity.",
    "recommended_practices": [
      "Daily mirror work with eye-gazing and self-praise",
      "Solar plexus activation (breath of fire, warrior poses)",
      "Personal style rituals (dressing as your highest self)",
      "Morning intention-setting at sunrise",
      "Courage challenges (small acts of bold visibility)"
    ]
  },
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "eb1b695655dc2016",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_planets_house",
    "endpoint_description": "Provides current planetary positions and their influence.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:37:11.392880+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": ""
  }
}

대시보드 열기


참고

응답 필드:

  • house — 천문학적 하우스
  • life_path — 행성이 개인의 인생 경로에 미치는 영향
  • meaning — 이 하우스에서 행성의 일반적인 해석
  • natal_chart — 태생 차트에 대한 영향
  • personality_trait — 이 위치와 관련된 특성 및 특징
  • planet — 행성의 이름
  • planet_house — 행성 + 하우스의 결합된 설명

관련 엔드포인트