콘텐츠로 이동

목성의 귀환 효과


금성 회귀 영향 엔드포인트는 당신의 별자리에 대한 금성의 회귀에 대한 지침을 제공합니다.이 문서는 정의, 준비 요령, 주택 배치, 그리고 이 카르마적 시기를 탐색하기 위한 간결한 요약 결과를 다룹니다.

특히, 목성의 회귀 시기에 따른 삶의 변화, 책임감, 그리고 개인적인 성장을 이해하는 데 유용합니다.


엔드포인트

| 방법 | 경로 ||--------|------| | GET | https://api.numerologyapi.com/api/v1/horoscope/saturn/returns | | POST | https://api.numerologyapi.com/api/v1/horoscope/saturn/returns |


쿼리 매개변수

Name Required Type Example Description
dob String 1998-04-27 Date of birth in YYYY-MM-DD format. The API calculates your zodiac sign and provides Saturn return insights for that sign.

주의사항

--- The dob parameter is required. Missing or invalid input will return a 400 error.


선택적으로 lang 쿼리 매개변수를 추가하여 응답을 로컬화합니다. 지원되는 값: en, es, de, fr, pt.

예시 요청

GET 요청

---```bash curl --request GET \ --url "https://api.numerologyapi.com/api/v1/horoscope/saturn/returns?dob=1992-07-16&lang=en" \ --header "X-API-Key: YOUR_API_KEY"

### POST 요청

---
```bash
curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/saturn/returns?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16"
}'


예시 응답

{
  "sign_name": "Cancer",
  "sign_symbol": "♋",
  "saturn_return_in_this_sign": "Saturn Return in Cancer",
  "age_range_approx": "28–30, 58–60, 88–90",
  "life_phase_theme": "Building inner emotional security instead of external protection",
  "core_maturity_lesson": "Healthy boundaries in nurturing — caring without losing self",
  "psychological_shift": "From clingy / defensive → secure, compassionate, emotionally sovereign",
  "what_gets_tested": "Family enmeshment, fear of abandonment, mood-driven withdrawal",
  "common_challenges_shadow": [
    "Emotional manipulation",
    "Victim/martyr patterns",
    "Fear of independence"
  ],
  "highest_expression": "Wise nurturer, emotional anchor, creator of safe sacred space",
  "birthday_cycle_affirmation": "I am my own safe home. I nurture myself and others with clear boundaries.",
  "recommended_rituals_practices": [
    "Moon-bathing + boundary visualization",
    "Inner-child re-parenting letters",
    "Salt baths for emotional clearing",
    "Family/systems constellation work",
    "Chest/heart opening stretches"
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "3ebc3348eca9882c",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_saturn_returns",
    "endpoint_description": "Calculates and interprets Saturn return periods.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:51.041467+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": ""
  }
}

Open Dashboard


주의사항

---응답 필드:


  • definition — 사턴 회귀에 대한 간략한 설명.
  • preparing — 이 카르마 기간을 준비하는 방법에 대한 팁.
  • return_house — 발 생명체에서 사턴 회귀가 발생하는 위치.
  • return_sign — 사턴 회귀의 별자리.
  • returns_summary — 사턴 회귀의 효과 및 교훈에 대한 간결한 개요.

관련 엔드포인트