Compatibilità Oroscopica per Crescita ed Evoluzione¶
Questo endpoint risponde alla domanda più profonda: "Questa relazione ci aiuterà entrambi a diventare versioni migliori di noi stessi nel lungo termine?"
Esamina come due segni zodiacali si allineano in termini di:
- Ritmo di crescita personale e spirituale
- Capacità di supportarsi a vicenda durante i cambiamenti importanti nella vita
- Motivazione reciproca rispetto al rischio di stagnazione
- Gestione della trasformazione ed dell'evoluzione
- Potenziale a lungo termine come catalizzatori per l'awakenig reciproco
Progettato per le persone che costruiscono relazioni consapevoli e in linea con la propria anima – siano esse romantiche, di mentoring o profonde amicizie.
L'attrazione unisce le persone… la compatibilità per la crescita determina se crescono insieme.
Endpoint¶
| Metodo | Percorso |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/compatibility/growth |
POST | https://api.numerologyapi.com/api/v1/horoscope/compatibility/growth |
Intestazioni Richieste¶
È possibile autenticarsi anche con
Authorization: Bearer YOUR_API_KEY.Creare e gestire le chiavi API nel pannello di controllo Numerology API.
Parametri| Param | Tipo | Obbligatorio | Descrizione |¶
|----------------|--------|------------|-------------------------------------------------------| | dob | string | Sì | Data di nascita della persona principale (YYYY-MM-DD) | | dob_partner | string | Sì | Data di nascita del partner/persona 2 (YYYY-MM-DD) |
L'ordine viene gestito automaticamente (matrice di compatibilità simmetrica).
Aggiungere il parametro di query opzionale
langper localizzare le risposte. Valori supportati:en,es,de,fr,pt.
Esempi di Richieste¶
GET – Compatibilità di crescita tra Toro e Leone¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/growth?dob=1992-07-16&dob_partner=1992-07-16&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST – Corpo JSON (consigliato per integrazioni pulite)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/growth?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"dob_partner": "1992-07-16"
}'
Esempio di Risposta (200 OK)¶
{
"match_summary": "Double water—a mirrored emotional sanctuary—intuitive, compassionate, and spiritually attuned in a healing, transformative evolution.",
"match_for": "Cancer and Cancer Growth Compatibility",
"sign_main": "Cancer",
"sign_partner": "Cancer",
"compatibility_score": 92,
"dynamic_summary": "Two Cancers create a growth environment built on profound empathy, loyalty, and mutual protection. They understand each other’s moods, dreams, and unspoken needs without words. Both feel everything deeply and protect each other fiercely. The risk is that both can be escapist or amplify each other’s fears.",
"strengths": [
"Deep emotional and intuitive connection",
"Unconditional compassion",
"Shared creativity and spirituality",
"Loyalty and protection",
"No judgment, psychic attunement"
],
"challenges": [
"Both can be escapist or moody",
"Risk of emotional enmeshment",
"Difficulty with practical boundaries",
"Amplifying each other’s sensitivities",
"Neglecting reality"
],
"growth_pace_alignment": "Very high—both prefer slow, secure, and emotionally integrated evolution.",
"support_during_change": "They support through emotional holding, intuitive guidance, and unwavering loyalty during transitions.",
"spiritual_or_personal_alignment": "Strongly aligned in seeking emotional security, family, and spiritual depth through evolution.",
"growth_opportunities": "Learning healthy boundaries; grounding dreams in reality; practicing self-care; balancing empathy with action.",
"advice_for_main": "Your Cancer partner mirrors your emotional world—use it to heal, not escape in transformation.",
"advice_for_partner": "Cancer’s loyalty is in their emotional support—your shared intuition is their love language in evolution.",
"warning_signs": [
"Escaping into fantasy",
"Neglecting practical needs",
"Emotional overwhelm",
"Co-dependency",
"Amplified anxiety",
"Avoiding responsibility"
],
"long_term_outlook": "Exceptional—one of the most spiritually and emotionally harmonious growth partnerships possible.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "7e7ce4be7b394b22",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_compatibility_growth",
"endpoint_description": "Analyzes growth & evolution compatibility between two zodiac signs.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:37:42.400502+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": ""
}
}
Spiegazione dei Campi Chiave della Risposta| Campo | Descrizione |¶
|------------------------------|--------------------------------------------------------------| | compatibility_score | Punteggio da 0 a 100 per l'armonia della crescita e dell'evoluzione a lungo termine | | dynamic_summary | Panoramica generale del dinamismo evolutivo | | strengths / challenges | Aree di supporto naturali rispetto ai principali punti critici per la crescita | | growth_pace_alignment | Quanto bene si adattano i ritmi e i tempi della crescita | | support_during_change | Affidabilità durante le transizioni e le crisi della vita | | spiritual_or_personal_alignment | Potenziale di risveglio spirituale/personale reciproco | | growth_opportunities | Modi concreti in cui la relazione può accelerare l'evoluzione | | advice_for_main / advice_for_partner | Guida personalizzata per ogni persona durante le fasi di crescita | | warning_signs | Principali rischi che possono bloccare l'evoluzione reciproca | | long_term_outlook | Potenziale futuro realistico come catalizzatori per ciascuno |
Endpoint correlati- Compatibilità – Stile di Vita¶
- Compatibilità – Comunicazione
- Compatibilità – Carriera
- Compatibilità – Amicizia
- Segno Zodiacale – Amore
Suggerimento per l'integrazione
Stack Growth Compatibility + Communication Compatibility + Lifestyle Compatibility + Personal Cycle Report to create the ultimate conscious relationship intelligence suite:
→ “How will this partnership help us evolve in 2026, and how should we communicate & live to support that growth?”
This full combo is elite for premium dating apps, spiritual coaching platforms, soulmate tools, and astrology membership sites.
Parte della categoria Oroscopi e Compatibilità in The Numerology API — tecnologia astrologica e di relazioni consapevoli premium.