天文学の結果¶
天文学の結果 エンドポイントは、惑星の結果 の概念を説明し、各結果が人の人生における新しいサイクルを表していることを強調しています。 結果は、関わる惑星に応じて、個人的な成長、機会、および重要なライフイベントに関する洞察を提供できます。
天文学愛好家、チャート解釈者、または自身の出生図におけるライフサイクルのタイミングを理解したい人にとって最適です。
エンドポイント¶
| メソッド | パス |
|---|---|
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": ""
}
}
!!! 注意レスポンスフィールド:
returns— アストロロジーの結果の名前*definition— 惑星の逆行と人生における意味についての一般的な説明
---* returns_summary — 選択された惑星の帰還に関する詳細な説明
---¶
関連するエンドポイント¶
- [占星術の側面] (./astrology-aspects.md)
---* [占星術のハウス](./astrology-houses.md)