विषय पर बढ़ें

मर्करी रेट्रोग्रेड प्रभाव

मर्करी रेट्रोग्रेड प्रभाव एंडपॉइंट, आपको विस्तृत मार्गदर्शन प्रदान करता है कि मर्करी रेट्रोग्रेड आपके ज्योतिषीय चिन्ह को कैसे प्रभावित कर सकता है। इसमें संचार संबंधी चुनौतियाँ, प्रौद्योगिकी संबंधी त्रुटियाँ, योजना संबंधी कमियाँ, और सामान्य सलाह शामिल हैं ताकि रेट्रोग्रेड अवधि के दौरान नेविगेट किया जा सके।

मर्करी रेट्रोग्रेड के दौरान योजना बनाने, आत्म-जागरूकता बढ़ाने और व्यवधानों को कम करने के लिए उपयोगी।


एंडपॉइंट

विधि पथ
GET https://api.numerologyapi.com/api/v1/horoscope/retrograde/mercury
POST https://api.numerologyapi.com/api/v1/horoscope/retrograde/mercury

क्वेरी पैरामीटर

नाम आवश्यक प्रकार उदाहरण विवरण
dob स्ट्रिंग 1998-04-27 जन्म तिथि को YYYY-MM-DD प्रारूप में। API आपके ज्योतिषीय चिन्ह की गणना करता है और उस चिन्ह के लिए मर्करी रेट्रोग्रेड प्रभाव लौटाता है।

!!! ध्यान दें The dob parameter is required. Missing or invalid input will return a 400 error.


प्रतिक्रियाओं को स्थानीय बनाने के लिए वैकल्पिक lang क्वेरी पैरामीटर जोड़ें। समर्थित मान: en, es, de, fr, pt

उदाहरण अनुरोध

GET अनुरोध

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 अनुरोध

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 — व्यावहारिक और चिंतनशील फोकस क्षेत्र।

संबंधित एंडपॉइंट्स