Transit – 신체, 정신 및 영적 순환¶
Transit는 세 가지 수준의 의식에서 나타나는 현재 영향 순환을 보여줍니다:
- 신체 – 건강, 에너지, 물질적 영향
- 정신 – 사고, 계획, 학습
- 영적 – 직관, 영적 성장, 내면 지혜
참고: 마스터 (11, 22, 33)는 Transit 계산에서 지원되지 않습니다.
엔드포인트¶
| 방법 | 경로 |
|---|---|
GET | https://api.numerologyapi.com/api/v1/transits |
POST | https://api.numerologyapi.com/api/v1/transits |
필수 헤더¶
또한
Authorization: Bearer YOUR_API_KEY을 사용하여 인증할 수 있습니다.Numerology API 대시보드에서 API 키를 생성하고 관리합니다.| 파라미터 | 타입 | 필수 여부 | 설명 | | ----------- | ------- | -------- | ----------------------------------------------------------------------------------- | |
full_name| 문자열 | 예 | 사람의 전체 이름 (예:"Alexander Graham Bell"). | |dob| 문자열 | 아니오 |YYYY-MM-DD형식의 생년월일 (만약age가 제공되지 않으면 나이를 계산하는 데 사용). | |age| 정수 | 아니오 | 현재 나이.dob에서 파생된 나이를 덮어씁니다. 음수가 될 수 없습니다. | |num_sys| 문자열 | 아니오 | 선택적인 번체 시스템. 지원되는 값:pythagorean,chaldean,vedic. 기본값은pythagorean입니다. |둘 중 하나를 제공해야 합니다 (둘 다 제공하지 않는 경우).
dob또는age응답을 로컬화하기 위한 선택적인
lang쿼리 매개변수를 추가합니다. 지원되는 값:en,es,de,fr,pt.
예제 요청¶
GET 요청¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/transits?full_name=John+Alan+Doe&dob=1992-07-16&age=30&lang=en&num_sys=pythagorean" \
--header "X-API-Key: YOUR_API_KEY"
POST 요청 (JSON 본문)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/transits?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"full_name": "John Alan Doe",
"dob": "1992-07-16",
"age": 30,
"num_sys": "pythagorean"
}'
응답 예시¶
{
"numerology_system": "pythagorean",
"full_name": "John Alan Doe",
"current_age": 30,
"current_transits": {
"physical": {
"letter": "H",
"value": 8,
"plane": "Physical",
"duration_years": 8,
"meaning": "Power, abundance, and karmic mastery. A potent cycle to achieve, lead, and manifest material success that serves both your soul and the collective good.",
"detailed_meaning": "The transit of Number 8 activates a karmic phase of achievement, authority, and the responsible use of power to build legacy, abundance, and influence that serves generations. This is a time to handle finances, negotiate deals, lead teams, or take strategic steps toward long-term goals—knowing that your efforts now carry unusual momentum and potential for tangible results. You may feel called to step into positions of greater responsibility, wield resources wisely, and align your ambitions with higher principles so success becomes a platform for generosity, not just personal gain. However, this energy may challenge you with workaholism that sacrifices health or relationships, equating self-worth with status, or misusing authority out of fear rather than service. Karmically, this transit affirms that abundance is your birthright when earned with integrity—and that your greatest wealth is measured not just in assets, but in lives empowered and legacy built ethically. Your greatest alignment comes from leading with generosity—building empires that empower, not just enrich, and measuring success by how many you uplifted along the way. Guard against control by practicing delegation with trust—empower others to rise alongside you, knowing that true power includes lifting as you climb. When honored with humility, Transit 8 becomes a forge of principled mastery—proving that heaven’s blessings flow not to the greedy, but to those brave enough to build wisely, give generously, and lead with integrity."
},
"mental": {
"letter": "A",
"value": 1,
"plane": "Mental",
"duration_years": 1,
"meaning": "Initiation, leadership, and new beginnings. A powerful call to step forward with confidence and claim your unique path as a pioneer.",
"detailed_meaning": "The transit of Number 1 activates a potent cycle of self-reliance, original vision, and bold action—inviting you to initiate what only you can begin. This is not a time for consensus or waiting; the universe supports your solo ventures, fresh ideas, and the courage to stand alone when necessary. You may feel an inner push to assert your identity, launch a project, or redefine your direction without external validation or permission. However, this energy may challenge you with impatience that rushes outcomes before foundations are laid, or the shadow of independence that isolates rather than inspires. Karmically, this transit teaches that true leadership includes humility—to lead not to dominate, but to create space for others to find their own strength through your example. Your greatest alignment comes from acting on your inner conviction, even when the path is uncharted, trusting that momentum builds from motion, not perfection. Guard against arrogance by asking: 'Am I leading to serve, or to be seen?'—then choose actions that empower, not just impress. When honored wisely, Transit 1 becomes a spark of transformation—proving that every great journey begins with the quiet courage to say 'I begin.'"
},
"spiritual": {
"letter": "D",
"value": 4,
"plane": "Spiritual",
"duration_years": 4,
"meaning": "Structure, discipline, and building foundations. A grounded phase to organize, plan, and create lasting security through consistent, reliable effort.",
"detailed_meaning": "The transit of Number 4 anchors you in the element of earth—calling you to build, organize, and attend to the foundational details that create stability in all areas of life. This is a time for methodical work, routine, and the quiet satisfaction of knowing your efforts today will support you (and others) for years to come. You may feel drawn to tidy your environment, update systems, manage finances, or tackle administrative tasks that have been lingering—progress may feel slow, but it’s deeply significant. However, this energy may challenge you with rigidity that resists necessary change, or equating your worth solely with productivity to the point of burnout and self-neglect. Karmically, this transit teaches that true security includes flexibility—that even the strongest structures must breathe to withstand life’s inevitable storms, and that rest is renewal, not laziness. Your greatest alignment comes from honoring the process, not just the outcome—trusting that disciplined action, however modest, compounds into legacy over time. Guard against control by embracing 'flexible frameworks'—design systems that hold space for growth, adaptation, and human imperfection without collapsing. When honored wisely, Transit 4 becomes the bedrock of sustainable success—proving that the most enduring contributions are built not in haste, but with unwavering integrity, one brick at a time."
}
},
"cycle_summary": "You are in a 8-year Physical cycle of power, abundance, and karmic mastery. a potent cycle to achieve, lead, and manifest material success that serves both your soul and the collective good. (H), a 1-year Mental cycle of initiation, leadership, and new beginnings. a powerful call to step forward with confidence and claim your unique path as a pioneer. (A), and a 4-year Spiritual cycle of structure, discipline, and building foundations. a grounded phase to organize, plan, and create lasting security through consistent, reliable effort. (D). This is a time of building, letting go, and awakening.",
"note": "Transits are derived from the letters in your names—first, middle, and last—each reflecting a level of consciousness: physical, mental, and spiritual.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "d7b8e35647cfa8ca",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "transits",
"endpoint_description": "Calculates Transit numbers showing influences of letters in your name over time.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:43.992225+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)는 이 엔드포인트에서 무시됩니다.
- 개인적인 성장, 주기 인식, 그리고 영적 코칭에 유용합니다.