Efekty powrotu Saturna¶
Skutki powrotu Saturna – ten punkt końcowy dostarcza wskazówek dotyczących astrologicznego powrotu Saturna dla Twojego znaku zodiaku.It covers definition, preparing tips, house placement, and a concise returns summary for navigating this karmic period.
> Przydatne do zrozumienia zmian życiowych, obowiązków i rozwoju osobistego podczas powrotów Saturna.¶
Punkt końcowy¶
| Metoda | Ścieżka ||--------|------| | GET | https://api.numerologyapi.com/api/v1/horoscope/saturn/returns | | POST | https://api.numerologyapi.com/api/v1/horoscope/saturn/returns |
Parametry zapytania¶
| Nazwa | Wymagane | Typ | Przykład | Opis ||------|-----------|------|---------|-------------| | dob | ✅ | String | 1998-04-27 | Date of birth in YYYY-MM-DD format. The API calculates your zodiac sign and provides Saturn return insights for that sign. |
!!! Uwaga The dob parameter is required. Missing or invalid input will return a 400 error.
Add the optional
langquery parameter to localize responses. Supported values:en,es,de,fr,pt.
Przykładowe żądania¶
Żądanie GET```bash¶
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"
### Żądanie POST
```bash
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"
}'
Przykładowa odpowiedź¶
{
"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": ""
}
}
!!! UwagaPola odpowiedzi: * definition — Krótkie wyjaśnienie powrotu Saturna. * preparing — Wskazówki dotyczące przygotowania się na ten okres karmiczny. * return_house — Dom, w którym zachodzi powrót Saturna w wykresie urodzeniowym. * return_sign — Znac znak zodiaku, w którym zachodzi powrót Saturna. * returns_summary — Zwięzły przegląd skutków i lekcji związanych z powrotem Saturna.