title: "Signe Astrologique et Amour" description: "GET/POST /horoscope/sign/love - Zodiac sign descriptive love meanings."
|| num_sys | string | No | Optional numerology system. Supported values: pythagorean, chaldean, vedic. Aliases also supported. Defaults to pythagorean. |¶
Signe Astrologique et Amour¶
L'endpoint Zodiac Sign Love renvoie des significations statiques relatives aux relations et à l'amour, basées sur le signe astrologique.
Cet endpoint
/horoscope/sign/*renvoie des significations descriptives des signes astrologiques (données d'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 horoscope de pointe. Le moteur open-source léger est OpAstro.
Endpoint¶
| Méthode | Chemin |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/sign/love |
POST | https://api.numerologyapi.com/api/v1/horoscope/sign/love |
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/love?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/love?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_love": {
"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)",
"sign_motto": "I Feel",
"core_archetype": "The Nurturer",
"love_style": "Cancer loves protectively, intuitively, and soul-deep—creating emotional safety, chosen family, and merging hearts completely.",
"love_overview": "Cancer brings nurturing devotion, memory-keeping romance, and a home-centered bond.",
"love_summary": "They bond through vulnerability and shared feelings. Their shadow is clinginess, mood-driven withdrawal, or building walls when hurt. Spiritually, Cancer learns that love thrives with healthy boundaries—true merging honors individuality too.",
"love_strengths": [
"Deeply empathetic",
"Fiercely loyal",
"Nurturing & intuitive",
"Creates emotional safety",
"Romantic & sentimental"
],
"love_challenges": [
"Mood swings",
"Fear of abandonment",
"Passive-aggressive when hurt",
"Overly protective",
"Holds emotional grudges"
],
"best_love_matches": "Scorpio & Pisces (water soul bonds); Taurus & Virgo (grounded nurturing).",
"challenging_matches": "Aries & Libra (bluntness & detachment wound deeply).",
"what_they_seek_in_a_partner": "Emotional availability, gentleness, loyalty, reassurance, family values, and someone who honors their sensitivity.",
"how_they_express_love": "Cuddles, home dates, remembering tiny details, protective gestures, cooking together, and deep late-night talks.",
"affirmation": "I love with my whole heart and safe boundaries. My vulnerability is my gift.",
"spiritual_love_lesson": "Love is a sanctuary, not a fortress—true intimacy flows when both partners feel free within the embrace.",
"sign_number": 4
},
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "79afc09d49fccda5",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.1",
"endpoint_name": "horoscope_sign_love",
"endpoint_description": "Provides love and romance characteristics 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.616564+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_love. - Ajoute
_enterpriseet_api_metadata_. - Cet endpoint fournit un contenu de signification des signes, et non des sorties de transit en fonction du temps.