Zum Inhalt

Sternzeichen-Finanzen

Der Endpunkt „Zodiac Sign Money“ gibt statische, sign-spezifische Bedeutungen und Vermögenswerte zurück, die auf Sternzeichen basieren.

Dieser /horoscope/sign/* Endpunkt gibt deskriptive Bedeutungen von Sternzeichen zurück (Daten über das Sternzeichen-Archetyp), nicht Live-astrologische Berichte. Für Live-astrologische Lesungen verwenden Sie die Endpunkte /api/v1/horoscope/reports/*, die von unserem fortschrittlichen Horoskop-Engine betrieben werden. Die leichte, Open-Source-Engine ist OpAstro.

Endpunkt

Methode Pfad
GET https://api.numerologyapi.com/api/v1/horoscope/sign/money
POST https://api.numerologyapi.com/api/v1/horoscope/sign/money

Anfrageparameter

GET-Abfrage

Name Erforderlich Typ Beispiel Beschreibung
dob Ja string 1992-07-16 Geburtsdatum im Format YYYY-MM-DD.

POST-Body

Name Erforderlich Typ Beispiel Beschreibung
dob Ja string 1992-07-16 Geburtsdatum im Format YYYY-MM-DD.

Optionaler Abfrageparameter: lang=en|es|de|fr|pt.

Anfrage-Body

Name Erforderlich Typ Beispiel Beschreibung
dob Ja string 1992-07-16 Geburtsdatum im Format YYYY-MM-DD.

Beispielanfragen

GET

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

POST

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

Beispielantwort

{
  "zodiac_sign": "Cancer",
  "sign_money": {
    "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",
    "money_style": "Cancer builds wealth through intuition, family, home, and emotional security—money must feel safe.",
    "money_overview": "Money is protection for themselves and their loved ones—a nest egg that lets them nurture without fear.",
    "money_summary": "They often inherit, marry into, or build wealth through real estate and family businesses. Their shadow is mood-based spending or holding money too tightly out of fear. Spiritually, Cancer learns that true security comes from within—money is a tool, not a shell.",
    "money_strengths": [
      "Intuitive investor",
      "Real estate genius",
      "Protective saver",
      "Family wealth builder",
      "Feels market emotions"
    ],
    "money_challenges": [
      "Fear-based holding",
      "Emotional spending",
      "Guilt around wealth",
      "Lends too easily",
      "Secret accounts"
    ],
    "wealth_approach": "Real estate, silver, family businesses, antiques, home-based income, nurturing industries (food, childcare, therapy).",
    "saving_style": "Multiple hidden savings—rainy day funds, college funds, “just in case” funds.",
    "giving_style": "Deeply generous to family and close ones—pays rent, buys homes, supports silently.",
    "financial_affirmation": "I am safe and abundant. Money protects and nurtures my dreams.",
    "spiritual_money_lesson": "Wealth flows when fear dissolves—true security is emotional, not just financial.",
    "sign_number": 4
  },
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "de3aa8b3da97c34a",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_sign_money",
    "endpoint_description": "Provides money 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.631576+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": ""
  }
}

Antworthinweise

  • Gibt zodiac_sign sowie sign_money mit beschreibendem Inhalt zurück.
  • Fügt _enterprise und _api_metadata_ hinzu.
  • Dieser Endpunkt liefert deterministische, zeitgesteuerte Transit-Ausgaben.

Verwandte Endpunkte