title: "Signe Astrologique et Santé" description: "GET/POST /horoscope/sign/health - Zodiac sign descriptive health meanings."
|| num_sys | string | No | Optional numerology system. Supported values: pythagorean, chaldean, vedic. Aliases also supported. Defaults to pythagorean. |¶
Signe Astrologique et Santé¶
L'endpoint "Zodiac Sign Health" renvoie des significations statiques liées à la santé et au thème des signes astrologiques, basées sur le signe astrologique.
Cet endpoint
/horoscope/sign/*renvoie des significations descriptives des signes astrologiques (données de l'archétype du signe), et non des rapports astrologiques en direct. Pour des lectures astrologiques en direct, utilisez les endpoints de rapport/api/v1/horoscope/reports/*, alimentés par notre moteur de prévisions astrologiques de pointe. Le moteur open-source léger est OpAstro.
Endpoint¶
| Méthode | Chemin |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/sign/health |
POST | https://api.numerologyapi.com/api/v1/horoscope/sign/health |
Paramètres de Requête¶
GET¶
| Nom | Obligatoire | Type | Exemple | Description |
|---|---|---|---|---|
dob | Oui | chaîne | 1992-07-16 | Date de naissance au format YYYY-MM-DD. |
Corps de Requête POST¶
| Nom | Obligatoire | Type | Exemple | Description |
|---|---|---|---|---|
dob | Oui | chaîne | 1992-07-16 | Date de naissance au format YYYY-MM-DD. |
Paramètre de requête facultatif : lang=en|es|de|fr|pt.
Corps de Requête¶
| Nom | Obligatoire | Type | Exemple | Description |
|---|---|---|---|---|
dob | Oui | chaîne | 1992-07-16 | Date de naissance au format YYYY-MM-DD. |
Exemples de requêtes¶
GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/sign/health?dob=1992-07-16&lang=en&num_sys=pythagorean"" \
--header "X-API-Key: YOUR_API_KEY"
POST¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/sign/health?lang=en&num_sys=pythagorean"" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16"
,
"num_sys": "pythagorean"
}'
Exemple de réponse¶
{
"numerology_system": "pythagorean",
"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": ""
}
}
Notes sur la réponse¶
- Renvoie le contenu descriptif
zodiac_signetsign_health. - Ajoute
_enterpriseet_api_metadata_. - Cet endpoint fournit un contenu de signification des signes, et non des sorties de transit en fonction du temps.