コンテンツにスキップ

星座記号の健康

Zodiac Sign Health エンドポイントは、星座記号から得られた静的な、個々の星座レベルの健康とテーマに関する意味を返します。

この /horoscope/sign/* エンドポイントは、記述的な星座記号の意味(星座のアーキタイプデータ)を返し、リアルタイムの占星術レポートではありません。 リアルタイムの占星術のリーディングについては、弊社の最先端のホロスコープエンジンで駆動される /api/v1/horoscope/reports/* レポートエンドポイントをご利用ください。 軽量でオープンソースのエンジンは OpAstro です。

エンドポイント

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

リクエストパラメータ

GET クエリ

名前 必須 タイプ 説明
dob はい string 1992-07-16 生年月日を YYYY-MM-DD 形式で指定。

POST ボディ

名前 必須 タイプ 説明
dob はい string 1992-07-16 生年月日を YYYY-MM-DD 形式で指定。

オプションのクエリパラメータ: lang=en|es|de|fr|pt

リクエストボディ

名前 必須 タイプ 説明
dob はい string 1992-07-16 生年月日を YYYY-MM-DD 形式で指定。

GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/sign/health?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/sign/health?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16"
}'

サンプルレスポンス

{
  "zodiac_sign": "Cancer",
  "sign_health": {
    "sign_name": "Cancer",
    "sign_symbol": "♋",
    "dates": "June 21 – July 22",
    "element": "Water",
    "modality": "Cardinal",
    "ruling_planet": "Moon",
    "exalted_planet": "Jupiter",
    "detriment_planet": "Mars",
    "fallen_planet": "Saturn",
    "polarity": "Negative (Yin)",
    "body_parts_ruled": "Chest, breasts, stomach, digestive system, womb, lymphatic system",
    "health_overview": "Cancer feels everything in the body—emotions directly influence stomach and chest.",
    "health_summary": "Deeply intuitive about health, strong when emotionally safe. Vulnerabilities include digestive issues, mood-related eating, breast/chest concerns, fluid retention. Their shadow is emotional suppression or over-nurturing others at self-cost. Spiritually, Cancer learns boundaries protect sensitivity—health is inner safety.",
    "health_strengths": [
      "Intuitive self-healing",
      "Nurturing recovery",
      "Strong immunity in safe environments",
      "Emotional body awareness"
    ],
    "health_challenges": [
      "Stress-related digestion",
      "Mood swings affecting appetite",
      "Fluid imbalances",
      "Over-emotional eating",
      "Holding onto hurts physically"
    ],
    "wellness_approach": "Emotional + nurturing self-care—home rituals, gentle movement near water.",
    "recommended_practices": "Moon-cycle tracking, gentle yoga, home-cooked nourishing meals, baths, journaling emotions, swimming.",
    "affirmation": "I honor my feelings and protect my body. My inner safety is my strength.",
    "spiritual_health_lesson": "Nurturing begins within—true wellness flows when boundaries hold space for sensitivity.",
    "sign_number": 4
  },
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "3cdedb5923fcc9fb",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.1",
    "endpoint_name": "horoscope_sign_health",
    "endpoint_description": "Provides health and wellness traits for a zodiac sign.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-08T13:52:15.587631+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": ""
  }
}

レスポンスに関する注記

  • zodiac_signsign_health の説明的なコンテンツを返します。
  • _enterprise_api_metadata_ を追加します。
  • このエンドポイントは、時間帯に基づいたトランジット出力ではなく、決定論的なサインの意味に関するコンテンツです。

関連するエンドポイント