تأثيرات عودة زحل¶
يوفر نقطة النهاية "تأثيرات عودة زحل" إرشادات حول عودة زحل الفلك بالنسبة لعلامتك الشمسية. يغطي تعريف، ونصائح للتحضير، وموقع المنزل، وتلخيص موجز للإرجاع لتسهيل التنقل في هذه الفترة الكارزمية.
مفيد لفهم التحولات في الحياة والمسؤوليات والنمو الشخصي خلال عودة زحل.
نقطة النهاية¶
| الطريقة | المسار |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/saturn/returns |
POST | https://api.numerologyapi.com/api/v1/horoscope/saturn/returns |
معلمات الاستعلام¶
| الاسم | مطلوب | النوع | مثال | الوصف |
|---|---|---|---|---|
dob | ✅ | سلسلة | 1998-04-27 | تاريخ الميلاد بتنسيق YYYY-MM-DD. تحسب واجهة برمجة التطبيقات علامة زوداك الخاصة بك وتقدم رؤى حول عودة زحل لتلك العلامة. |
ملاحظة
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/saturn/returns?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/saturn/returns?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16"
}'
مثال استجابة¶
{
"sign_name": "Cancer",
"sign_symbol": "♋",
"saturn_return_in_this_sign": "Saturn Return in Cancer",
"age_range_approx": "28–30, 58–60, 88–90",
"life_phase_theme": "Building inner emotional security instead of external protection",
"core_maturity_lesson": "Healthy boundaries in nurturing — caring without losing self",
"psychological_shift": "From clingy / defensive → secure, compassionate, emotionally sovereign",
"what_gets_tested": "Family enmeshment, fear of abandonment, mood-driven withdrawal",
"common_challenges_shadow": [
"Emotional manipulation",
"Victim/martyr patterns",
"Fear of independence"
],
"highest_expression": "Wise nurturer, emotional anchor, creator of safe sacred space",
"birthday_cycle_affirmation": "I am my own safe home. I nurture myself and others with clear boundaries.",
"recommended_rituals_practices": [
"Moon-bathing + boundary visualization",
"Inner-child re-parenting letters",
"Salt baths for emotional clearing",
"Family/systems constellation work",
"Chest/heart opening stretches"
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "3ebc3348eca9882c",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_saturn_returns",
"endpoint_description": "Calculates and interprets Saturn return periods.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:51.041467+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": ""
}
}
ملاحظة
حقول الاستجابة:* definition — شرح موجز لمفهوم عودة زحل. * preparing — نصائح حول كيفية الاستعداد لهذه الفترة الكارמית. * return_house — البيت الذي تحدث فيه عودة زحل في الخريطة الفلكية. * return_sign — برج زودياك عودة زحل. * returns_summary — نظرة عامة موجزة على تأثيرات وعبر عودة زحل.