Mirror Path & Circles¶
Mirror Path는 당신의 Life Path Number의 반사적인 쌍둥이를 나타내며, 영혼의 진동이 다른 주파수에 반영되는 방식을 보여줍니다. 종종 숨겨진 교훈, 카르마적 반영, 그리고 영적인 대칭을 드러냅니다.
이 엔드포인트는 Circles를 소개합니다: 2n + 1 또는 n + 1 + n 공식을 기반으로 하는 반복적인 숫자 순환이며, 숫자가 끊임없이 진화하고 서로 반영되는 방식을 보여줍니다.
💡 Etuge Anselm E가 발견한 혁신적인 수리적 통찰력은 Life Paths가 끝나지 않는다는 것을 보여주며, 대신 무한히 반사되고 연결되며, Mirror Cycles를 통해 진화한다는 것입니다.
엔드포인트 개요¶
| 방법 | 경로 |
|---|---|
| GET | https://api.numerologyapi.com/api/v1/mirror-path |
| POST | https://api.numerologyapi.com/api/v1/mirror-path |
필수 헤더¶
매개변수| 파라미터 | 타입 | 필수 | 설명 |¶
| --------------- | ------ | ---- | --------------------------------------------------------------------------- | | dob | 문자열 | 예 | 생년월일 (YYYY-MM-DD 또는 YYYYMMDD 형식). | | expanded | 불리언 | 아니오 | 참이면, 전체 반사 주기를 및 상세한 의미를 반환합니다. 기본값: false. | | allow_masters | 불리언 | 아니오 | (예약) 마스터 숫자에 대한 추가 지원을 위해 사용됩니다. |
예제 요청 (GET)¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/mirror-path?dob=1992-07-16&expanded=False&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
예제 요청 (POST)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/mirror-path?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"expanded": false
}'
예제 응답 (expanded = true)¶
{
"life_path": 8,
"is_master_number": "no",
"mirror_path": 8,
"mirror_path_meaning": "Unity mirrors itself into the Trinity, first expression of consciousness. It represents the pure source initiating creation through self-reflection.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "42d20c9b03d13313",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "mirror_path",
"endpoint_description": "Analyzes the Mirror Path, showing alternate life expressions.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:36.837309+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": ""
}
}
해석| 측면 | 설명 |¶
| ------------------ | ---------------------------------------------------------------------------------------- | | Life Path | 이 생에서의 근본적인 진동 또는 영적 목적. | | Mirror Path | Life Path가 발전하거나 균형을 이루는 반사 에너지를 나타냅니다 — 숨겨진 또 다른 자신. | | Cycle | 시간을 기준으로 당신의 영혼이 어떻게 변화하는지에 대한 반복되는 숫자 패턴. | | Cycle Keywords | 당신의 반영 원에 있는 각 숫자에 연결된 상징적인 의미. |
예시 인사이트¶
Life Path 3 (The Trinity)는 7 (Mysticism)으로 반사됩니다 — 이는 표현력이 뛰어나고 창의적인 의사소통자가 신성한 내면 성찰과 지혜로 발전한다는 것을 나타냅니다. 여러 생 동안, 이 3-7 축은 기쁨과 깊이, 표현과 침묵, 창조와 사색 사이의 균형을 가르칩니다.
관련 엔드포인트¶
주의사항