Zum Inhalt

Lebensstil-Kompatibilitäts-Horoskop

Dieses Endpunkt geht weit über romantische Anziehung hinaus – er enthüllt, wie zwei Menschen tatsächlich zusammenleben: ihre täglichen Routinen, die Atmosphäre im Zuhause, die soziale Balance, Gewohnheiten, Bedürfnisse nach Komfort und die langfristige Harmonie des Lebensstils.

Ob für Paare, potenzielle Mitbewohner, Geschäftspartner, die zusammenwohnen, oder einfach nur für Neugierige – dies ist der praktische, bodenständige astrologische Einblick, den Sie benötigen.

Liebe kann Menschen zusammenbringen… aber die Lebensstil-Kompatibilität bestimmt, ob sie glücklich zusammenleben.


Endpunkt

Methode Pfad
GET https://api.numerologyapi.com/api/v1/horoscope/compatibility/lifestyle
POST https://api.numerologyapi.com/api/v1/horoscope/compatibility/lifestyle

Benötigte Header

X-API-Key: YOUR_API_KEY
Content-Type: application/json   (POST only)
Host: api.numerologyapi.com

Sie können sich auch mit Authorization: Bearer YOUR_API_KEY authentifizieren.

Erstellen und verwalten Sie API-Schlüssel im Numerology API Dashboard.


Parameter

Param Typ Erforderlich Beschreibung
dob string Ja Geburtsdatum der Hauptperson (YYYY-MM-DD)
dob_partner string Ja Geburtsdatum des Partners/Person 2 (YYYY-MM-DD)

Der Endpunkt kümmert sich automatisch um die Reihenfolge (A→B oder B→A).


Fügen Sie den optionalen Abfrageparameter lang hinzu, um die Antworten zu lokalisieren. Unterstützte Werte: en, es, de, fr, pt.

Beispielanfragen

GET – Lebensstil-Kompatibilität zwischen Stier und Löwe

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/lifestyle?dob=1992-07-16&dob_partner=1992-07-16&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST – JSON-Body (empfohlen für saubere Integrationen)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/lifestyle?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "dob_partner": "1992-07-16"
}'

Beispielantwort (200 OK)

{
  "match_summary": "Double water—sensitive emotional depth meets sensitive emotional depth in a nurturing, healing household.",
  "match_for": "Cancer and Cancer Lifestyle Compatibility",
  "sign_main": "Cancer",
  "sign_partner": "Cancer",
  "compatibility_score": 92,
  "dynamic_summary": "Two Cancers communicate with incredible emotional depth and intuition. Conversations are deep, meaningful, and focused on feelings and security. Both understand each other’s moods, dreams, and unspoken needs. The risk is that both can be escapist or amplify each other’s sensitivities.",
  "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"
  ],
  "home_environment": "Cozy, secure, and emotionally rich. Both contribute to a sanctuary of comfort and understanding. The home is a refuge of unconditional love and healing.",
  "routine_alignment": "High. Both value emotional consistency and may struggle with change.",
  "social_life_balance": "Both prefer intimate gatherings. Both enjoy hosting with emotional warmth and security.",
  "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.",
  "advice_for_partner": "Cancer’s loyalty is in their emotional support. Your shared intuition is their love language.",
  "warning_signs": [
    "Escaping into fantasy",
    "Neglecting practical needs",
    "Emotional overwhelm",
    "Co-dependency",
    "Amplified anxiety",
    "Avoiding responsibility"
  ],
  "long_term_outlook": "Exceptional. One of the most emotionally and spiritually harmonious households possible.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "ab00abe41930448e",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_compatibility_lifestyle",
    "endpoint_description": "Analyzes lifestyle 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.840953+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": ""
  }
}

Dashboard öffnen


Wichtige Antwortfelder

Feld Beschreibung
compatibility_score Numerischer Harmonie-Score von 0–100 für den Lebensstil
dynamic_summary Überblick über das Lebensstil-Dynamik
strengths Natürliche Flusssituationen im Alltag/Gemeinsam Leben
challenges Gemeinsame Stolpersteine in Gewohnheiten und Erwartungen
home_environment Ideal-Atmosphäre für gemeinsames Wohnen
routine_alignment Wie tägliche Pläne und Routinen zusammenpassen
social_life_balance Ausgewogenheit zwischen sozialer Energie und Erdung
growth_opportunities Möglichkeiten, wie das Paar gemeinsam wachsen und sich verbessern kann
advice_for_main Personalisierte Anleitung für Person 1
advice_for_partner Personalisierte Anleitung für Person 2
warning_signs Warnhinweise, auf die man achten sollte
long_term_outlook Realistisches langfristiges Lebensstil-Potenzial

Zuordnung zu anderen Endpunkten


Pro-Integration

Kombinieren Sie Lebensstil-Kompatibilität mit dem Persönlichen Zyklus-Bericht, um leistungsstarke jährliche Kompatibilitätsvorhersagen zu erstellen: → "Wie wird sich Ihr gemeinsamer Lebensstil im Jahr 2026 entwickeln?" Dieses Kombi ist perfekt für professionelle Beziehungscoaching-Tools, Dating-Apps oder jährliche Paarberichte.


Dieser Endpunkt gehört zur Kategorie Horoskop & Kompatibilität von The Numerology API – Premium-Astrologie- und spirituelle Technologie.