Universal Year¶
Universal Year 엔드포인트는 우주 연도의 수기학적 분석 결과를 반환합니다. 통합에 적합한 파라미터 규칙, 허용되는 옵션 및 응답 예제를 확인하기 위한 페이지입니다.
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/universal-year |
POST | https://api.numerologyapi.com/api/v1/universal-year |
사용 가능성¶
- 인증:
X-API-Key(또는Authorization: Bearer YOUR_API_KEY) - 지원되는
lang값:en,es,de,fr,pt - 접근 채널: 직접 API (
https://api.numerologyapi.com) - RapidAPI 게이트웨이: 확장 엔드포인트에 대한 지원은 현재 없습니다.
매개변수¶
GET 쿼리 매개변수¶
| 매개변수 | 유형 | 필수 | 기본값 | 옵션 | 설명 |
|---|---|---|---|---|---|
target_date | string|null | 아니오 | — | 패턴 ^\d{4}-\d{2}-\d{2}$ | YYYY-MM-DD 형식의 대상 날짜. |
timezone_offset | string | 아니오 | Europe/Paris | IANA 시간대 문자열 (예: Europe/Paris) | IANA 시간대 이름 (예: Europe/Paris). |
lang | string | 아니오 | en | en, es, de, fr, pt | 응답 언어 (지원: en, es, de, fr, pt) |
POST 쿼리 매개변수| 파라미터 | 타입 | 필수 | 기본값 | 옵션 | 설명 |¶
|---|---|---|---|---|---| | lang | string | 아니오 | en | en, es, de, fr, pt | 응답 언어 (지원: en, es, de, fr, pt) |
POST 요청 본문 파라미터¶
| 파라미터 | 타입 | 필수 | 기본값 | 옵션 | 설명 |
|---|---|---|---|---|---|
target_date | string|null | 아니오 | — | 패턴 ^\d{4}-\d{2}-\d{2}$ | 대상 날짜 (YYYY-MM-DD 형식) |
timezone_offset | string | 아니오 | Europe/Paris | IANA 시간대 문자열 (예: Europe/Paris) | IANA 시간대 이름 (예: Europe/Paris). |
응답 예시¶
GET¶
{
"target_date": "2026-02-27",
"timezone": "Europe/Paris",
"calendar_year": 2026,
"universal_year_number": 1,
"meaning": {
"title": "Universal Year 1: Global New Beginnings & Collective Leadership",
"overview": "This year opens a major energetic gate for humanity. It carries the vibration of global leadership, innovation, independent action, and fresh starts. The world may feel a push to break out of outdated systems, launch groundbreaking initiatives, or embrace a spirit of pioneering courage. The universe is asking societies to trust collective instincts, reclaim authority, and move with confidence. This is a year for planting seeds on a global scale, creating forward motion, and setting a stronger tone for the next nine-year cycle.",
"core_energy": "Innovation • Independence • Leadership • Fresh Starts • Courage",
"yearly_theme": "The world resets. A time for humanity to plant new seeds and embrace individual empowerment within the collective.",
"energy_manifestation": [
"A global surge in entrepreneurship and technological breakthroughs",
"New political or social movements challenging the status quo",
"A collective sense of urgency around action and decision-making",
"Increased focus on self-reliance and individual rights worldwide"
],
"opportunities_this_year": [
"Launch initiatives that benefit the collective good",
"Support bold ideas that break free from outdated structures",
"Take personal leadership in your community or industry",
"Strengthen global confidence by acting instead of waiting"
],
"best_actions": [
"Set clear intentions for what you want to see manifest globally",
"Begin projects before you feel fully ready",
"Say yes to initiative and no to unnecessary delay",
"Take responsibility for your impact on the collective field"
],
"watch_out": [
"Global impulsiveness or rushing without grounded planning",
"Ego-driven conflicts, nationalism, or isolationism",
"Starting many global initiatives and finishing none",
"Ignoring diplomatic feedback because of a desire for total control"
],
"love_and_relationships": "Relationships may need more honesty, clarity, and self-respect this year. If single, you may feel drawn toward someone who awakens courage or excitement. If partnered, this is a good year to address what you truly want instead of silently tolerating what no longer fits within the changing world.",
"career_and_money": "A productive year for pitching, initiating, applying, building, and asking for what you deserve. Career momentum improves when you stop hesitating. Financially, make bold but thoughtful choices rather than emotional or ego-driven moves amidst global shifts.",
"spiritual_message": "The collective soul is being reminded that creation begins with decision. Movement creates revelation. When humanity acts from aligned will, life reorganizes around that choice.",
"spiritual_growth_tip": "Start each month by declaring one brave action you will take to support positive change. Let action become your prayer this year.",
"affirmation": "I move forward with courage, clarity, and self-trust. I give myself permission to begin anew."
},
"detailed_meaning": "Universal Year 1 marks a global cycle of new beginnings, innovation, and independent leadership—setting the tone for the next nine years of collective evolution. This is a time when humanity is encouraged to break free from old structures, launch groundbreaking initiatives, and embrace a spirit of pioneering courage. Societal shifts often favor entrepreneurship, technological advancements, and individual empowerment; the world feels ready for a fresh start. However, the shadow side of this energy can manifest as global conflict, ego-driven nationalism, or impatience that rushes progress without planning. Nations and communities may struggle with independence versus isolation. To harmonize with this vibration, focus on initiating positive changes in your own sphere, support bold ideas that benefit the collective, and avoid aggressive competition. When honored, Universal Year 1 becomes a seedbed for the future—reminding us that every era of progress begins with the courage to stand alone and plant new seeds.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "4fa107c731c7503d",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.1",
"endpoint_name": "universal_year",
"endpoint_description": "Computes the Universal Year number and its collective energetic meaning.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:38:14.361585+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": ""
}
}
¶
{
"target_date": "2026-02-27",
"timezone": "Europe/Paris",
"calendar_year": 2026,
"universal_year_number": 1,
"meaning": {
"title": "Universal Year 1: Global New Beginnings & Collective Leadership",
"overview": "This year opens a major energetic gate for humanity. It carries the vibration of global leadership, innovation, independent action, and fresh starts. The world may feel a push to break out of outdated systems, launch groundbreaking initiatives, or embrace a spirit of pioneering courage. The universe is asking societies to trust collective instincts, reclaim authority, and move with confidence. This is a year for planting seeds on a global scale, creating forward motion, and setting a stronger tone for the next nine-year cycle.",
"core_energy": "Innovation • Independence • Leadership • Fresh Starts • Courage",
"yearly_theme": "The world resets. A time for humanity to plant new seeds and embrace individual empowerment within the collective.",
"energy_manifestation": [
"A global surge in entrepreneurship and technological breakthroughs",
"New political or social movements challenging the status quo",
"A collective sense of urgency around action and decision-making",
"Increased focus on self-reliance and individual rights worldwide"
],
"opportunities_this_year": [
"Launch initiatives that benefit the collective good",
"Support bold ideas that break free from outdated structures",
"Take personal leadership in your community or industry",
"Strengthen global confidence by acting instead of waiting"
],
"best_actions": [
"Set clear intentions for what you want to see manifest globally",
"Begin projects before you feel fully ready",
"Say yes to initiative and no to unnecessary delay",
"Take responsibility for your impact on the collective field"
],
"watch_out": [
"Global impulsiveness or rushing without grounded planning",
"Ego-driven conflicts, nationalism, or isolationism",
"Starting many global initiatives and finishing none",
"Ignoring diplomatic feedback because of a desire for total control"
],
"love_and_relationships": "Relationships may need more honesty, clarity, and self-respect this year. If single, you may feel drawn toward someone who awakens courage or excitement. If partnered, this is a good year to address what you truly want instead of silently tolerating what no longer fits within the changing world.",
"career_and_money": "A productive year for pitching, initiating, applying, building, and asking for what you deserve. Career momentum improves when you stop hesitating. Financially, make bold but thoughtful choices rather than emotional or ego-driven moves amidst global shifts.",
"spiritual_message": "The collective soul is being reminded that creation begins with decision. Movement creates revelation. When humanity acts from aligned will, life reorganizes around that choice.",
"spiritual_growth_tip": "Start each month by declaring one brave action you will take to support positive change. Let action become your prayer this year.",
"affirmation": "I move forward with courage, clarity, and self-trust. I give myself permission to begin anew."
},
"detailed_meaning": "Universal Year 1 marks a global cycle of new beginnings, innovation, and independent leadership—setting the tone for the next nine years of collective evolution. This is a time when humanity is encouraged to break free from old structures, launch groundbreaking initiatives, and embrace a spirit of pioneering courage. Societal shifts often favor entrepreneurship, technological advancements, and individual empowerment; the world feels ready for a fresh start. However, the shadow side of this energy can manifest as global conflict, ego-driven nationalism, or impatience that rushes progress without planning. Nations and communities may struggle with independence versus isolation. To harmonize with this vibration, focus on initiating positive changes in your own sphere, support bold ideas that benefit the collective, and avoid aggressive competition. When honored, Universal Year 1 becomes a seedbed for the future—reminding us that every era of progress begins with the courage to stand alone and plant new seeds.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "4fa107c731c7503d",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.1",
"endpoint_name": "universal_year",
"endpoint_description": "Computes the Universal Year number and its collective energetic meaning.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:38:14.361585+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": ""
}
}
참고
This endpoint belongs to the Extended suite and is available through direct API access at https://api.numerologyapi.com. It is currently not supported via the RapidAPI gateway.