천사 숫자 동시성¶
천사 숫자 동시성 엔드포인트는 반복적으로 보이는 숫자(시계, 번호판, 영수증 등)를 분석하고 영적인 패턴을 감지합니다: - 반복되는 (예: 111, 4444) - 대칭적인 (예: 121, 1221, 123321) - 순차적인 (예: 123, 987)
그런 다음 숫자를 핵심 진동(1–9, 11, 22, 33)으로 줄이고 다음과 같은 내용을 제공합니다: - 기본 천사 숫자 의미 - 패턴 기반의 향상된 동시성 메시지
마스터 넘버 유지: 11, 22, 33
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/angel-number-sync |
POST | https://api.numerologyapi.com/api/v1/angel-number-sync |
참고: POST는 GET과 동일한 경로를 사용 —
/post접미사가 없습니다.
필수 헤더¶
Authorization: Bearer YOUR_API_KEY로도 인증할 수 있습니다. 천사 숫자 대시보드에서 API 키를 생성하고 관리합니다.
매개변수¶
| 매개변수 | 유형 | 필수 | 설명 |
|---|---|---|---|
number | 문자열 | 예 | 숫자 문자열 (예: "111", "1234", "1221"). |
숫자만 — 숫자가 아닌 문자는 거부됩니다.> 응답을 현지화하기 위해 선택적인
lang쿼리 매개변수를 추가합니다. 지원되는 값:en,es,de,fr,pt.
예제 요청¶
GET 요청¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/angel-number-sync?number=1234&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST 요청 (JSON 본문)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/angel-number-sync?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"number": "1234"
}'
응답 예시¶
{
"number": 1234,
"reduced_number": 1,
"base_meaning": {
"title": "Angel Number 1 – The Spark of New Beginnings",
"overview": "Angel Number 1 is the powerful signal that you are entering (or already in) a phase of fresh starts, independence, and self-leadership. Your guides are reminding you: You are the creator of your reality. Trust your instincts, step forward boldly, and know that the universe is backing your solo journey right now.",
"core_message": "Initiation • Independence • Leadership • Originality • Confidence",
"what_your_guides_are_saying": [
"You are being called to trust yourself completely.",
"A new chapter, idea, or path is opening — take the first step.",
"Stop waiting for permission. Your vision is valid and divinely supported.",
"Release fear of standing alone — your individuality is your greatest strength."
],
"emotional_spiritual_guidance": "This number often appears when you're doubting your own power or hesitating to begin something important. It is a loving cosmic 'green light' — go for it. The energy is on your side.",
"practical_action_steps": [
"Start that project, conversation, or personal goal today.",
"Affirm your independence and self-worth daily.",
"Make at least one bold decision this week without overthinking.",
"Visualize your desired outcome and take the first small action toward it."
],
"affirmation": "I am the divine creator of my reality. I lead with courage, clarity, and unshakeable confidence.",
"when_you_most_need_this_number": "When feeling stuck, dependent, or afraid to stand in your truth."
},
"base_detailed_meaning": "Angel Number 1 is a powerful divine nudge toward self-leadership, originality, and the courageous initiation of new chapters aligned with your soul’s purpose. The angels affirm that you are being called to step fully into your autonomy—not out of ego, but from a place of sacred trust in your unique path and inner wisdom. This number signals that the universe supports your fresh starts, bold ideas, and solo ventures; now is the time to act on that quiet knowing you’ve been ignoring. However, be mindful of impatience that rushes outcomes before foundations are laid, or the shadow of independence that isolates when collaboration would serve better. Your angels remind you that true leadership includes humility—to inspire without dominating, and to recognize that your light gives others permission to shine too. Take one small, decisive action today that aligns with your vision, even if no one else sees its value yet; momentum builds from motion, not consensus. This is not just a sign of new beginnings, but a confirmation that you already hold everything needed to create what your heart desires. When embraced with faith, Angel Number 1 becomes a beacon of inspired action—proving that every great legacy begins with the quiet courage to say 'I begin.'",
"synchronicity": {
"type": "sequence",
"description": "The sequential flow within 1234 (e.g., 123, 456) signifies divine order, progressive evolution, and step-by-step alignment. It reflects that you are on a path of incremental growth connected to **Angel Number 1 – The Spark of New Beginnings**, and the angels are affirming that each small choice matters. This synchronicity reassures you that even if progress feels slow or invisible, momentum is building beneath the surface. It may also indicate a need to re-sequence your priorities—ensuring your actions follow a logical, heart-aligned progression rather than chaotic leaps. Trust the process; do not rush the outcome. The universe rewards patience paired with consistent, conscious movement.",
"guidance_prompt": "Am I honoring the natural sequence of my growth around initiation • independence • leadership • originality • confidence? Where might I be skipping essential steps—or resisting necessary pauses?",
"energetic_quality": "progressive, orderly, encouraging",
"common_contexts": [
"career development",
"skill mastery",
"healing journeys",
"manifestation cycles"
]
},
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "2c5aaed6d160e178",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "angel_number_sync",
"endpoint_description": "Analyzes angel number synchronicities and their spiritual messages.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:24.031933+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": ""
}
}
패턴 유형¶
| 유형 | 예시 | 의미 |
|---|---|---|
repeating | 111, 5555 | 강화된 에너지 — 긴급한 신성 메시지 |
mirrored | 121, 3443 | 균형 및 반사 — 카르마 정렬 |
sequence | 123, 987 | 진보 및 흐름 — 당신은 올바른 길에 있습니다 |
standard | 142, 809 | 미묘한 안내 — 핵심 분위기에 주의를 기울이세요 |
주요 천사 숫자 의미| 번호 | 키워드 | 메시지 |¶
|---|---|---| | 1 | 새로운 시작 | 자신감을 가지고 나아가세요 | | 2 | 믿음과 신뢰 | 인내심을 가지세요 – 신의 때에 맞춰 | | 3 | 창의성 | 즐겁게 자신을 표현하세요 | | 4 | 안정 | 강력한 기반을 구축하세요 | | 5 | 변화 | 변신을 받아들이세요 | | 6 | 사랑과 조화 | 관계를 키우세요 | | 7 | 영적 깨달음 | 내면의 지혜를 찾으세요 | | 8 | 풍요 | 재정적 및 개인적인 성공 | | 9 | 완성 | 놓아주고 봉사하세요 | | 11 | 직관 | 당신의 내면의 목소리에 귀 기울이세요 | | 22 | 마스터 빌더 | 꿈을 현실로 만드세요 | | 33 | 마스터 튜터 | 연민으로 다른 사람들을 안내하세요 |
참고
- 감소: 숫자 합 → 1–9 또는 마스터 숫자로 반복될 때까지.
- 예:
1221→ 1+2+2+1 = 6 - 마스터 숫자: 11, 22, 33 보존.
- 검증:
- 누락된
number→400 - 숫자가 아닌 경우 →
422 - 사용 사례: 천사 숫자 앱, 매일의 안내, 영적 일기.
- 캐싱: 명시되지 않음 – 기본 동작.