Aller au contenu

Sections quotidiennes de l'horoscope

Le point de terminaison Sections quotidiennes de l'horoscope renvoie des rapports astrologiques basés sur les maisons, uniquement personnalisés, provenant de Swiss Ephemeris.

Le mode public n'est pas pris en charge pour cette surface. Les champs de vecteur de naissance sont requis.

Langue : uniquement en anglais (actuellement)

Support linguistique : ce point de terminaison /api/v1/horoscope/reports/*, basé sur un moteur, prend actuellement uniquement en charge l'anglais (lang=en).

Point de terminaison

Méthode Chemin
POST https://api.numerologyapi.com/api/v1/horoscope/reports/house/daily

Corps de la requête

Nom Obligatoire Type Exemple Description
dob Oui chaîne `1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$
timezone Non chaîne `America/New_York IANA timezone for period anchor resolution. Default: UTC.
include_snapshot Non booléen (nullable) - Commutateur facultatif pour le mode compact. Définir sur false pour omettre le bloc de capture dans le payload de réponse.
include_positions Non booléen (nullable) - Commutateur facultatif pour le mode compact. Définir sur false pour omettre les tableaux de positions dans le payload de réponse.
zodiac_system Non chaîne (nullable) `tropical Zodiac computation mode. Allowed: sidéral, tropical
ayanamsa Non chaîne (nullable) `lahiri Sidereal ayanamsa system. Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system Non chaîne (nullable) `placidus House calculation system. Allowed: placidus, whole_sign, equal, koch
node_type Non chaîne (nullable) `true Lunar node mode. Allowed: true, mean
tenant_id Non chaîne (nullable) docs-smoke Commutateur facultatif pour remplacer l'espace de noms de locataire/cache.
birth_time Non chaîne (nullable) 13:45 Birth time (`HH:MM, 24h). Obligatoire pour les rapports de maison personnalisés.
birth_latitude Non nombre (nullable) 40.7128 Latitude de naissance. Obligatoire pour les rapports de maison personnalisés.
birth_longitude Non nombre (nullable) -74.0060 Longitude de naissance. Obligatoire pour les rapports de maison personnalisés.
birth_timezone Non chaîne (nullable) America/New_York Birth-time timezone override (IANA). Falls back to fuseau horaire.
house_override Non entier (nullable) 10 Optional deterministic house focus override. Allowed: 1 to 12.
sections Non tableau ["career","money"] Requested report sections. Allowed: amour_célibataires, amour_couples, carrière, amitié, santé, argent, communication, style de vie. général is not allowed here; use /aperçu.
day Non chaîne today Relative daily anchor. Allowed: hier, aujourd'hui, demain. Default: aujourd'hui.

Réponse

Retourne le payload du moteur brut plus les métadonnées du gateway :

  • _enterprise
  • _api_metadata_

Exemple de mode personnalisé

curl --request POST   --url "https://api.numerologyapi.com/api/v1/horoscope/reports/house/daily?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",
  "house_override": 10,
  "day": "today",
  "sections": [
    "career",
    "money"
  ]
}'

Exemple de réponse

{
  "report_type": "house",
  "sign": "CANCER",
  "period": "daily",
  "start": "2026-04-09T00:00:00",
  "end": "2026-04-10T00:00:00",
  "data": {
    "period": "daily",
    "start": "2026-04-09T00:00:00",
    "end": "2026-04-10T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-09T12:00:00",
      "zodiac_system": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.224071,
      "ayanamsa_system": "lahiri",
      "sun_sign": "ARIES",
      "moon_sign": "CAPRICORN",
      "rising_sign": "VIRGO",
      "house_system": "P",
      "house_cusps": [
        161.6924,
        186.013827,
        215.276659,
        248.620341,
        282.855058,
        314.297647,
        341.6924,
        6.013827,
        35.276659,
        68.620341,
        102.855058,
        134.297647
      ],
      "positions": [
        {
          "name": "Sun",
          "longitude": 19.64475544233151,
          "tropical_longitude": 19.64475544233151,
          "sidereal_longitude": 355.419022486965,
          "latitude": -0.00015625541229057335,
          "speed": 0.9823746533213473,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 19.64475544233151,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Moon",
          "longitude": 281.8864373690246,
          "tropical_longitude": 281.8864373690246,
          "sidereal_longitude": 257.6607044136581,
          "latitude": -4.295765307420144,
          "speed": 11.97309170457133,
          "sign": "CAPRICORN",
          "tropical_sign": "CAPRICORN",
          "sidereal_sign": "SAGITTARIUS",
          "degree_in_sign": 11.886437369024577,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Mercury",
          "longitude": 352.5802572359631,
          "tropical_longitude": 352.5802572359631,
          "sidereal_longitude": 328.3545242805966,
          "latitude": -2.2971296709056848,
          "speed": 1.2194950548775936,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 22.580257235963074,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Venus",
          "longitude": 42.084325282594584,
          "tropical_longitude": 42.084325282594584,
          "sidereal_longitude": 17.858592327228074,
          "latitude": -0.0777587361654963,
          "speed": 1.225972896324446,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 12.084325282594584,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Mars",
          "longitude": 359.7532634372632,
          "tropical_longitude": 359.7532634372632,
          "sidereal_longitude": 335.5275304818967,
          "latitude": -1.009787931441409,
          "speed": 0.7788692227227461,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 29.753263437263172,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Jupiter",
          "longitude": 106.43632944702173,
          "tropical_longitude": 106.43632944702173,
          "sidereal_longitude": 82.21059649165524,
          "latitude": 0.37689533905247297,
          "speed": 0.08873292598110066,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 16.436329447021734,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Saturn",
          "longitude": 6.5992511458486,
          "tropical_longitude": 6.5992511458486,
          "sidereal_longitude": 342.3735181904821,
          "latitude": -2.1361921758191063,
          "speed": 0.1227594968320901,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 6.5992511458486,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Uranus",
          "longitude": 59.14957632153192,
          "tropical_longitude": 59.14957632153192,
          "sidereal_longitude": 34.9238433661654,
          "latitude": -0.16879422828172888,
          "speed": 0.04787966917556078,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 29.149576321531917,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Neptune",
          "longitude": 2.5194795745925687,
          "tropical_longitude": 2.5194795745925687,
          "sidereal_longitude": 338.29374661922606,
          "latitude": -1.3099498284729205,
          "speed": 0.03655388844960104,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 2.5194795745925687,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Pluto",
          "longitude": 305.3384917540674,
          "tropical_longitude": 305.3384917540674,
          "sidereal_longitude": 281.1127587987009,
          "latitude": -3.9731815545209166,
          "speed": 0.012508214748788368,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 5.338491754067377,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Chiron",
          "longitude": 26.210606894426327,
          "tropical_longitude": 26.210606894426327,
          "sidereal_longitude": 1.9848739390598138,
          "latitude": 0.3579307208025253,
          "speed": 0.05982722032578317,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.210606894426327,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Ceres",
          "longitude": 39.85140044565914,
          "tropical_longitude": 39.85140044565914,
          "sidereal_longitude": 15.625667490292626,
          "latitude": -4.459698464834262,
          "speed": 0.39859821530256523,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.851400445659138,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "North Node",
          "longitude": 338.06468807384545,
          "tropical_longitude": 338.06468807384545,
          "sidereal_longitude": 313.838955118479,
          "latitude": 0.0,
          "speed": -0.02522967145532394,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 8.064688073845446,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "South Node",
          "longitude": 158.06468807384545,
          "tropical_longitude": 158.06468807384545,
          "sidereal_longitude": 133.83895511847902,
          "latitude": 0.0,
          "speed": -0.02522967145532394,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 8.064688073845446,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Lilith",
          "longitude": 252.29244356989153,
          "tropical_longitude": 252.29244356989153,
          "sidereal_longitude": 228.066710614525,
          "latitude": -5.123204974212474,
          "speed": 0.11201863529358284,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 12.292443569891532,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Pallas",
          "longitude": 354.6361388995335,
          "tropical_longitude": 354.6361388995335,
          "sidereal_longitude": 330.410405944167,
          "latitude": 3.4361514264197948,
          "speed": 0.3262291903539235,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 24.636138899533478,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Juno",
          "longitude": 302.92237426346543,
          "tropical_longitude": 302.92237426346543,
          "sidereal_longitude": 278.6966413080989,
          "latitude": 11.673348190740995,
          "speed": 0.24853964788414096,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 2.9223742634654286,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Vesta",
          "longitude": 344.4979671991508,
          "tropical_longitude": 344.4979671991508,
          "sidereal_longitude": 320.27223424378434,
          "latitude": -3.8728401831323054,
          "speed": 0.47541753950246307,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 14.497967199150821,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        },
        {
          "name": "Eris",
          "longitude": 25.211983606179118,
          "tropical_longitude": 25.211983606179118,
          "sidereal_longitude": 0.9862506508126041,
          "latitude": -10.393050979080442,
          "speed": 0.010881315418548417,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 25.211983606179118,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224071485980346
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Moon",
          "aspect": "square",
          "orb": 7.76,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "semi-sextile",
          "orb": 2.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 3.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Chiron",
          "aspect": "conjunction",
          "orb": 6.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 7.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 5.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Venus",
          "aspect": "trine",
          "orb": 0.2,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "opposition",
          "orb": 4.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Saturn",
          "aspect": "square",
          "orb": 5.29,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "sesquiquadrate",
          "orb": 2.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Ceres",
          "aspect": "trine",
          "orb": 2.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 3.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 3.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "semi-sextile",
          "orb": 0.41,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 2.61,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 7.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 6.14,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 2.24,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Ceres",
          "aspect": "semi-square",
          "orb": 2.27,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 2.06,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 2.63,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Mars",
          "aspect": "semi-square",
          "orb": 2.67,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Jupiter",
          "aspect": "sextile",
          "orb": 4.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 6.75,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 2.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 4.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 4.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 0.21,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 2.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 2.41,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 6.85,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 0.6,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 2.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 5.59,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 5.12,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.29,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 1.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 1.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 1.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 1.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.69,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.68,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.19,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.94,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 4.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 7.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.4,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 4.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.73,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.73,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 2.42,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 1.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 1.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.71,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 1.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 1.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 1.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 2.44,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.22,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.65,
          "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.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 6.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 4.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 6.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 2.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.08,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 0.58,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.71,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 1,
      "aspect_counts": {
        "square": 11,
        "semi-sextile": 8,
        "conjunction": 13,
        "trine": 11,
        "opposition": 3,
        "sesquiquadrate": 4,
        "sextile": 16,
        "semi-square": 7,
        "quincunx": 4
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": []
    },
    "notable_events": [
      "Neptune sextile Juno exact on Apr 09",
      "Mars sextile Uranus exact on Apr 09",
      "Chiron conjunction Eris exact on Apr 09",
      "Moon trine Venus exact on Apr 09",
      "North Node retrograde emphasis",
      "South Node retrograde emphasis"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.4,
        "narrative_priority": 1.7,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 09"
      },
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Uranus",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.6,
        "narrative_priority": 1.69,
        "section_bias": {
          "general": 1.0,
          "career": 0.8,
          "health": 0.6,
          "love_singles": 0.3,
          "lifestyle": 0.7,
          "communication": 0.4
        },
        "description": "Mars sextile Uranus exact on Apr 09"
      },
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Chiron",
        "body2": "Eris",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 1.0,
        "narrative_priority": 1.615,
        "section_bias": {
          "general": 1.0,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Chiron conjunction Eris exact on Apr 09"
      },
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Venus",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.2,
        "narrative_priority": 1.6,
        "section_bias": {
          "general": 1.4,
          "love_singles": 1.3,
          "love_couples": 1.4,
          "friendship": 0.7,
          "health": 0.3,
          "money": 0.5
        },
        "description": "Moon trine Venus exact on Apr 09"
      },
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "retrograde_emphasis",
        "body1": "North Node",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.125,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "North Node retrograde emphasis"
      },
      {
        "timestamp": "2026-04-09T12:00:00",
        "event_type": "retrograde_emphasis",
        "body1": "South Node",
        "body2": null,
        "sign": null,
        "aspect": null,
        "exactness": null,
        "narrative_priority": 1.035,
        "section_bias": {
          "general": 1.2999999999999998,
          "lifestyle": 0.4,
          "friendship": 0.3
        },
        "description": "South Node retrograde emphasis"
      }
    ],
    "factor_values": {
      "transits_archetypes": "retrograde_review",
      "aspects": "sextile",
      "sun_in_sign": "ARIES",
      "moon_in_sign": "CAPRICORN",
      "rising_sign": "VIRGO",
      "daily_house_focus": "tenth_house"
    },
    "focus_source": "override",
    "planet_focus_source": null,
    "top_drivers": [
      {
        "factor_type": "transits_archetypes",
        "factor_value": "retrograde_review",
        "weight": 1.3,
        "influence": "Ask: What’s a project or role that feels like a natural extension of my values, but requires me to prove its feasibility first?"
      },
      {
        "factor_type": "aspects",
        "factor_value": "sextile",
        "weight": 1.2,
        "influence": "Your emotional intelligence isn’t a weakness—it’s a superpower. Use it to negotiate, inspire, and build teams that reflect your values."
      },
      {
        "factor_type": "moon_in_sign",
        "factor_value": "CAPRICORN",
        "weight": 1.15,
        "influence": "Your leadership here demands clarity: define boundaries and priorities to avoid burnout."
      },
      {
        "factor_type": "daily_house_focus",
        "factor_value": "tenth_house",
        "weight": 1.08,
        "influence": "Leadership in this house isn’t about grand gestures; it’s about the quiet authority of consistency. The public’s perception of you will shift when they see you owning the details of your vision, not just the vision itself."
      }
    ],
    "aspect_signature": null,
    "transit_windows": []
  },
  "sections": [
    {
      "section": "career",
      "title": "Career daily outlook: protective and intuitive (high)",
      "headline": "House focus in work visibility, priorities, and execution: retrograde review",
      "summary": "The day opens house-first for Cancer; career direction, visibility, and leadership pressure is active, with weight on work visibility, priorities, and execution. Today’s house logic rewards work that compounds more than visible busyness under revision pressure and strategic slowdown. Let the active house set order before speed takes over. Neptune sextile Juno peaks on Apr 09. In career terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Professionally, convert this into concrete output and clean prioritization. What’s a project or role that feels like a natural extension of my values, but requires me to prove its feasibility first? This keeps your effort compounding. In parallel, At professional level, the sextile aspect climate supports smoother execution and clearer momentum; At work, sequence this into focused execution and visible follow-through. Observe how this sextile aspect influences your mood at work. Does it sharpen focus or spark creativity? Adjust your approach accordingly. This keeps your effort compounding. End this cycle by carrying forward what stayed true to the house signal. Keep it anchored in work visibility, priorities, and execution. When the retrograde review feels heavy, practice ‘career gratitude’: Name one skill or asset you’ve built that’s now serving you in unexpected ways. That framing improves strategic timing.",
      "deep_report": "At daily scale, the active house sets direction first and supporting cues refine execution second. In career terms, keep leverage as the anchor theme.\n\nAnother house layer now refines sequence: The lead signal for this daily window is transit pattern of retrograde review. In career terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Professionally, convert this into concrete output and clean prioritization. Practically, the thesis is What’s a project or role that feels like a natural extension of my values, but requires me to prove its feasibility first. Turn it into progress through When the retrograde review feels heavy, practice ‘career gratitude’: Name one skill or asset you’ve built that’s now serving you in unexpected ways. Carry Notice how your trine harmony for communication flows might clash with your square tension—does your voice need to be sharper, or softer and avoid conditions where discipline feels restrictive. As Neptune sextile Juno peaks on Apr 09 comes into focus, sequence priorities in work visibility, priorities, and execution with house-aware timing today.\n\nToday’s first house movement is clear: The next important influence is aspect climate of sextile. At professional level, the sextile aspect climate supports smoother execution and clearer momentum; At work, sequence this into focused execution and visible follow-through. Practical friction gathers around Your emotional intelligence isn’t a weakness—it’s a superpower. De-risk it through End your workday by reviewing one decision you trusted your intuition on. Let Observe how this sextile aspect influences your mood at work sharpen choices around micromanaging creative or adaptive projects; Cancer’s sextile thrives when you delegate with empathy rather than control. As Mars sextile Uranus peaks on Apr 09 peaks, tighten delivery choices in work visibility, priorities, and execution within this house-led cycle.\n\nAcross today, house coherence comes from honoring life-area priority before reactive noise.",
      "highlights": [
        "This retrograde review cycle rewards cleanup now so later progress is cleaner.",
        "The sextile aspect climate supports smoother execution and clearer momentum.",
        "Moon placement in Capricorn shapes responses through practical, grounded, and steady instincts.",
        "House activation highlights public positioning, leadership pressure, and reputation decisions as the most activated life areas this cycle."
      ],
      "cautions": [
        "If discipline feels restrictive, test: Can I commit to a 10-minute boundary (e.g., no late-night emails) to reclaim focus?",
        "Monitor micromanaging creative or adaptive projects; Cancer’s sextile thrives when you delegate with empathy rather than control.",
        "Steer clear of micromanaging tasks—trust your team’s momentum while keeping vision intact.",
        "Be mindful of how you frame your success. The tenth house rewards authenticity; a polished facade will only invite scrutiny. Let your achievements speak for themselves through action, not words."
      ],
      "actions": [
        "When the retrograde review feels heavy, practice ‘career gratitude’: Name one skill or asset you’ve built that’s now serving you in unexpected ways.",
        "Wrap your workday by reviewing one decision you trusted your intuition on. Celebrate the sextile’s ability to guide you toward alignment.",
        "Delegate one task to someone else—your moon thrives on collaboration, not solo effort.",
        "End the day by reviewing what you’ve achieved in the tenth house—not just what you’ve accomplished, but how you’ve been seen. Did your reputation rise or fall? Adjust accordingly, but never at the expense of your integrity."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 39.1,
        "opportunity": 100.0,
        "focus": 78.9,
        "stability": 33.4,
        "connection": 79.7
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Ask: What’s a project or role that feels like a natural extension of my values, but requires me to prove its feasibility first?",
            "caution": "If discipline feels restrictive, test: Can I commit to a 10-minute boundary (e.g., no late-night emails) to reclaim focus?",
            "reflection": "Notice how your trine harmony for communication flows might clash with your square tension—does your voice need to be sharper, or softer?",
            "daily_tip": "When the retrograde review feels heavy, practice ‘career gratitude’: Name one skill or asset you’ve built that’s now serving you in unexpected ways.",
            "affirmation": "I honor my career as a space where my values and strategy intersect, not just my emotions and comfort."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your emotional intelligence isn’t a weakness—it’s a superpower. Use it to negotiate, inspire, and build teams that reflect your values.",
            "caution": "Avoid micromanaging creative or adaptive projects; Cancer’s sextile thrives when you delegate with empathy rather than control.",
            "reflection": "Observe how this sextile aspect influences your mood at work. Does it sharpen focus or spark creativity? Adjust your approach accordingly.",
            "daily_tip": "End your workday by reviewing one decision you trusted your intuition on. Celebrate the sextile’s ability to guide you toward alignment.",
            "affirmation": "I honor my intuition as a compass, not a crutch—using it to navigate career opportunities with precision."
          }
        },
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "This energy demands you lead with emotional intelligence while driving forward. Shape your path with purpose, not just passion.",
            "caution": "Overidentifying with outcomes can lead to burnout. Stay present in execution while trusting Aries’ momentum to carry you forward.",
            "reflection": "Review past decisions where intuition clashed with action. What lessons did you learn about balancing care and drive?",
            "daily_tip": "Start your day by journaling one decision you’ll trust your intuition to guide. Write it down, then act with confidence.",
            "affirmation": "I protect my energy while embracing bold, strategic action."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "CAPRICORN",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your leadership here demands clarity: define boundaries and priorities to avoid burnout.",
            "caution": "Avoid micromanaging tasks—trust your team’s momentum while keeping vision intact.",
            "reflection": "How do I measure success in this role? Define metrics beyond just titles or titles alone.",
            "daily_tip": "Delegate one task to someone else—your moon thrives on collaboration, not solo effort.",
            "affirmation": "Every challenge here is a lesson in resilience—my Capricorn moon rises stronger."
          }
        },
        {
          "factor_type": "rising_sign",
          "factor_value": "VIRGO",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Your discipline will transform abstract ideas into tangible results if you align them with your emotional purpose.",
            "caution": "When perfectionism paralyzes, remind yourself: ‘A flawless plan is just a half-finished idea.’",
            "reflection": "Observe how your Cancer energy influences your team’s morale—leadership isn’t just about tasks, but people’s emotional state.",
            "daily_tip": "Delegate one task today that doesn’t require your Virgo-level precision. Notice how it shifts your confidence.",
            "affirmation": "My attention to detail creates value that others can’t ignore, even when I’m not ‘perfect.’"
          }
        },
        {
          "factor_type": "daily_house_focus",
          "factor_value": "tenth_house",
          "weight": 1.08,
          "factor_insights": {
            "motivation": "Leadership in this house isn’t about grand gestures; it’s about the quiet authority of consistency. The public’s perception of you will shift when they see you owning the details of your vision, not just the vision itself.",
            "caution": "Be mindful of how you frame your success. The tenth house rewards authenticity; a polished facade will only invite scrutiny. Let your achievements speak for themselves through action, not words.",
            "reflection": "The tenth house’s lessons are about legacy, not just success. What will endure beyond your tenure? The tenth house rewards those who think long-term—your reputation is the currency of influence, not just the currency of the moment.",
            "daily_tip": "End the day by reviewing what you’ve achieved in the tenth house—not just what you’ve accomplished, but how you’ve been seen. Did your reputation rise or fall? Adjust accordingly, but never at the expense of your integrity.",
            "affirmation": "I am a leader who builds reputation through action, not through seeking approval. My tenth house energy is a force of integrity and purpose, and I trust that my legacy will be defined by what I create, not what I am perceived to be."
          }
        }
      ],
      "debug_trace": null
    },
    {
      "section": "money",
      "title": "Money daily outlook: protective and intuitive (high)",
      "headline": "resources, spending choices, and value alignment through house activation: retrograde review",
      "summary": "Daily house weather for Cancer runs through career direction, visibility, and leadership pressure, concentrating leverage in resources, spending choices, and value alignment. The practical house thesis is financial review energy around leak points and delayed payoff; traction appears through value-led financial decisions. A deliberate rhythm will extract more from this house window. Neptune sextile Juno peaks on Apr 09. In money terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Financially, apply this through value-based decisions and disciplined timing. Guard your emotional energy—Cancer’s retrograde review demands precision in spending. Every dollar ties to your deepest needs, so align purchases with what truly sustains you. That perspective strengthens financial discipline. Also, At resource-management level, with sextile emphasis, timing is cleaner and execution feels less forced; with money, convert this into timing discipline and values-led choices. Journal for 5 minutes: Where do I feel financial security, and where do I feel uncertainty? Clarity here prevents reckless moves. This helps you protect long-term stability. Close the day by keeping one move that respected house context. Keep it anchored in resources, spending choices, and value alignment. Track one expense today with a note: Why did I choose this? This builds self-awareness without overthinking. Let that clarity guide your next money move.",
      "deep_report": "This day opens house-first: life-area emphasis leads, then tactical calibration follows. For this daily money arc, let reserves be your orienting principle.\n\nFor day-end coherence, this house cue matters: At the core of this daily arc is transit pattern of retrograde review. In money terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Financially, apply this through value-based decisions and disciplined timing. In practical terms, the priority is Guard your emotional energy—Cancer’s retrograde review demands precision in spending. Convert it into outcomes via Track one expense today with a note: Why did I choose this. Keep Write down three financial ‘no’s’ you’ll enforce today alive and avoid Overdrafts or unplanned expenses may surface unexpectedly. With Neptune sextile Juno peaks on Apr 09 active, read it as a house-led execution marker in resources, spending choices, and value alignment for today.\n\nAs timing matures, this house strand guides execution; the practical consequence is this: A meaningful counter-pressure comes through aspect climate of sextile. At resource-management level, with sextile emphasis, timing is cleaner and execution feels less forced; with money, convert this into timing discipline and values-led choices. Execution pressure rises around Trust that your instincts about money won’t lead you astray; they’ll guide you toward choices that align with your values. Stabilize workflow through End the day by writing down one financial win that felt effortless—this rewires your relationship with money’s flow. Keep Journal for 5 minutes: Where do I feel financial security, and where do I feel uncertainty present and watch impulsive withdrawals or large purchases that might feel ‘safe’ but don’t reflect your long-term financial alignment. With Mars sextile Uranus peaks on Apr 09 active, read it as a house-led execution marker in resources, spending choices, and value alignment for today.\n\nDaily house quality improves when active-house order leads and timing edits stay tactical.",
      "highlights": [
        "This retrograde review cycle rewards cleanup now so later progress is cleaner.",
        "With sextile emphasis, timing is cleaner and execution feels less forced.",
        "Moon placement in Capricorn shapes responses through practical, grounded, and steady instincts.",
        "House activation highlights earnings visibility through reputation, positioning, and delivery quality as the most activated life areas this cycle."
      ],
      "cautions": [
        "Overdrafts or unplanned expenses may surface unexpectedly. Keep a small emergency buffer to prevent stress spirals.",
        "Keep clear of impulsive withdrawals or large purchases that might feel ‘safe’ but don’t reflect your long-term financial alignment.",
        "Keep clear of overreaching in budgeting—Capricorn’s ambition may clash with Cancer’s reluctance to spend beyond means.",
        "Public scrutiny of financial decisions here can backfire; guard your image by ensuring transparency in every transaction."
      ],
      "actions": [
        "Track one expense today with a note: Why did I choose this? This builds self-awareness without overthinking.",
        "Wrap the day by writing down one financial win that felt effortless—this rewires your relationship with money’s flow.",
        "Open your day with a 2-minute audit of your bank account: Are there small, recurring expenses you can freeze or adjust?",
        "Open each day by reviewing your tenth house priorities: What’s one financial decision today that will set you apart?"
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 37.3,
        "opportunity": 100.0,
        "focus": 82.5,
        "stability": 35.4,
        "connection": 80.6
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Guard your emotional energy—Cancer’s retrograde review demands precision in spending. Every dollar ties to your deepest needs, so align purchases with what truly sustains you.",
            "caution": "Overdrafts or unplanned expenses may surface unexpectedly. Keep a small emergency buffer to prevent stress spirals.",
            "reflection": "Write down three financial ‘no’s’ you’ll enforce today. Example: No cash withdrawals without a plan.",
            "daily_tip": "Track one expense today with a note: Why did I choose this? This builds self-awareness without overthinking.",
            "affirmation": "My finances align with my needs, not my emotions. I protect what matters most with deliberate choices."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Trust that your instincts about money won’t lead you astray; they’ll guide you toward choices that align with your values.",
            "caution": "Avoid impulsive withdrawals or large purchases that might feel ‘safe’ but don’t reflect your long-term financial alignment.",
            "reflection": "Journal for 5 minutes: Where do I feel financial security, and where do I feel uncertainty? Clarity here prevents reckless moves.",
            "daily_tip": "End the day by writing down one financial win that felt effortless—this rewires your relationship with money’s flow.",
            "affirmation": "I release the need to control every dollar; instead, I trust the energy of this sextile to lead me wisely."
          }
        },
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Guard your emotional energy—Cancer’s intuition sharpens your financial instincts today. Trust your gut before spending, especially on impulse purchases.",
            "caution": "Watch for emotional spending sprees. Cancer’s emotional waves can blur your judgment—pause before signing anything.",
            "reflection": "Your past financial habits may be repeating—are you repeating mistakes? Review your spending habits with a critical eye.",
            "daily_tip": "Set a ‘cooling-off’ rule for non-essentials. Wait 48 hours before purchasing anything under $50.",
            "affirmation": "I trust my ability to manage money wisely, even when Aries’ energy feels restless. Discipline wins."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "CAPRICORN",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Guard your emotional energy today—Capricorn Moon in Cancer means your financial focus is sharpened by a need for stability tied to home and security.",
            "caution": "Watch for overreaching in budgeting—Capricorn’s ambition may clash with Cancer’s reluctance to spend beyond means.",
            "reflection": "Your Capricorn Moon’s drive to build will clash with Cancer’s need for warmth—balance ambition with intuition today.",
            "daily_tip": "Start your day with a 2-minute audit of your bank account: Are there small, recurring expenses you can freeze or adjust?",
            "affirmation": "Every dollar I spend today serves a purpose tied to my values, not just my desires."
          }
        },
        {
          "factor_type": "rising_sign",
          "factor_value": "VIRGO",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Your cautious nature demands precision in budgeting; every dollar earned or saved is a deliberate choice.",
            "caution": "Overdrafts or unplanned expenses could trigger a Virgo rising panic—monitor balances daily.",
            "reflection": "Ask: ‘Did this purchase serve a purpose, or was it a distraction?’ Virgo rising answers truthfully.",
            "daily_tip": "Ask a trusted Virgo rising friend to audit your spending; their perspective sharpens your focus.",
            "affirmation": "My money moves today are deliberate—no more Virgo rising regret over wasted funds."
          }
        },
        {
          "factor_type": "daily_house_focus",
          "factor_value": "tenth_house",
          "weight": 1.08,
          "factor_insights": {
            "motivation": "The current momentum in this area thrives on discipline: resist the urge to chase short-term gains; instead, nurture investments that grow with your reputation.",
            "caution": "Public scrutiny of financial decisions here can backfire; guard your image by ensuring transparency in every transaction.",
            "reflection": "Today, your financial identity is being sculpted by the choices you make in visibility and achievement—what do you want to be remembered for?",
            "daily_tip": "Start each day by reviewing your tenth house priorities: What’s one financial decision today that will set you apart?",
            "affirmation": "Every investment I make is a step toward a legacy that reflects my commitment to excellence and responsibility."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "263b9ede3d12be55",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_report_house_daily_post",
    "endpoint_description": "Provides personalized daily house report sections (non-general sections).",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-09T07:27:09.014442+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": ""
  }
}