콘텐츠로 이동

별자리 건강

별자리 건강 엔드포인트는 별자리에 기반한 정적 건강 및 주제 관련 의미를 반환합니다.

/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 문자열 1992-07-16 생년월일 (YYYY-MM-DD 형식).

POST 본문

이름 필수 유형 예시 설명
dob 문자열 1992-07-16 생년월일 (YYYY-MM-DD 형식).

선택적 쿼리 매개변수: lang=en|es|de|fr|pt.

요청 본문

이름 필수 유형 예시 설명
dob 문자열 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_를 추가합니다.
  • 이 엔드포인트는 시간 기반의 트랜짓 출력이 아닌, 결정론적 신호 의미 콘텐츠입니다.

관련 엔드포인트