콘텐츠로 이동

별자리 운과 재산

Zodiac Sign Money 엔드포인트는 별자리에 기반한 정적 별자리 수준의 재산 및 부 관련 의미를 반환합니다.

/horoscope/sign/* 엔드포인트는 실시간 천문학적 보고가 아닌, 별자리 유형 데이터(별자리 아키텍 형태)에 따른 설명적인 별자리 의미를 반환합니다. 실시간 천문학적 분석을 위해서는, 당사의 최첨단 운세 엔진으로 구동되는 /api/v1/horoscope/reports/* 보고 엔드포인트를 사용하십시오. 경량화된 오픈 소스 엔진은 OpAstro입니다.

엔드포인트

방법 경로
GET https://api.numerologyapi.com/api/v1/horoscope/sign/money
POST https://api.numerologyapi.com/api/v1/horoscope/sign/money

요청 매개변수

GET 쿼리

이름 필수 유형 예시 설명
dob 문자열 1992-07-16 생년월일 (YYYY-MM-DD 형식).

POST 본문

이름 필수 유형 예시 설명
dob 문자열 1992-07-16 생년월일 (YYYY-MM-DD 형식).

선택적 쿼리 매개변수: lang=en|es|de|fr|pt.

요청 본문

이름 필수 유형 예시 설명
dob 문자열 1992-07-16 생년월일 (YYYY-MM-DD 형식).

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"
}'

예시 응답

{
  "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.1",
    "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": ""
  }
}

응답 노트

  • zodiac_signsign_money에 대한 설명적인 내용을 반환합니다.
  • _enterprise_api_metadata_를 추가합니다.
  • 이 엔드포인트는 시간 기반의 트랜짓 출력이 아닌, 결정론적 신호 의미 콘텐츠입니다.

관련 엔드포인트