コンテンツにスキップ

土星の巡回の影響

土星の巡回の影響 エンドポイントは、あなたの星座における占星術的な土星の巡回に関するガイダンスを提供します。 これには、定義準備のためのヒントハウス配置、およびこのカルミックな期間をナビゲートするための簡潔な 要約 が含まれます。

土星の巡回の際に、人生の変化、責任、そして個人的な成長を理解するのに役立ちます。


エンドポイント

メソッド パス
GET https://api.numerologyapi.com/api/v1/horoscope/saturn/returns
POST https://api.numerologyapi.com/api/v1/horoscope/saturn/returns

クエリパラメータ

名前 必須 タイプ 説明
dob 文字列 1998-04-27 生年月日を YYYY-MM-DD 形式で入力。APIはあなたの星座を計算し、その星座に関する土星の巡回に関する洞察を提供します。

注意

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


レスポンスをローカライズするために、オプションのクエリパラメータ lang を追加してください。 サポートされている値: en, es, de, fr, pt

サンプルリクエスト

GET リクエスト

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 リクエスト

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": ""
  }
}

ダッシュボードを開く


注意

レスポンスフィールド:* definition — サターン・リターンの簡単な説明。 * preparing — このカルマ的な時期に備えるためのヒント。 * return_house — 誕生チャートにおけるサターン・リターンの発生場所。 * return_sign — サターン・リターンの星座。 * returns_summary — サターン・リターンの効果と教訓の簡潔な概要。


関連エンドポイント