콘텐츠로 이동

개인년

개인년 번호학은 특정 연에 대한 진동 테마를 나타냅니다. 이는 당신의 생일과 월을 목표 년과 함께 사용하여, 다음 사항에 대한 지침을 제공합니다:

  • 기회 및 성장 영역
  • 도전 과제 및 교훈
  • 최적의 행동 및 집중
  • 영적 및 개인적인 조화

당신의 개인년은 앞으로의 연을 이해하고, 프로젝트, 관계, 그리고 개인 개발 계획을 수립하는 데 도움을 줍니다.


엔드포인트

방법 경로
GET https://api.numerologyapi.com/api/v1/personal_year
POST https://api.numerologyapi.com/api/v1/personal_year/post

필수 헤더

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

또한 Authorization: Bearer YOUR_API_KEY을 사용하여 인증할 수 있습니다. 번호학 API 대시보드에서 API 키를 생성하고 관리할 수 있습니다.| 파라미터 | 타입 | 필수 | 기본값 | 설명 | | ----------------- | ------- | ---- | ----- | ---------------------------------------------------------- | | birth_day | 정수 | 예 | — | 생일 (1–31) | | birth_month | 정수 | 예 | — | 출생 월 (1–12) | | prediction_year | 정수 | 예 | — | 개인년을 계산할 연도 (예: 2025) |

응답을 현지화하기 위해 선택적 lang 쿼리 매개변수를 추가합니다. 지원되는 값: en, es, de, fr, pt.

예제 요청

GET 요청

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/personal_year?prediction_year=1992&birth_month=7&birth_day=16&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST 요청 (JSON 본문)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/personal_year/post?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "prediction_year": 1992,
  "birth_month": 7,
  "birth_day": 16
}'

응답 예시

{
  "personal_year_number": 8,
  "summary": {
    "title": "Personal Year 8: Power, Achievement & Material Mastery",
    "overview": "A powerful year of personal authority, financial harvest, and tangible success. After the inner focus of Year 7, the universe rewards your efforts with recognition, abundance, and opportunities to step into your full power. This is the year to claim what you've earned.",
    "core_energy": "Ambitious, powerful, authoritative, abundant, manifesting",
    "opportunities": [
      "Career advancement, promotions, or business growth",
      "Financial rewards and increased prosperity",
      "Stepping into leadership or influential roles",
      "Manifesting long-term goals into reality"
    ],
    "challenges_to_master": [
      "Power struggles or control issues",
      "Workaholism and neglect of personal life",
      "Karmic tests around integrity and ethics",
      "Equating worth with material success"
    ],
    "best_actions": [
      "Take on leadership roles and responsibilities",
      "Manage finances wisely and invest in your future",
      "Step confidently into your power",
      "Use success to uplift others"
    ],
    "spiritual_growth_tip": "Practice generous giving. When you circulate abundance with wisdom and gratitude, your power becomes truly divine.",
    "mantra": "I wield power and abundance with integrity and generosity. Success flows through me to serve the highest good."
  },
  "detailed_meaning": "Personal Year 8 represents material power, ambitious achievement, financial mastery, and the rewards or consequences of efforts from previous years manifesting tangibly. It is a powerful year to pursue career advancement, increase income, achieve recognition, and step into positions of authority and influence confidently. This year brings the harvest of what you've planted in the cycle, offering opportunities for significant material success and leadership roles. Growth comes from embracing your executive abilities, making strategic decisions, managing resources wisely, and using power ethically to benefit others alongside yourself. You're being called to think bigger, take on more responsibility, negotiate confidently, and demonstrate your capability to handle authority and success with integrity. The universe tests whether you've learned to balance material pursuits with spiritual values and whether success has made you compassionate or arrogant. Focus on business expansion, financial planning, career advancement, real estate, investments, or any endeavor requiring executive leadership and strategic thinking. Challenges include workaholism destroying relationships and health, authoritarian tendencies disrespecting others, greed or excessive focus on material gain, and believing that power makes you superior to others; maintaining work-life balance, remembering that greatest leaders serve first, using success to uplift others, and balancing ambition with love and spiritual awareness strengthens your leadership abilities and maximizes this powerful year of achievement that can establish your material security and professional legacy when approached with wisdom and integrity.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "0e3ad19ed703d236",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "personal_year",
    "endpoint_description": "Calculates the Personal Year number for understanding current year's energy and themes.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:40.280682+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": ""
  }
}

대시보드 열기


!!! 참고 사항 입력에는 생년월일, 출생 년도예측 년도가 포함되어야 합니다. * 개인 연도 번호는 1부터 9까지이며, 이는 핵심 연간 진동을 나타냅니다. * 마스터 숫자 (11, 22, 33)는 이 엔드포인트에서 사용되지 않습니다.* * 계획 수립, 개인 성장, 경력 결정 및 영적 정렬에 도움이 됩니다.

관련 엔드포인트