विषय पर बढ़ें

ज्योतिषीय चिन्ह का स्वास्थ्य

ज़ोडीएक साइन हेल्थ एंडपॉइंट, ज्योतिषीय चिन्ह से प्राप्त स्थिर साइन-स्तरीय कल्याण और स्वास्थ्य-विषयक अर्थ प्रदान करता है।

यह /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_sign और sign_health सहित वर्णनात्मक सामग्री लौटाता है।
  • _enterprise और _api_metadata_ जोड़ता है।
  • यह एंडपॉइंट समय-आधारित ट्रांजिट आउटपुट के बजाय, निश्चित अर्थपूर्ण सामग्री प्रदान करता है।

संबंधित एंडपॉइंट्स