コンテンツにスキップ

今日の健康に関する未来占

今日の健康に関する未来占 エンドポイントは、エンジンによって生成された health の日次レポートを tomorrow に返します。

言語: 英語のみ (現在)

言語サポート: このエンジンによる /api/v1/horoscope/reports/* エンドポイントは、現在英語のみをサポートしています (lang=en)。

エンドポイント

メソッド パス
POST https://api.numerologyapi.com/api/v1/horoscope/reports/health/daily/tomorrow

リクエストボディ| 名前 | 必須 | タイプ | 例 | 説明 |

|---|---|---|---|---| | dob | はい | 文字列 | 1992-07-16 | Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2} | | timezone | いいえ | 文字列 | America/New_York | IANA timezone used to resolve period anchors accurately. Default: UTC | | include_snapshot | いいえ | ブール (オプション) | - | コンパクトモードの切り替え。スナップショットブロックを除外するために、false に設定します。 | | include_positions | いいえ | ブール (オプション) | - | コンパクトモードの切り替え。位置配列を除外するために、false に設定します。 | | zodiac_system | いいえ | 文字列 (オプション) | tropical | Zodiac computation mode. Allowed: 太陽中心, 地球中心 | | ayanamsa | いいえ | 文字列 (オプション) | lahiri | Sidereal ayanamsa system. Allowed: ラヒリ, ファガン・ブラドリー, クリシュナムールティ, ラマン, ユクテスワ | | house_system | いいえ | 文字列 (オプション) | placidus | House calculation system. Allowed: プラシディウス, 全体サイン, 等しい, コッハ | | node_type | いいえ | 文字列 (オプション) | true | Lunar node mode. Allowed: true, 平均 | | tenant_id | いいえ | 文字列 (オプション) | docs-smoke | オプションのテナント/キャッシュネームスペース上書き。 | | birth_time | いいえ | 文字列 (オプション) | 13:45 | Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2} || birth_latitude | いいえ | 数値 (オプション) | 40.7128 | Birth latitude. Range: -90 to 90. | | birth_longitude | いいえ | 数値 (オプション) | -74.0060 | Birth longitude. Range: -180 to 180. | | birth_timezone | いいえ | 文字列 (オプション) | America/New_York | IANAによる出生時刻のタイムゾーンをオーバーライド。 |

レスポンス

ゲートウェイラッパーが追加された生のエンジンレスポンスペイロードを返します:

  • _enterprise
  • _api_metadata_

パーソナライズモードの例 (推奨)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/health/daily/tomorrow?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York",
  "zodiac_system": "tropical",
  "ayanamsa": "lahiri",
  "house_system": "placidus",
  "node_type": "true",
  "tenant_id": "docs-smoke",
  "birth_time": "13:45",
  "birth_latitude": 40.7128,
  "birth_longitude": -74.006,
  "birth_timezone": "America/New_York"
}'

公開モードの例 (一般的なサインに基づく)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/health/daily/tomorrow?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York"
}'

例としてのレスポンス

{
  "report_type": "horoscope",
  "sign": "CANCER",
  "period": "daily",
  "start": "2026-04-10T00:00:00",
  "end": "2026-04-11T00:00:00",
  "data": {
    "period": "daily",
    "start": "2026-04-10T00:00:00",
    "end": "2026-04-11T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-10T12:00:00",
      "zodiac_system": "sidereal",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.22411,
      "ayanamsa_system": "lahiri",
      "sun_sign": "PISCES",
      "moon_sign": "SAGITTARIUS",
      "rising_sign": null,
      "house_system": null,
      "house_cusps": null,
      "positions": [
        {
          "name": "Sun",
          "longitude": 356.4011562837258,
          "tropical_longitude": 20.62694105036959,
          "sidereal_longitude": 356.4011562837258,
          "latitude": -0.0001326686983355076,
          "speed": 0.9818911847682265,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 26.40115628372581,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Moon",
          "longitude": 269.7121932836393,
          "tropical_longitude": 293.93797805028305,
          "sidereal_longitude": 269.7121932836393,
          "latitude": -3.6020046528156504,
          "speed": 12.14362574401933,
          "sign": "SAGITTARIUS",
          "tropical_sign": "CAPRICORN",
          "sidereal_sign": "SAGITTARIUS",
          "degree_in_sign": 29.712193283639294,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Mercury",
          "longitude": 329.5919151685538,
          "tropical_longitude": 353.8176999351976,
          "sidereal_longitude": 329.5919151685538,
          "latitude": -2.3703711583149354,
          "speed": 1.255064186131582,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 29.591915168553783,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Venus",
          "longitude": 19.0842630739592,
          "tropical_longitude": 43.31004784060301,
          "sidereal_longitude": 19.0842630739592,
          "latitude": -0.03302169323652873,
          "speed": 1.2253674597892603,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 19.0842630739592,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Mars",
          "longitude": 336.30618032164705,
          "tropical_longitude": 0.53196508829086,
          "sidereal_longitude": 336.30618032164705,
          "latitude": -1.0052001458318618,
          "speed": 0.7784267825006101,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 6.306180321647048,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Jupiter",
          "longitude": 82.30065968867078,
          "tropical_longitude": 106.52644445531459,
          "sidereal_longitude": 82.30065968867078,
          "latitude": 0.3775498301923031,
          "speed": 0.09138857637379943,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 22.300659688670777,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Saturn",
          "longitude": 342.49614162623374,
          "tropical_longitude": 6.721926392877542,
          "sidereal_longitude": 342.49614162623374,
          "latitude": -2.1373371505108283,
          "speed": 0.12248386948234453,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 12.496141626233737,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Uranus",
          "longitude": 34.971963530001766,
          "tropical_longitude": 59.19774829664556,
          "sidereal_longitude": 34.971963530001766,
          "latitude": -0.16855734397967606,
          "speed": 0.048358664627876455,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 4.971963530001766,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Neptune",
          "longitude": 338.33022640976094,
          "tropical_longitude": 2.5560111764047533,
          "sidereal_longitude": 338.33022640976094,
          "latitude": -1.3102710234824888,
          "speed": 0.036403951424123684,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 8.33022640976094,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Pluto",
          "longitude": 281.12504466261754,
          "tropical_longitude": 305.35082942926135,
          "sidereal_longitude": 281.12504466261754,
          "latitude": -3.9763625483328813,
          "speed": 0.012062932751715553,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 11.12504466261754,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Chiron",
          "longitude": 2.0447474345358647,
          "tropical_longitude": 26.27053220117967,
          "sidereal_longitude": 2.0447474345358647,
          "latitude": 0.3567488397539507,
          "speed": 0.05991744628357814,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 2.0447474345358647,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Ceres",
          "longitude": 16.02455805427443,
          "tropical_longitude": 40.25034282091823,
          "sidereal_longitude": 16.02455805427443,
          "latitude": -4.429729223293315,
          "speed": 0.3991797326722129,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 16.02455805427443,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "North Node",
          "longitude": 313.8303361041175,
          "tropical_longitude": 338.05612087076133,
          "sidereal_longitude": 313.8303361041175,
          "latitude": 0.0,
          "speed": 0.007455275480804482,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 13.83033610411752,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "South Node",
          "longitude": 133.83033610411752,
          "tropical_longitude": 158.05612087076133,
          "sidereal_longitude": 133.83033610411752,
          "latitude": 0.0,
          "speed": 0.007455275480804482,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 13.83033610411752,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Lilith",
          "longitude": 228.17872888006843,
          "tropical_longitude": 252.40451364671225,
          "sidereal_longitude": 228.17872888006843,
          "latitude": -5.121812680236165,
          "speed": 0.1120179163355582,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 18.178728880068434,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Pallas",
          "longitude": 330.7363719110492,
          "tropical_longitude": 354.96215667769303,
          "sidereal_longitude": 330.7363719110492,
          "latitude": 3.370076319135937,
          "speed": 0.325699204711563,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 0.7363719110492184,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Juno",
          "longitude": 278.94382972892356,
          "tropical_longitude": 303.1696144955673,
          "sidereal_longitude": 278.94382972892356,
          "latitude": 11.709422622815742,
          "speed": 0.24582894589034954,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 8.94382972892356,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Vesta",
          "longitude": 320.7471142015978,
          "tropical_longitude": 344.97289896824157,
          "sidereal_longitude": 320.7471142015978,
          "latitude": -3.9008187052369796,
          "speed": 0.4743391864947395,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 20.74711420159781,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        },
        {
          "name": "Eris",
          "longitude": 0.9971416222934846,
          "tropical_longitude": 25.222926388937296,
          "sidereal_longitude": 0.9971416222934846,
          "latitude": -10.392300350036008,
          "speed": 0.010899069927096125,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 0.9971416222934846,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.224109735105458
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Moon",
          "aspect": "square",
          "orb": 3.31,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 4.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Chiron",
          "aspect": "conjunction",
          "orb": 5.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "North Node",
          "aspect": "semi-square",
          "orb": 2.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "South Node",
          "aspect": "sesquiquadrate",
          "orb": 2.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 4.6,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Mercury",
          "aspect": "sextile",
          "orb": 0.12,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "opposition",
          "orb": 7.41,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "trine",
          "orb": 5.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Chiron",
          "aspect": "square",
          "orb": 2.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "North Node",
          "aspect": "semi-square",
          "orb": 0.88,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "South Node",
          "aspect": "sesquiquadrate",
          "orb": 0.88,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 1.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Eris",
          "aspect": "square",
          "orb": 1.28,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 6.71,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 7.29,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 5.38,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Ceres",
          "aspect": "semi-square",
          "orb": 1.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 1.14,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 1.41,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Mars",
          "aspect": "semi-square",
          "orb": 2.22,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Jupiter",
          "aspect": "sextile",
          "orb": 3.22,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 7.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 3.06,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 5.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 5.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 0.91,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 1.66,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 6.19,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 1.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 2.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 4.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 5.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 2.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 1.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 1.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 1.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 1.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.68,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.36,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 4.24,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.97,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 7.59,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.61,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 4.9,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.71,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.71,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 2.18,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 1.13,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 1.31,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.9,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 1.05,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 2.19,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 2.19,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 2.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.29,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 7.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "South Node",
          "aspect": "opposition",
          "orb": 0.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 4.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 6.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 4.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 6.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 2.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.18,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 0.26,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.95,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 1,
      "aspect_counts": {
        "square": 12,
        "conjunction": 13,
        "semi-square": 7,
        "sesquiquadrate": 5,
        "sextile": 17,
        "opposition": 3,
        "trine": 8,
        "semi-sextile": 7,
        "quincunx": 4
      },
      "retrograde_bodies": [],
      "sign_changes": []
    },
    "notable_events": [
      "Neptune sextile Juno exact on Apr 10",
      "Moon sextile Mercury exact on Apr 10"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-10T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.61,
        "narrative_priority": 1.69,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 10"
      },
      {
        "timestamp": "2026-04-10T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Mercury",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.12,
        "narrative_priority": 1.604,
        "section_bias": {
          "general": 1.4,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.6,
          "health": 0.3,
          "communication": 0.9,
          "career": 0.4
        },
        "description": "Moon sextile Mercury exact on Apr 10"
      }
    ],
    "factor_values": {
      "sun_in_sign": "PISCES",
      "moon_in_sign": "SAGITTARIUS",
      "transits_archetypes": "sextile_opportunity",
      "aspects": "sextile"
    },
    "focus_source": null,
    "planet_focus_source": null,
    "top_drivers": [],
    "aspect_signature": null,
    "transit_windows": []
  },
  "sections": [
    {
      "section": "health",
      "title": "Health daily outlook: protective and intuitive (high)",
      "headline": "energy management, recovery, and habits: sextile opportunity",
      "summary": "April 10 brings a high-voltage tone for Cancer, with focus on energy management, recovery, and habits. Protect your baseline energy before adding more commitments. Neptune sextile Juno peaks on Apr 10. For health rhythm, a sextile opportunity pattern rewards initiative and smart follow-up; For wellbeing, translate this into recovery, regulation, and sustainable pacing. Your sextile opportunity today calls for small, consistent actions: start with 10 minutes of restorative stretching or a warm bath to ease tension. This supports steadier energy management. In parallel, At body-regulation level, Sextile patterns ease coordination and keep momentum usable; For health, route this through sustainable habits and recovery-aware pacing. Where in my body do I hold tension that doesn’t serve me? This sextile shines brightest when you release what no longer fits. This supports steadier energy management. End your day with a ‘body check-in’: Note how your muscles feel, where tension lingers, and adjust tomorrow’s plan accordingly. Favor rhythm over intensity spikes.",
      "deep_report": "At day level, the narrative opens with what carries the strongest signal, then calibrates with reinforcing threads. This reading stays coherent when regulation remains central to your choices. A second influence updates the pacing; the lived expression is this: The lead signal for this daily window is transit pattern of sextile opportunity.\n\nFor health rhythm, a sextile opportunity pattern rewards initiative and smart follow-up; For wellbeing, translate this into recovery, regulation, and sustainable pacing. For wellbeing, the opening signal is Your sextile opportunity today calls for small, consistent actions: start with 10 minutes of restorative stretching or a warm bath to ease tension. Ground it through End your day with a ‘body check-in’: Note how your muscles feel, where tension lingers, and adjust tomorrow’s plan accordingly.\n\nKeep Notice any patterns where emotional energy has masked physical needs active and reduce Overwhelmed by emotional waves. As Neptune sextile Juno peaks on Apr 10 peaks, rebalance effort and restoration in energy management, recovery, and habits today. The day resolves best when the lead signal stays primary and supporting cues stay tactical.\n\nKeep reactions slower than your awareness, and clarity stays available for body-aware pacing and sustainable habits today. Your best leverage now is disciplined follow-through for body-aware pacing and sustainable habits today. Treat every choice as part of one coherent sequence for body-aware pacing and sustainable habits today.",
      "highlights": [
        "A sextile opportunity pattern rewards initiative and smart follow-up.",
        "Sextile patterns ease coordination and keep momentum usable.",
        "Lunar tone in Sagittarius brings bold, direct, and action-led reactivity to the foreground.",
        "With the Sun in Pisces, the baseline tone is intuitive, emotional, and receptive."
      ],
      "cautions": [
        "Overwhelmed by emotional waves? Pause before reacting—your health depends on steady, mindful responses, not impulsive ones.",
        "If you’re prone to chronic tension, this aspect warns: don’t let the sextile’s harmony become a distraction from your body’s current needs. Check in daily.",
        "Steer clear of emotional fatigue masking as physical exhaustion. Your Sagittarius moon may push boundaries, but your Cancer heart needs boundaries too—set gentle limits on what feels like ‘enough.’.",
        "Steer clear of overdoing it—your emotional flow is strong, so pace yourself to prevent fatigue."
      ],
      "actions": [
        "Wrap your day with a ‘body check-in’: Note how your muscles feel, where tension lingers, and adjust tomorrow’s plan accordingly.",
        "Try 5 minutes of slow, controlled stretching—focus on breathing deeply with each movement. The sextile thrives in mindful motion.",
        "Begin your day with 5 minutes of deep breathing (Cancer) followed by 3 minutes of light stretching (Sagittarius). This bridges your body’s restlessness with its need for grounding.",
        "Wear a scarf or bandana to your neck—it’s a tactile reminder to breathe deeply when stress builds."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 40.3,
        "opportunity": 100.0,
        "focus": 77.6,
        "stability": 30.5,
        "connection": 78.2
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "PISCES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Even 10 minutes of mindful breathing can reset your nervous system before the day’s demands.",
            "caution": "Avoid overdoing it—your emotional flow is strong, so pace yourself to prevent fatigue.",
            "reflection": "Notice how your breath feels—shallow? Heavy? Adjust it to match your energy, not the other way around.",
            "daily_tip": "Wear a scarf or bandana to your neck—it’s a tactile reminder to breathe deeply when stress builds.",
            "affirmation": "My body is a vessel of resilience, not resistance. I honor its needs with kindness today."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SAGITTARIUS",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your body’s needs are shifting like the tides—listen to the quiet signals of your moon in Sagittarius. This energy demands movement, not just rest, to honor your emotional depth.",
            "caution": "Watch for emotional fatigue masking as physical exhaustion. Your Sagittarius moon may push boundaries, but your Cancer heart needs boundaries too—set gentle limits on what feels like ‘enough.’",
            "reflection": "Consider your last health routine: Did it honor both your emotional needs and physical limits? Adjust now to meet your moon’s dual nature—no guilt, just clarity.",
            "daily_tip": "Start your day with 5 minutes of deep breathing (Cancer) followed by 3 minutes of light stretching (Sagittarius). This bridges your body’s restlessness with its need for grounding.",
            "affirmation": "I release the need to force stillness or movement. Instead, I trust my body’s wisdom: it knows when to rest and when to explore. My health is my ally, not my enemy."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "sextile_opportunity",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Your sextile opportunity today calls for small, consistent actions: start with 10 minutes of restorative stretching or a warm bath to ease tension.",
            "caution": "Overwhelmed by emotional waves? Pause before reacting—your health depends on steady, mindful responses, not impulsive ones.",
            "reflection": "Notice any patterns where emotional energy has masked physical needs. Today, name them clearly to act on them.",
            "daily_tip": "End your day with a ‘body check-in’: Note how your muscles feel, where tension lingers, and adjust tomorrow’s plan accordingly.",
            "affirmation": "My body is my home, and I honor it with kindness and precision. Every movement, every breath supports my well-being."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your body craves stability—today, lean into the rhythm of your body’s natural rhythms. Listen to how your energy shifts with the sextile’s gentle pull toward harmony.",
            "caution": "If you’re prone to chronic tension, this aspect warns: don’t let the sextile’s harmony become a distraction from your body’s current needs. Check in daily.",
            "reflection": "Ask yourself: Where in my body do I hold tension that doesn’t serve me? This sextile shines brightest when you release what no longer fits.",
            "daily_tip": "Try 5 minutes of slow, controlled stretching—focus on breathing deeply with each movement. The sextile thrives in mindful motion.",
            "affirmation": "I honor my body’s natural rhythm and move with ease, not resistance. My joints and tissues support me effortlessly today."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "70c89ea8a9d9fb77",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.1",
    "endpoint_name": "horoscope_health_tomorrow_post",
    "endpoint_description": "Provides tomorrow's health and wellness horoscope.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-09T09:52:35.522945+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"
    ],
    "notes": ""
  }
}