विषय पर बढ़ें

ज्योतिष परिणाम

"ज्योतिष परिणाम" एंडपॉइंट, ग्रहों के रिटर्न की अवधारणा को समझाता है। यह बताता है कि प्रत्येक रिटर्न किसी व्यक्ति के जीवन में एक नई अवधि का प्रतिनिधित्व करता है। रिटर्न व्यक्तिगत विकास, अवसरों और महत्वपूर्ण जीवन घटनाओं पर जानकारी प्रदान कर सकते हैं, जो शामिल ग्रह पर निर्भर करते हैं।

यह उन लोगों के लिए एकदम सही है जो ज्योतिष, चार्ट व्याख्या या अपने जन्म चार्ट में जीवन चक्रों के समय को समझने में रुचि रखते हैं।


एंडपॉइंट

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

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

नाम आवश्यक प्रकार उदाहरण विवरण
returns स्ट्रिंग solar ज्योतिष परिणाम का नाम। समर्थित मान: solar, lunar, mercury, venus, mars, jupiter, saturn

!!! ध्यान दें Missing or invalid parameters will return a 400 error.
Both GET and POST methods are supported.


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

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

GET अनुरोध

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/horoscope/astrology/returns?returns=solar&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

POST अनुरोध

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/astrology/returns?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "returns": "solar"
}'

उदाहरण प्रतिक्रिया

{
  "return_type": "solar",
  "full_name": "Solar Return",
  "cycle_duration": "≈1 year (exact birthday to next birthday)",
  "symbolic_meaning": "Annual rebirth of the Sun — your personal New Year chart",
  "what_it_activates": "Core identity, life purpose, vitality, conscious direction for the coming year",
  "key_themes": [
    "Overall tone of the year",
    "Where you shine / seek recognition",
    "Major focus areas (look at SR Ascendant + Sun house)"
  ],
  "psychological_focus": "Evolving sense of self, confidence levels, how you want to be seen",
  "spiritual_growth_opportunity": "Aligning ego with soul purpose, stepping into authentic leadership",
  "common_challenges_shadow": [
    "Ego inflation/deflation",
    "Burnout from over-identification with external success",
    "Fear of not being 'enough'"
  ],
  "highest_expression": "Radiant authentic presence, joyful creative contribution",
  "affirmation": "I shine from my true center. This year I live my purpose with courage and joy.",
  "recommended_rituals_practices": [
    "Cast & interpret Solar Return chart near birthday",
    "Sun salutations on birthday",
    "Golden candle ritual for vitality",
    "Vision board for the year ahead"
  ],
  "common_challenges": [
    "Ego inflation/deflation",
    "Burnout from over-identification with external success",
    "Fear of not being 'enough'"
  ],
  "recommended_practices": [],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "90f458dfe1aafa13",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "horoscope_astrology_returns",
    "endpoint_description": "Calculates planetary returns (Solar, Lunar, etc.).",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:50.607044+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": ""
  }
}

---Open Dashboard


Note

प्रतिक्रिया फ़ील्ड:


  • returns — Name of the astrology return
  • definition — ग्रहों के वापसी और जीवन के महत्व की सामान्य व्याख्या

---* returns_summary — चयनित ग्रहों के वापसी का विस्तृत विवरण

---