Saltar a contenido

Secciones Mensuales de Horóscopo Planet-House

El punto final Planet-House Monthly Sections Horoscope devuelve informes astrológicos basados en casas de la Swiss Ephemeris, exclusivamente para usuarios.

No se admite el modo público para esta superficie. Se requieren campos de vector de nacimiento.

Idioma: Solo inglés (actualmente)

Soporte de idiomas: Este punto final, respaldado por el motor /api/v1/horoscope/reports/*, actualmente admite solo inglés (lang=en).

Punto final

Método Ruta
POST https://api.numerologyapi.com/api/v1/horoscope/reports/planet/house/monthly

Cuerpo de la solicitud

Nombre Requerido Tipo Ejemplo Descripción
dob string 1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$
timezone No string America/New_York IANA timezone for period anchor resolution. Default: UTC.
include_snapshot No booleano (opcional) - Interruptor opcional de modo compacto. Establecer en false para omitir el bloque de instantánea del payload de respuesta.
include_positions No booleano (opcional) - Interruptor opcional de modo compacto. Establecer en false para omitir los arrays de posiciones del payload de respuesta.
zodiac_system No string (opcional) tropical Zodiac computation mode. Allowed: sidereal, tropical
ayanamsa No string (opcional) lahiri Sidereal ayanamsa system. Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system No string (opcional) placidus House calculation system. Allowed: placidus, whole_sign, equal, koch
node_type No string (opcional) true Lunar node mode. Allowed: true, mean
tenant_id No string (opcional) docs-smoke Override opcional de namespace de tenant/cache.
birth_time No string (opcional) `13:45 Birth time (` HH:MM, 24h). Requerido para informes de casas personalizados.
birth_latitude No número (opcional) `40.7128 Latitud de nacimiento. Requerido para informes de casas personalizados.
birth_longitude No número (opcional) `-74.0060 Longitud de nacimiento. Requerido para informes de casas personalizados.
birth_timezone No string (opcional) `America/New_York Birth-time timezone override (IANA). Falls back to zona horaria.
house_override No entero (opcional) `10 Optional deterministic house focus override. Allowed: 1 to 12.
sections No array `["career","money"] Requested report sections. Allowed: amor_solteros, amor_parejas, carrera, amistad, salud, dinero, comunicación, estilo_de_vida. general is not allowed here; use / resumen.
planet No string `sun Planet focus key. Allowed: sol, luna, mercurio, venus, marte, jupiter, saturno, urano, neptuno, plutón, quirón, nodo_norte, nodo_sur, lilith, pallas, juno, vesta, eris, ceres.
target_date No string (opcional) `2026-04-07 Period anchor date (YYYY-MM-DD.
```Devuelve el payload del motor y los metadatos del gateway:
  • _enterprise
  • _api_metadata_
## Ejemplo en Modo Personalizado

```bash
curl --request POST   --url "https://api.numerologyapi.com/api/v1/horoscope/reports/planet/house/monthly?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,
  "planet": "sun",
  "target_date": "2026-04-07",
  "sections": [
    "career",
    "money"
  ]
}'

Ejemplo de Respuesta

{
  "report_type": "planet_house",
  "sign": "CANCER",
  "period": "monthly",
  "start": "2026-04-01T00:00:00",
  "end": "2026-05-01T00:00:00",
  "data": {
    "period": "monthly",
    "start": "2026-04-01T00:00:00",
    "end": "2026-05-01T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-16T12:00:00",
      "zodiac_system": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.224339,
      "ayanamsa_system": "lahiri",
      "sun_sign": "ARIES",
      "moon_sign": "ARIES",
      "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": 26.50966881535653,
          "tropical_longitude": 26.50966881535653,
          "sidereal_longitude": 2.283775810788184,
          "latitude": 7.087362887347375e-05,
          "speed": 0.9789390598036218,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.50966881535653,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Moon",
          "longitude": 12.998480106481756,
          "tropical_longitude": 12.998480106481756,
          "sidereal_longitude": 348.7725871019134,
          "latitude": 2.9400705735311194,
          "speed": 14.40091288941325,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 12.998480106481756,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Mercury",
          "longitude": 1.9410891000672725,
          "tropical_longitude": 1.9410891000672725,
          "sidereal_longitude": 337.7151960954989,
          "latitude": -2.6212986090070034,
          "speed": 1.4477404530687343,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 1.9410891000672725,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Venus",
          "longitude": 50.65130841728208,
          "tropical_longitude": 50.65130841728208,
          "sidereal_longitude": 26.425415412713736,
          "latitude": 0.2399488620587063,
          "speed": 1.221639902383443,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 20.65130841728208,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Mars",
          "longitude": 5.1940304338797665,
          "tropical_longitude": 5.1940304338797665,
          "sidereal_longitude": 340.9681374293114,
          "latitude": -0.9752268990901437,
          "speed": 0.7754559729642305,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 5.1940304338797665,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Jupiter",
          "longitude": 107.12151831506527,
          "tropical_longitude": 107.12151831506527,
          "sidereal_longitude": 82.89562531049691,
          "latitude": 0.38142418945210976,
          "speed": 0.10677240118173978,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 17.121518315065273,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Saturn",
          "longitude": 7.45113822292677,
          "tropical_longitude": 7.45113822292677,
          "sidereal_longitude": 343.22524521835845,
          "latitude": -2.1452437494404855,
          "speed": 0.12043425915500207,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 7.45113822292677,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Uranus",
          "longitude": 59.49617022069901,
          "tropical_longitude": 59.49617022069901,
          "sidereal_longitude": 35.27027721613065,
          "latitude": -0.1671759688503485,
          "speed": 0.051014746366461944,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 29.496170220699007,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Neptune",
          "longitude": 2.771477140824063,
          "tropical_longitude": 2.771477140824063,
          "sidereal_longitude": 338.54558413625574,
          "latitude": -1.3124365327073213,
          "speed": 0.035331514054857786,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 2.771477140824063,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Pluto",
          "longitude": 305.4151771832098,
          "tropical_longitude": 305.4151771832098,
          "sidereal_longitude": 281.18928417864146,
          "latitude": -3.9956650116260146,
          "speed": 0.009334907918120267,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 5.415177183209778,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Chiron",
          "longitude": 26.63126085752127,
          "tropical_longitude": 26.63126085752127,
          "sidereal_longitude": 2.405367852952924,
          "latitude": 0.3500774070148342,
          "speed": 0.059543103108923,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.63126085752127,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Ceres",
          "longitude": 42.65533379704791,
          "tropical_longitude": 42.65533379704791,
          "sidereal_longitude": 18.429440792479554,
          "latitude": -4.253259490435916,
          "speed": 0.4023486201278909,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 12.65533379704791,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "North Node",
          "longitude": 338.03405503557394,
          "tropical_longitude": 338.03405503557394,
          "sidereal_longitude": 313.80816203100557,
          "latitude": 0.0,
          "speed": -0.08445942989281556,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 8.034055035573942,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "South Node",
          "longitude": 158.03405503557394,
          "tropical_longitude": 158.03405503557394,
          "sidereal_longitude": 133.80816203100557,
          "latitude": 0.0,
          "speed": -0.08445942989281556,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 8.034055035573942,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Lilith",
          "longitude": 253.07671539876827,
          "tropical_longitude": 253.07671539876827,
          "sidereal_longitude": 228.85082239419995,
          "latitude": -5.112571989028335,
          "speed": 0.11201316662837364,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 13.076715398768272,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Pallas",
          "longitude": 356.9060260936163,
          "tropical_longitude": 356.9060260936163,
          "sidereal_longitude": 332.68013308904796,
          "latitude": 2.9702754953762223,
          "speed": 0.32209002612972504,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 26.906026093616276,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Juno",
          "longitude": 304.593472013617,
          "tropical_longitude": 304.593472013617,
          "sidereal_longitude": 280.36757900904865,
          "latitude": 11.934003050180687,
          "speed": 0.2284202452815486,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 4.593472013616974,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Vesta",
          "longitude": 347.7987930283952,
          "tropical_longitude": 347.7987930283952,
          "sidereal_longitude": 323.5729000238269,
          "latitude": -4.0714247621416115,
          "speed": 0.4674635609289359,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 17.79879302839521,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Eris",
          "longitude": 25.288619913677334,
          "tropical_longitude": 25.288619913677334,
          "sidereal_longitude": 1.062726909108991,
          "latitude": -10.388447759362775,
          "speed": 0.010943637350751188,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 25.288619913677334,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Uranus",
          "aspect": "semi-sextile",
          "orb": 2.99,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Chiron",
          "aspect": "conjunction",
          "orb": 0.12,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 1.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 0.4,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 1.22,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 7.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 4.12,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 5.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 1.5,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Ceres",
          "aspect": "semi-sextile",
          "orb": 0.34,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 0.08,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 3.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 5.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 2.44,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 0.83,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 3.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 5.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 2.65,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Mars",
          "aspect": "semi-square",
          "orb": 0.46,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Jupiter",
          "aspect": "sextile",
          "orb": 3.53,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Saturn",
          "aspect": "semi-square",
          "orb": 1.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Neptune",
          "aspect": "semi-square",
          "orb": 2.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 8.0,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 2.85,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 2.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 5.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 2.42,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 0.22,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.84,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.84,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 7.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.6,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.63,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Ceres",
          "aspect": "sextile",
          "orb": 4.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 0.68,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.68,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 0.58,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 0.58,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.63,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 2.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.28,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 5.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 2.59,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 5.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 5.87,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 1.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 7.24,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.62,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.62,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 0.82,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 2.62,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 1.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 0.27,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 7.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 1.34,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 4.62,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 4.62,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 0.42,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.75,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 5.14,
          "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": 5.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 5.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 4.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 1.62,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 1.79,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 6,
      "aspect_counts": {
        "opposition": 15,
        "semi-sextile": 55,
        "square": 63,
        "conjunction": 75,
        "semi-square": 54,
        "trine": 58,
        "quincunx": 29,
        "sextile": 86,
        "sesquiquadrate": 20
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": [
        "Moon enters SAGITTARIUS on Apr 06",
        "Moon enters AQUARIUS on Apr 11",
        "Mars enters ARIES on Apr 11",
        "Moon enters ARIES on Apr 16",
        "Mercury enters ARIES on Apr 16",
        "Sun enters TAURUS on Apr 21",
        "Moon enters GEMINI on Apr 21",
        "Moon enters VIRGO on Apr 26",
        "Venus enters GEMINI on Apr 26",
        "Uranus enters GEMINI on Apr 26",
        "Pallas enters ARIES on Apr 26"
      ]
    },
    "notable_events": [
      "Full Moon window on Apr 01",
      "Saturn sextile Pluto exact on Apr 01",
      "Moon opposition Saturn exact on Apr 01",
      "Sun trine Lilith exact on Apr 01",
      "Moon trine Pluto exact on Apr 01",
      "Moon trine Saturn exact on Apr 06",
      "Sun square Jupiter exact on Apr 06",
      "Venus sextile North Node exact on Apr 06",
      "Ceres sextile North Node exact on Apr 06",
      "Neptune sextile Juno exact on Apr 06",
      "Moon sextile Pluto exact on Apr 06",
      "Moon sextile Saturn exact on Apr 11"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-01T12:00:00",
        "event_type": "lunation",
        "body1": "Moon",
        "body2": "Sun",
        "sign": null,
        "aspect": null,
        "exactness": 6.91,
        "narrative_priority": 1.915,
        "section_bias": {
          "general": 2.9,
          "love_singles": 0.6000000000000001,
          "love_couples": 0.6000000000000001,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5,
          "lifestyle": 0.5
        },
        "description": "Full Moon window on Apr 01"
      },
      {
        "timestamp": "2026-04-01T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.39,
        "narrative_priority": 1.866,
        "section_bias": {
          "general": 1.6,
          "career": 1.3,
          "health": 0.5,
          "money": 0.5,
          "love_couples": 0.4
        },
        "description": "Saturn sextile Pluto exact on Apr 01"
      },
      {
        "timestamp": "2026-04-01T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Saturn",
        "sign": null,
        "aspect": "opposition",
        "exactness": 0.75,
        "narrative_priority": 1.848,
        "section_bias": {
          "general": 1.7999999999999998,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8,
          "career": 0.8,
          "money": 0.5
        },
        "description": "Moon opposition Saturn exact on Apr 01"
      },
      {
        "timestamp": "2026-04-01T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Lilith",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.37,
        "narrative_priority": 1.702,
        "section_bias": {
          "general": 1.5,
          "career": 0.5,
          "lifestyle": 0.5
        },
        "description": "Sun trine Lilith exact on Apr 01"
      },
      {
        "timestamp": "2026-04-01T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Pluto",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.36,
        "narrative_priority": 1.702,
        "section_bias": {
          "general": 2.0,
          "love_singles": 0.4,
          "love_couples": 0.8,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5
        },
        "description": "Moon trine Pluto exact on Apr 01"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Saturn",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.02,
        "narrative_priority": 1.884,
        "section_bias": {
          "general": 1.7999999999999998,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8,
          "career": 0.8,
          "money": 0.5
        },
        "description": "Moon trine Saturn exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "square",
        "exactness": 0.51,
        "narrative_priority": 1.86,
        "section_bias": {
          "general": 2.0,
          "career": 1.3,
          "lifestyle": 0.9,
          "money": 0.8
        },
        "description": "Sun square Jupiter exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.14,
        "narrative_priority": 1.768,
        "section_bias": {
          "general": 1.4,
          "love_singles": 1.2,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4,
          "career": 0.4
        },
        "description": "Venus sextile North Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.4,
        "narrative_priority": 1.755,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "Ceres sextile North Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.24,
        "narrative_priority": 1.708,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.91,
        "narrative_priority": 1.675,
        "section_bias": {
          "general": 2.0,
          "love_singles": 0.4,
          "love_couples": 0.8,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5
        },
        "description": "Moon sextile Pluto exact on Apr 06"
      },
      {
        "timestamp": "2026-04-11T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Saturn",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.64,
        "narrative_priority": 1.853,
        "section_bias": {
          "general": 1.7999999999999998,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8,
          "career": 0.8,
          "money": 0.5
        },
        "description": "Moon sextile Saturn exact on Apr 11"
      },
      {
        "timestamp": "2026-04-11T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Pluto",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.84,
        "narrative_priority": 1.678,
        "section_bias": {
          "general": 2.0,
          "love_singles": 0.4,
          "love_couples": 0.8,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5
        },
        "description": "Moon conjunction Pluto exact on Apr 11"
      },
      {
        "timestamp": "2026-04-16T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Jupiter",
        "body2": "Vesta",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.68,
        "narrative_priority": 1.851,
        "section_bias": {
          "general": 1.1,
          "career": 0.8,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Jupiter trine Vesta exact on Apr 16"
      },
      {
        "timestamp": "2026-04-16T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Chiron",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.12,
        "narrative_priority": 1.714,
        "section_bias": {
          "general": 1.9,
          "career": 0.5,
          "lifestyle": 0.5,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Sun conjunction Chiron exact on Apr 16"
      },
      {
        "timestamp": "2026-04-16T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.22,
        "narrative_priority": 1.709,
        "section_bias": {
          "general": 1.2,
          "career": 1.3,
          "health": 0.6,
          "love_singles": 0.3,
          "love_couples": 0.4
        },
        "description": "Mars sextile Pluto exact on Apr 16"
      },
      {
        "timestamp": "2026-04-16T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mercury",
        "body2": "Neptune",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.83,
        "narrative_priority": 1.679,
        "section_bias": {
          "general": 1.0,
          "communication": 0.9,
          "career": 0.4,
          "friendship": 0.3,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Mercury conjunction Neptune exact on Apr 16"
      },
      {
        "timestamp": "2026-04-21T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Pluto",
        "body2": "Juno",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.24,
        "narrative_priority": 1.708,
        "section_bias": {
          "general": 1.2,
          "career": 0.5,
          "love_couples": 0.4
        },
        "description": "Pluto conjunction Juno exact on Apr 21"
      },
      {
        "timestamp": "2026-04-26T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mercury",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "square",
        "exactness": 0.44,
        "narrative_priority": 1.863,
        "section_bias": {
          "general": 1.1,
          "communication": 0.9,
          "career": 1.2000000000000002,
          "friendship": 0.3,
          "money": 0.8,
          "lifestyle": 0.4
        },
        "description": "Mercury square Jupiter exact on Apr 26"
      },
      {
        "timestamp": "2026-04-26T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Uranus",
        "body2": "Pallas",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.06,
        "narrative_priority": 1.717,
        "section_bias": {
          "general": 1.0,
          "lifestyle": 0.7,
          "communication": 0.4
        },
        "description": "Uranus sextile Pallas exact on Apr 26"
      },
      {
        "timestamp": "2026-04-26T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Neptune",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.28,
        "narrative_priority": 1.706,
        "section_bias": {
          "general": 1.0,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Venus sextile Neptune exact on Apr 26"
      },
      {
        "timestamp": "2026-04-26T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Moon",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.31,
        "narrative_priority": 1.705,
        "section_bias": {
          "general": 2.3,
          "career": 0.5,
          "lifestyle": 0.5,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.3
        },
        "description": "Sun trine Moon exact on Apr 26"
      },
      {
        "timestamp": "2026-04-26T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Juno",
        "sign": null,
        "aspect": "square",
        "exactness": 0.45,
        "narrative_priority": 1.698,
        "section_bias": {
          "general": 1.5,
          "career": 0.5,
          "lifestyle": 0.5
        },
        "description": "Sun square Juno exact on Apr 26"
      },
      {
        "timestamp": "2026-04-26T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Pluto",
        "sign": null,
        "aspect": "square",
        "exactness": 0.79,
        "narrative_priority": 1.681,
        "section_bias": {
          "general": 2.1,
          "career": 1.0,
          "lifestyle": 0.5,
          "love_couples": 0.4
        },
        "description": "Sun square Pluto exact on Apr 26"
      }
    ],
    "factor_values": {
      "transits_archetypes": "conjunction_growth",
      "aspects": "conjunction",
      "monthly_lunation_archetypes": "new_moon_reset",
      "eclipse_archetypes": "no_eclipse",
      "planet_core_archetypes": "sun_core",
      "planet_condition_archetypes": "direct_flow",
      "planet_sign_archetypes": "modality_cardinal",
      "planet_house_focus": "tenth_house"
    },
    "focus_source": "override",
    "planet_focus_source": "override",
    "top_drivers": [
      {
        "factor_type": "planet_core_archetypes",
        "factor_value": "sun_core",
        "weight": 1.55,
        "influence": "Leverage your protective instincts to build a workplace where loyalty and trust are non-negotiable foundations."
      },
      {
        "factor_type": "planet_condition_archetypes",
        "factor_value": "direct_flow",
        "weight": 1.4,
        "influence": "Embrace the quiet strength of your emotional intelligence to guide others through ambiguity without overstepping—let them feel your guidance, not your control."
      },
      {
        "factor_type": "planet_house_focus",
        "factor_value": "tenth_house",
        "weight": 1.35,
        "influence": "Embrace the quiet confidence that comes from knowing your role in the grander vision. This is your moment to lead with purpose, not just power."
      },
      {
        "factor_type": "planet_sign_archetypes",
        "factor_value": "modality_cardinal",
        "weight": 1.25,
        "influence": "Your high emotional intelligence will naturally inspire loyalty; trust your gut to shape decisions that resonate with authenticity."
      }
    ],
    "aspect_signature": null,
    "transit_windows": []
  },
  "sections": [
    {
      "section": "career",
      "title": "Career monthly outlook: protective and intuitive (high)",
      "headline": "Planet-house focus in work visibility, priorities, and execution: sun core",
      "summary": "April 2026 runs planet-led for Cancer; Sun keeps drawing attention to work visibility, priorities, and execution. This month keeps testing visible busyness and work that compounds; long-term gains favor the latter. Progress lands cleaner when pacing stays intentional. Results build when sun focus and direct flow flow are carried with initiating, decisive momentum delivery through public positioning, leadership pressure, and reputation decisions. At the opening of the month, Sun trine Lilith peaks on Apr 01. Around the monthly pivot, Sun square Jupiter peaks on Apr 06. As month-end approaches, Sun conjunction Chiron peaks on Apr 16. These shifts affect timing, influence, and how your work is perceived. In career terms, with Sun leading work visibility, priorities, and execution, route effort through execution quality; this keeps delivery standards aligned with visible professional traction; Professionally, convert this into concrete output and clean prioritization. Leverage your protective instincts to build a workplace where loyalty and trust are non-negotiable foundations. That framing improves strategic timing. In parallel, At professional level, with direct flow online, steady execution quality keeps delivery standards moving toward visible professional traction; At work, sequence this into focused execution and visible follow-through. Ask your direct reports: ‘What’s one thing I could do to make your work feel more secure?’—listen without judgment to their answers. This keeps your effort compounding. In career terms, This monthly lunation signature of new moon reset rewards emotional coherence over reactivity; Professionally, convert this into concrete output and clean prioritization. You may want visible busyness, but this cycle rewards work that compounds. Close this month with disciplined momentum you can keep next month. Keep it anchored in work visibility, priorities, and execution. Schedule a ‘career audit’ with a trusted mentor: Align your ambitions with your team’s growth needs. Tie this to one measurable output.",
      "deep_report": "Planet-house direction leads the cycle, then reinforcement signals refine delivery. For this monthly career arc, let positioning be your orienting principle.\n\nAs the month develops, this planet-house line drives decisions; the practical consequence is this: At the core of this monthly arc is planet core archetypes signature of sun core. In career terms, with Sun leading work visibility, priorities, and execution, route effort through execution quality; this keeps delivery standards aligned with visible professional traction; Professionally, convert this into concrete output and clean prioritization. From an execution lens, center Leverage your protective instincts to build a workplace where loyalty and trust are non-negotiable foundations. Make it concrete with Schedule a ‘career audit’ with a trusted mentor: Align your ambitions with your team’s growth needs. Keep Track how your emotional intelligence influences team morale—adjust communication styles as needed visible while limiting Overindulging in team-building may dilute focus; prioritize tasks that align with your leadership goals. With Full Moon window on Apr 01 active, read it as a planet-house execution marker in work visibility, priorities, and execution for this month.\n\nAnother planet-house layer now calibrates execution pace; the practical consequence is this: A meaningful counter-pressure comes through planet condition archetypes signature of direct flow. At professional level, with direct flow online, steady execution quality keeps delivery standards moving toward visible professional traction; At work, sequence this into focused execution and visible follow-through. Operational stress collects around Embrace the quiet strength of your emotional intelligence to guide others through ambiguity without overstepping—let them feel your guidance, not your control. Reduce volatility through Schedule a ‘career check-in’ with yourself: Review your goals, but also note where your Cancerian instincts (e.g., fear of abandonment, need for security) may be misfiring. Keep Ask your direct reports: ‘What’s one thing I could do to make your work feel more secure?’—listen without judgment to their answers active to prevent the urge to shield others from challenges by default; instead, model resilience by framing setbacks as temporary learning opportunities. As Moon trine Saturn peaks on Apr 06 peaks, tighten delivery choices in work visibility, priorities, and execution within this planet-house cycle.\n\nFor month-end coherence, this planet-house line stays central; the practical consequence is this: Pacing decisions in this monthly cycle are shaped by planet house focus signature of tenth house. In career terms, with the planet focused in tenth house, public positioning, leadership pressure, and reputation decisions carries the strongest practical signal; Professionally, convert this into concrete output and clean prioritization. In operational pacing, Embrace the quiet confidence that comes from knowing your role in the grander vision sets the edge. Support it with Celebrate small wins in your tenth house domain this month. Keep Journal about a time you felt most aligned with your tenth house purpose visible while limiting overidentifying with outcomes this month. As Moon sextile Saturn peaks on Apr 11 comes into focus, sequence priorities in work visibility, priorities, and execution with planet-house precision this month.\n\nClose the month by carrying forward planet-house aligned choices only.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on public positioning, leadership pressure, and reputation decisions, making this life-area the main decision arena.",
        "Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
      ],
      "cautions": [
        "Overindulging in team-building may dilute focus; prioritize tasks that align with your leadership goals.",
        "Resist the urge to shield others from challenges by default; instead, model resilience by framing setbacks as temporary learning opportunities.",
        "Steer clear of overidentifying with outcomes this month. Your emotional depth can cloud judgment if you fixate on external validation.",
        "Overly sentimental approaches may soften momentum—focus on tangible outcomes while preserving your emotional equilibrium."
      ],
      "actions": [
        "Schedule a ‘career audit’ with a trusted mentor: Align your ambitions with your team’s growth needs.",
        "Schedule a ‘career check-in’ with yourself: Review your goals, but also note where your Cancerian instincts (e.g., fear of abandonment, need for security) may be misfiring.",
        "Celebrate small wins in your tenth house domain this month. Recognize progress as fuel, not justification.",
        "Schedule ‘energy audits’ monthly to assess your emotional stamina—pause before overcommitment to avoid resentment or fatigue."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 42.8,
        "opportunity": 100.0,
        "focus": 86.4,
        "stability": 39.9,
        "connection": 78.2
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "transits_archetypes",
          "factor_value": "conjunction_growth",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your emotional depth now fuels ambition—lean into intuition to refine your leadership style. Trust your gut to guide strategic decisions.",
            "caution": "Resist the urge to micromanage others’ work. Let your team’s growth mirror your own leadership confidence, not control.",
            "reflection": "Notice where you’ve held back due to fear of judgment. This month, practice speaking up without over-explaining—confidence matters more.",
            "monthly_tip": "Delegate tasks that drain your emotional energy. Protect your focus by outsourcing what others can handle—your energy is a resource.",
            "affirmation": "My team thrives when I lead with both heart and strategy. I am a bridge between empathy and execution—unshakable in my purpose."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "conjunction",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "This is your chance to merge creativity with structure—let your leadership naturally emerge in how you collaborate and innovate.",
            "caution": "Watch for the temptation to prioritize visibility over substance—this aspect thrives on depth, not just recognition.",
            "reflection": "Ask: What’s the core value I’m building here?—this conjunction forces you to distill your work into its purest form.",
            "monthly_tip": "Pair this energy with a monthly ‘boundary ritual’ (e.g., stepping away for 20 mins before deep work to reset).",
            "affirmation": "I honor my emotional depth while keeping my professional focus sharp and purposeful."
          }
        },
        {
          "factor_type": "monthly_lunation_archetypes",
          "factor_value": "new_moon_reset",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Lean into this new moon to refocus your ambition—let the quiet energy of Cancer’s watery depth sharpen your career vision.",
            "caution": "Avoid overcommitting to tasks that drain your emotional stamina—Cancer’s intensity thrives on depth, not burnout.",
            "reflection": "Review your top priorities: Are they still resonant, or do they need to evolve with this lunar energy?",
            "monthly_tip": "Block time for a ‘career reset’ ritual: meditate, visualize your ideal work environment, then plan one small ritual to honor it.",
            "affirmation": "I honor my career with purposeful energy, trusting the new moon’s guidance to align my efforts with my highest vision."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "no_eclipse",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Avoid overthinking details—your intuition speaks louder than analysis when clarity is needed.",
            "caution": "Guard against burnout by setting boundaries—your career thrives on sustainable momentum, not relentless effort.",
            "reflection": "What’s a past decision that felt ‘right’ at the time but didn’t yield results? Your subconscious is rewiring your approach.",
            "monthly_tip": "Delegate tasks that drain your emotional energy—your leadership strength comes from what you create, not control.",
            "affirmation": "Confidence in my choices empowers me to take bold steps without overthinking."
          }
        },
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.55,
          "factor_insights": {
            "motivation": "Leverage your protective instincts to build a workplace where loyalty and trust are non-negotiable foundations.",
            "caution": "Overindulging in team-building may dilute focus; prioritize tasks that align with your leadership goals.",
            "reflection": "Track how your emotional intelligence influences team morale—adjust communication styles as needed.",
            "monthly_tip": "Schedule a ‘career audit’ with a trusted mentor: Align your ambitions with your team’s growth needs.",
            "affirmation": "I protect my energy to fuel high-impact contributions that align with my vision."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "direct_flow",
          "weight": 1.4,
          "factor_insights": {
            "motivation": "Embrace the quiet strength of your emotional intelligence to guide others through ambiguity without overstepping—let them feel your guidance, not your control.",
            "caution": "Resist the urge to shield others from challenges by default; instead, model resilience by framing setbacks as temporary learning opportunities.",
            "reflection": "Ask your direct reports: ‘What’s one thing I could do to make your work feel more secure?’—listen without judgment to their answers.",
            "monthly_tip": "Schedule a ‘career check-in’ with yourself: Review your goals, but also note where your Cancerian instincts (e.g., fear of abandonment, need for security) may be misfiring.",
            "affirmation": "I lead with my Cancerian heart’s wisdom, not my shadow’s fear. My team trusts my ability to balance protection with growth."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "modality_cardinal",
          "weight": 1.25,
          "factor_insights": {
            "motivation": "Your high emotional intelligence will naturally inspire loyalty; trust your gut to shape decisions that resonate with authenticity.",
            "caution": "Overly sentimental approaches may soften momentum—focus on tangible outcomes while preserving your emotional equilibrium.",
            "reflection": "Ask: Where did my intuition guide me best? and Where did it lead to hesitation? to refine your approach.",
            "monthly_tip": "Schedule ‘energy audits’ monthly to assess your emotional stamina—pause before overcommitment to avoid resentment or fatigue.",
            "affirmation": "Every decision I make reflects my authenticity; my team’s trust grows from my grounded, intentional leadership."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "tenth_house",
          "weight": 1.35,
          "factor_insights": {
            "motivation": "Embrace the quiet confidence that comes from knowing your role in the grander vision. This is your moment to lead with purpose, not just power.",
            "caution": "Avoid overidentifying with outcomes this month. Your emotional depth can cloud judgment if you fixate on external validation.",
            "reflection": "Journal about a time you felt most aligned with your tenth house purpose. What patterns emerged in those moments?",
            "monthly_tip": "Celebrate small wins in your tenth house domain this month. Recognize progress as fuel, not justification.",
            "affirmation": "I release the need to control outcomes; my focus remains on cultivating an environment where growth flourishes."
          }
        }
      ],
      "debug_trace": null
    },
    {
      "section": "money",
      "title": "Money monthly outlook: protective and intuitive (high)",
      "headline": "resources, spending choices, and value alignment under planet-house pressure: sun core",
      "summary": "This month stays planet-led for Cancer through Sun, and resources, spending choices, and value alignment is where compounding starts. Across the month, a visibility-forward push where identity and direction need clean ownership repeatedly rewards value-led financial decisions over emotional spending loops. Build momentum by sequencing, not overloading. In this monthly cycle, sun leverage plus direct flow timing makes earnings visibility through reputation, positioning, and delivery quality the main field for initiating, decisive momentum execution. Early in the month, Sun trine Lilith peaks on Apr 01. Around mid-month, Sun square Jupiter peaks on Apr 06. Toward month-end, Sun conjunction Chiron peaks on Apr 16. These shifts affect spending behavior, timing, and opportunity cost. Let this shift guide your pacing, not your panic. In money terms, with Sun leading resources, spending choices, and value alignment, route effort through value-led allocation; this keeps spending discipline aligned with financial stability; Financially, apply this through value-based decisions and disciplined timing. Guard your emotional energy to protect your financial reserves—Cancer’s intuitive guardrails demand discipline in spending. This helps you protect long-term stability. In parallel, At resource-management level, Condition is direct flow, so value-led allocation can build financial stability without forcing pace; with money, convert this into timing discipline and values-led choices. Your financial story isn’t about ‘enough’—it’s about ‘enough now.’ The moon here is reminding you that growth isn’t linear; it’s in the pauses between waves. That perspective strengthens financial discipline. In money terms, New moon reset in the lunar arc highlights emotional sequencing before execution; Financially, apply this through value-based decisions and disciplined timing. Quick relief can be expensive in the long run. Close the month by preserving the moves that scaled cleanly. Keep it anchored in resources, spending choices, and value alignment. Set a ‘no-spend’ day this month—use the funds toward a long-term financial milestone instead. Anchor the move to value, not impulse.",
      "deep_report": "The monthly arc opens at the planet-house pressure point, then integrates timing context. This reading stays coherent when cashflow remains central to your choices.\n\nAs the month develops, this planet-house line drives decisions; the lived expression is this: The lead signal for this monthly window is planet core archetypes signature of sun core. In money terms, with Sun leading resources, spending choices, and value alignment, route effort through value-led allocation; this keeps spending discipline aligned with financial stability; Financially, apply this through value-based decisions and disciplined timing. In practical terms, the priority is Guard your emotional energy to protect your financial reserves—Cancer’s intuitive guardrails demand discipline in spending. Convert it into outcomes via Set a ‘no-spend’ day this month—use the funds toward a long-term financial milestone instead. Keep Review your budget like a love letter to your future self—where does it honor your needs alive and avoid overcommitting to shared financial goals unless you’ve aligned with partners on priorities. As Full Moon window on Apr 01 comes into focus, sequence priorities in resources, spending choices, and value alignment with planet-house precision this month.\n\nAs the cycle deepens, this cue governs sequence; the lived expression is this: Another consequential influence in this monthly arc is planet condition archetypes signature of direct flow. At resource-management level, Condition is direct flow, so value-led allocation can build financial stability without forcing pace; with money, convert this into timing discipline and values-led choices. The practical tension point is This isn’t a time to chase; it’s a time to feel the pause. Re-center process with Use the ‘24-hour rule’ for purchases under $100. Hold Your financial story isn’t about ‘enough’—it’s about ‘enough now.’ The moon here is reminding you that growth isn’t linear; it’s in the pauses between waves and reduce the trap of ‘I’ll fix this later.’ Instead, treat every dollar as a seed. With Moon trine Saturn peaks on Apr 06 active, read it as a planet-house execution marker in resources, spending choices, and value alignment for this month.\n\nAt monthly integration, this planet-house cue protects structure; the practical consequence is this: The next timing lever is planet house focus signature of tenth house. In money terms, Planet house focus lands in tenth house, centering earnings visibility through reputation, positioning, and delivery quality as the active life domain; Financially, apply this through value-based decisions and disciplined timing. Timing in execution strengthens around This month, lean into the emotional intelligence of Cancer: track spending with the same care you’d tend a garden, ensuring roots run deep and roots don’t dry out. Sequence delivery with Use the ‘two-bucket system’: One bucket for fixed tenth-house expenses (rent, insurance), another for variable costs (dining, entertainment). Let What legacy do I want my tenth house finances to support protect you from emotional spending sprees tied to insecurity—Cancer’s water sign amplifies vulnerability when finances feel unstable. As Moon sextile Saturn peaks on Apr 11 comes into focus, sequence priorities in resources, spending choices, and value alignment with planet-house precision this month.\n\nAcross the month, planet-house durability comes from treating the axis as architecture.",
      "highlights": [
        "Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
        "Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
        "Planet house focus concentrates on earnings visibility through reputation, positioning, and delivery quality, making this life-area the main decision arena.",
        "Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
      ],
      "cautions": [
        "Monitor overcommitting to shared financial goals unless you’ve aligned with partners on priorities.",
        "Monitor the trap of ‘I’ll fix this later.’ Instead, treat every dollar as a seed. Even the smallest act of restraint this month yields harvests in the future.",
        "Watch for emotional spending sprees tied to insecurity—Cancer’s water sign amplifies vulnerability when finances feel unstable. Avoid impulsive withdrawals or over-reliance on credit.",
        "Watch for emotional spending tied to self-worth; detach from financial decisions to prevent overspending on fleeting needs."
      ],
      "actions": [
        "Set a ‘no-spend’ day this month—use the funds toward a long-term financial milestone instead.",
        "Apply the ‘24-hour rule’ for purchases under $100. If you still want it after a day, ask: Does this align with my values, or is it just a distraction?",
        "Use the ‘two-bucket system’: One bucket for fixed tenth-house expenses (rent, insurance), another for variable costs (dining, entertainment). This keeps you from overspending in one category.",
        "Open a ‘future-you’ fund: Set aside $20–$50 monthly for an unexpected expense that aligns with your values."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 43.3,
        "opportunity": 100.0,
        "focus": 84.9,
        "stability": 41.0,
        "connection": 78.6
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "transits_archetypes",
          "factor_value": "conjunction_growth",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This month, trust your gut when budgeting; a Cancer’s cautious nature will sharpen your ability to prioritize what truly matters.",
            "caution": "Avoid dismissing unexpected expenses as ‘just a phase’—track them to ensure they don’t derail your financial plan.",
            "reflection": "Consider setting aside a ‘comfort fund’ for seasonal needs (e.g., holiday prep, home repairs) to reduce last-minute stress.",
            "monthly_tip": "Schedule a ‘financial check-in’ with a trusted friend or partner to share your goals. Accountability amplifies commitment.",
            "affirmation": "My spending reflects wisdom, not whimsy; I trust my intuition to guide intentional decisions."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "conjunction",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Cancer’s water energy demands you align spending with your deepest needs, not just short-term gains.",
            "caution": "Avoid ‘emotional deposits’—if a transaction feels like a guilt trip, pause and reconsider.",
            "reflection": "Ask: Where do I feel most vulnerable financially? (E.g., medical bills, job instability?) Address these first to honor your water sign’s need for security.",
            "monthly_tip": "Use the conjunction’s energy to negotiate bills—frame requests as ‘protecting my emotional stability’ (e.g., ‘Can we adjust this to align with my income?’).",
            "affirmation": "I honor my worth by managing money with intention—not fear or impulse."
          }
        },
        {
          "factor_type": "monthly_lunation_archetypes",
          "factor_value": "new_moon_reset",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This is your chance to reclaim control over cash flow. The new moon’s silence is your cue to listen to what your finances need to grow.",
            "caution": "Watch for emotional spending spikes tied to this moon’s phase. Cancer’s water sign amplifies sensitivity—pause before tapping into savings for non-essentials.",
            "reflection": "Think of your finances as a relationship: What’s one unpaid bill or debt I’m avoiding that needs attention now?",
            "monthly_tip": "Write a letter to your future self about your financial goals. Seal it and open it in 3 months. The new moon’s energy demands accountability.",
            "affirmation": "My money flows with purpose, not impulse. I honor my needs and my limits this month."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "no_eclipse",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This month, lean into the quiet confidence of your instincts. The eclipse archetypes are whispering: ‘What if I hold tight?’ Answer with action.",
            "caution": "Avoid impulsive withdrawals or new financial commitments without a clear exit plan. Cancer’s moon cycles demand patience—wait for the right time to act.",
            "reflection": "Ask: ‘What legacy do I want my money to support?’ Cancer’s sign craves depth—align your spending with what truly nourishes your future.",
            "monthly_tip": "Open a separate savings account for non-emergency goals. Label it ‘Cancer’s Security Fund’—it’ll feel sacred to protect.",
            "affirmation": "My financial decisions are aligned with my values and future. I protect what matters most with deliberate care."
          }
        },
        {
          "factor_type": "planet_core_archetypes",
          "factor_value": "sun_core",
          "weight": 1.55,
          "factor_insights": {
            "motivation": "Guard your emotional energy to protect your financial reserves—Cancer’s intuitive guardrails demand discipline in spending.",
            "caution": "Avoid overcommitting to shared financial goals unless you’ve aligned with partners on priorities.",
            "reflection": "Review your budget like a love letter to your future self—where does it honor your needs?",
            "monthly_tip": "Set a ‘no-spend’ day this month—use the funds toward a long-term financial milestone instead.",
            "affirmation": "My money moves reflect my values, not my emotions."
          }
        },
        {
          "factor_type": "planet_condition_archetypes",
          "factor_value": "direct_flow",
          "weight": 1.4,
          "factor_insights": {
            "motivation": "This isn’t a time to chase; it’s a time to feel the pause. Let your caution be a compass, not a cage.",
            "caution": "Avoid the trap of ‘I’ll fix this later.’ Instead, treat every dollar as a seed. Even the smallest act of restraint this month yields harvests in the future.",
            "reflection": "Your financial story isn’t about ‘enough’—it’s about ‘enough now.’ The moon here is reminding you that growth isn’t linear; it’s in the pauses between waves.",
            "monthly_tip": "Use the ‘24-hour rule’ for purchases under $100. If you still want it after a day, ask: Does this align with my values, or is it just a distraction?",
            "affirmation": "My money moves with precision, not panic. I trust the rhythm of my own finances, and I trust myself to navigate them."
          }
        },
        {
          "factor_type": "planet_sign_archetypes",
          "factor_value": "modality_cardinal",
          "weight": 1.25,
          "factor_insights": {
            "motivation": "Observe how small, consistent contributions align with your emotional rhythm—growth happens when you align with your cycle.",
            "caution": "Watch for emotional spending tied to self-worth; detach from financial decisions to prevent overspending on fleeting needs.",
            "reflection": "Track how your mood influences spending; emotional triggers often distort financial logic, even if you don’t realize it.",
            "monthly_tip": "Start a ‘future-you’ fund: Set aside $20–$50 monthly for an unexpected expense that aligns with your values.",
            "affirmation": "My finances flow in harmony with my priorities, not my fears."
          }
        },
        {
          "factor_type": "planet_house_focus",
          "factor_value": "tenth_house",
          "weight": 1.35,
          "factor_insights": {
            "motivation": "This month, lean into the emotional intelligence of Cancer: track spending with the same care you’d tend a garden, ensuring roots run deep and roots don’t dry out.",
            "caution": "Watch for emotional spending sprees tied to insecurity—Cancer’s water sign amplifies vulnerability when finances feel unstable. Avoid impulsive withdrawals or over-reliance on credit.",
            "reflection": "Ask: What legacy do I want my tenth house finances to support? Align spending with values—whether that’s legacy planning, family security, or a creative project’s sustainability.",
            "monthly_tip": "Use the ‘two-bucket system’: One bucket for fixed tenth-house expenses (rent, insurance), another for variable costs (dining, entertainment). This keeps you from overspending in one category.",
            "affirmation": "My financial decisions flow with the rhythm of Cancer—patient, protective, and purposeful. I trust that my tenth house’s energy guides me toward sustainable abundance."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "3913245dba3de52c",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_report_planet_house_monthly_post",
    "endpoint_description": "Provides personalized monthly planet-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.540551+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": ""
  }
}