날짜 의미¶
날짜 의미 엔드포인트는 특정 달의 날짜에 대한 수학적 에너지를 반환합니다. 다음 단계를 수행합니다. 1. YYYY-MM-DD에서 모든 숫자를 추출 2. 합산 3. 결과를 단일 숫자(1–9) 또는 마스터 숫자(11, 22, 33)로 변환
일상 계획, 이벤트 일정, 결혼식, 또는 영적 시점에 유용합니다.
지원되는 마스터 숫자: 11, 22, 33
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/date-meaning |
POST | https://api.numerologyapi.com/api/v1/date-meaning |
참고: POST 요청은 GET과 동일한 경로를 사용합니다.
/post접미사가 없습니다.
필수 헤더¶
Authorization: Bearer YOUR_API_KEY로도 인증할 수 있습니다. [Numerology API 대시보드](https://dashboard.numerologyapi.com에서 API 키를 생성하고 관리합니다.
매개변수¶
| 매개변수 | 유형 | 필수 | 설명 |
|---|---|---|---|
date | 문자열 | 예 | YYYY-MM-DD 형식의 날짜 (예: 2025-11-11) |
응답을 로컬화하기 위해 선택적 매개변수
lang를 추가합니다. 지원되는 값:en,es,de,fr,pt.
예제 요청¶
GET 요청¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/date-meaning?date=2026-02-27&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST 요청 (JSON 본문)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/date-meaning?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"date": "2026-02-27"
}'
응답 예시¶
{
"date": "2026-02-27",
"date_number": 3,
"meaning": {
"title": "Date Number 3: Creativity, Joy & Expressive Flow",
"overview": "Date Number 3 bursts with vibrant, creative, and joyful energy. This day is about self-expression, playfulness, and sharing your light. Your charisma, inspiration, and communication skills are naturally amplified — people are drawn to your enthusiasm and authenticity.",
"core_energy": "Creative • Joyful • Expressive • Social • Optimistic",
"opportunities_on_this_day": [
"Create, write, speak, perform, or share your gifts",
"Socialize, network, or connect with playful energy",
"Express emotions and ideas freely and authentically",
"Celebrate small joys and spread positivity"
],
"best_actions": [
"Do something artistic or expressive (even privately)",
"Share your thoughts, stories, or humor generously",
"Surround yourself with beauty and uplifting people",
"Laugh, play, and enjoy the present moment"
],
"watch_out": [
"Scattered energy or starting too many creative things",
"Avoiding deeper feelings through constant activity",
"Over-sensitivity to criticism of your expression"
],
"spiritual_growth_tip": "Create without self-judgment. When you express freely today, your joy becomes a healing frequency for yourself and everyone around you.",
"affirmation": "I express my light with joy and courage. My creativity uplifts the world today."
},
"detailed_meaning": "Date Number 3 sparkles with high-vibe creativity, joyful expression, and social magnetism—making it an ideal day to share ideas, connect playfully, and infuse your work with imagination, color, and laughter. The universe encourages you to lighten up, speak your truth with flair, and let your natural charm open doors to collaboration, inspiration, or unexpected opportunities. This is a perfect day for performing, writing, teaching, hosting, brainstorming, or any activity that allows you to express your authentic voice and uplift those around you. Success flows when you approach tasks with optimism, humor, and a willingness to engage—your energy today is contagious, so use it to inspire, not just inform. Be cautious of scattered focus that jumps between ideas without completion, or superficial interactions that avoid deeper emotional honesty beneath the sparkle. The shadow side includes using wit to deflect vulnerability, or prioritizing being liked over being real; true creativity thrives in authenticity, not performance. To harmonize with this frequency, schedule time for artistic expression, reach out to friends with genuine warmth, and avoid overly serious or rigid agendas. When channeled consciously, Date 3 becomes a celebration of joy—reminding you that lightness is not frivolous, but a sacred tool for healing and connection.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "165e89d0c3c3b61f",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "date_meaning",
"endpoint_description": "Reveals the numerological meaning and significance of any date.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:27.564059+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": ""
}
}
---## 계산 로직
마스터 숫자: 최종 감소값이 11, 22 또는 33일 경우 보존됩니다.
날짜 번호 의미¶
| 번호 | 키워드 | 가장 적합한 것 |
|---|---|---|
| 1 | 리더십 | 새로운 시작, 결정 |
| 2 | 조화 | 파트너십, 외교 |
| 3 | 창의성 | 표현, 소통 |
| 4 | 구조 | 계획, 업무, 건설 |
| 5 | 변화 | 여행, 모험, 유연성 |
| 6 | 사랑 | 가족, 치유, 보살핌 |
| 7 | 자기 성찰 | 학습, 명상, 연구 |
| 8 | 권력 | 사업, 재정, 야망 |
| 9 | 완료 | 포기, 인도주의적 활동 |
| 11 | 지혜 | 영적인 통찰, 직관 |
| 22 | 마스터 건축가 | 대규모 프로젝트, 유산 |
| 33 | 마스터 교사 | 치유, 가르침, 연민 |
!!! 참고 사항- 입력: 엄격한 YYYY-MM-DD 형식의 date - 계산: - 모든 8자리 숫자 추출 - 합계를 계산하고, reduce_number()을 사용하여 감소 - 11, 22, 33 유지 - 검증: - date 누락 시 → 400로 처리 - 잘못된 형식일 경우 → 422로 처리 - 사용 사례: - 결혼 날짜 선택 - 사업 시작 시점 결정 - 매일의 영적 수행 - 이벤트 계획 - 캐싱: 명시되지 않음 — 기본 동작.