Zum Inhalt

Aszendenthäuser

Der Endpunkt Aszendenthäuser bietet Einblicke in die 12 Aszendenthäuser der Astrologie, erklärt, wie jedes Haus verschiedene Lebensbereiche regiert und die damit verbundenen planetarischen Einflüsse.

Ideal für Astrologie-Enthusiasten, Chart-Interpreter und alle, die die in ihrer Geburtstagskarte reflektierten Lebensthemen verstehen möchten.


Endpunkt

Methode Pfad
GET https://api.numerologyapi.com/api/v1/horoscope/astrology/house
POST https://api.numerologyapi.com/api/v1/horoscope/astrology/house

Abfrageparameter

Name Erforderlich Typ Beispiel Beschreibung
house String eighth Name des Aszendenthauses. Unterstützte Werte: first, second, third, fourth, fifth, sixth, seventh, eighth, ninth, tenth, eleventh, twelfth.

Anmerkung

Fehlende oder ungültige Parameter führen zu einem Fehler 400. Sowohl die GET- als auch die POST-Methoden werden unterstützt.


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

Beispielanfragen

GET-Anfrage

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/astrology/house?house=first&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST-Anfrage

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/astrology/house?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "house": "first"
}'

Beispielantwort

{
  "house": "First House",
  "house_number": 1,
  "natural_sign": "Aries",
  "natural_ruler": "Mars",
  "angularity": "Angular",
  "house_keywords": "self, physical body, appearance",
  "house_overview": {
    "house_number": 1,
    "name": "First House",
    "alternative_names": [
      "Ascendant",
      "Rising Sign",
      "House of Self"
    ],
    "natural_sign": "Aries",
    "natural_ruler": "Mars",
    "modern_ruler": "Mars",
    "angularity": "Angular",
    "elemental_quality": "Fire / Cardinal / Personal Identity",
    "core_themes": [
      "Self-image",
      "Physical appearance",
      "First impressions",
      "Vitality",
      "Approach to life",
      "Personal identity",
      "How others perceive you"
    ],
    "psychological_dimension": "The mask we wear, the persona, the 'I am' statement, sense of self-existence",
    "spiritual_dimension": "The soul's entry point into incarnation, the vehicle for divine expression",
    "body_parts": "Head, face, brain, eyes, overall physical constitution",
    "key_life_areas": "Birth, beginnings, new cycles, personal initiative, how you start things",
    "archetype": "The Warrior / The Pioneer / The Individual",
    "common_challenges_shadow": [
      "Self-centeredness",
      "Aggressiveness",
      "Impatience",
      "Identity crisis",
      "Low self-esteem",
      "Over-identification with appearance"
    ],
    "highest_expression": "Authentic self-expression, courageous leadership, radiant presence, fearless individuality",
    "affirmation": "I am a unique expression of divine life. I step boldly into my authentic presence.",
    "recommended_practices": [
      "Mirror work (self-recognition)",
      "Head & face massage / cranial sacral therapy",
      "Warrior poses (yoga)",
      "Personal style & wardrobe rituals",
      "Daily 'I AM' affirmations"
    ]
  },
  "house_summary": "The First House is ruled by powerful, masculine Mars and the zodiac sign on the cusp (starting edge) of this house is referred to as your rising sign, or ascendant sign. This is the zodiac sign that was rising on the Eastern horizon at the exact moment of your birth. The First House also corresponds with the first zodiac sign, Aries. It’s easiest to think of this house as when the sun rose at the beginning of your life. Of the 12 houses in the zodiac, this is the House of Self, and reveals insight about our appearance, ego, drive, self-image, and personal views. Any planets in this house (either in your birth chart or when transiting) will greatly influence your personality and how others perceive you. \nFittingly, the First House also covers all the “firsts” in life—think first impressions, taking the initiative, fresh starts and new beginnings. These new beginnings relate to you as an individual and ask questions like: Who are you? What is your potential? Who will you eventually become? What is the best path for you to take to be as successful as possible? The First House is all about not only reaching your ultimate personal potential, but also taps into how you can uniquely contribute to the world. \nThis area of the birth chart can also offer insight on your early childhood experience, leadership abilities, self-expression and is the mask you wear when you first meet others.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "4c0409d481fa938e",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_astrology_house",
    "endpoint_description": "Provides detailed astrological house interpretation.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:48.753128+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


Anmerkung

Antwortfelder:

  • house — Name des Aszendenthauses
  • house_overview — Kurzbeschreibung der wichtigsten Themen für das Haus
  • house_summary — Detaillierte Erklärung des Hauses, der Herrschaft und des Einflusses auf das Leben

Verwandte Endpunkte