머큐리 역행의 영향¶
금성 역행 효과 엔드포인트는 금성 역행이 당신의 별자리에 어떤 영향을 미칠 수 있는지에 대한 자세한 지침을 제공합니다.이 문서는 금성의 역행 기간을 헤쳐나가는 데 필요한 의사소통 문제, 기술적 오류, 계획상의 함정, 그리고 일반적인 조언을 다룹니다.
금성 역행 시 계획 수립, 자기 인식, 그리고 혼란을 최소화하는 데 유용합니다.
엔드포인트¶
| 방법 | 경로 ||--------|------| | GET | https://api.numerologyapi.com/api/v1/horoscope/retrograde/mercury | | POST | https://api.numerologyapi.com/api/v1/horoscope/retrograde/mercury |
쿼리 매개변수¶
| Name | Required | Type | Example | Description |
|---|---|---|---|---|
dob | ✅ | String | 1998-04-27 | Date of birth in YYYY-MM-DD format. The API calculates your zodiac sign and returns Mercury retrograde effects for that sign. |
주의사항
--- The dob parameter is required. Missing or invalid input will return a 400 error.
선택적으로
lang쿼리 매개변수를 추가하여 응답을 로컬화합니다. 지원되는 값:en,es,de,fr,pt.
예시 요청¶
GET 요청¶
---```bash curl --request GET \ --url "https://api.numerologyapi.com/api/v1/horoscope/retrograde/mercury?dob=1992-07-16&lang=en" \ --header "X-API-Key: YOUR_API_KEY"
### POST 요청
---
```bash
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/retrograde/mercury?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16"
}'
예시 응답¶
{
"sign_name": "Cancer",
"sign_symbol": "♋",
"mercury_return_in_this_sign": "Mercury Return in Cancer",
"mental_communication_theme": "Emotional, intuitive, memory-rich speech — speaking from the heart, nurturing words",
"key_learning_focus": "Expressing feelings clearly, trusting emotional intelligence, protecting inner world without shutting down",
"psychological_shift": "From mood-driven silence → safe, heartfelt, protective expression",
"communication_style_upgrade": "From indirect hints → gentle, empathetic, deeply connecting words",
"potential_shadow": "Passive-aggressive tone, holding grudges in memory, emotional manipulation",
"highest_potential": "Healer with words, storyteller of the heart, safe space creator through speech",
"birthday_year_affirmation": "My words carry love and emotional truth. I speak from safety and strength.",
"recommended_rituals": [
"Moon journaling (write feelings then speak them aloud)",
"Heart-throat chakra bridge meditation",
"Nurturing voice recordings to self",
"Family storytelling nights"
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "f548ce45827a7b37",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_retrograde_mercury",
"endpoint_description": "Provides Mercury retrograde information and effects.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:50.196308+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": ""
}
}
참고
응답 필드:
sign_name/sign_symbol— 제공된 생년월일로부터 파생된 별자리 정보.mental_communication_theme,key_learning_focus,communication_style_upgrade— 핵심적인 역행 관련 커뮤니케이션 지침.potential_shadow,highest_potential,birthday_year_affirmation,recommended_rituals— 실용적이고 성찰적인 집중 영역.