Saltar a contenido

Horóscopo Mensual de Estilo de Vida

El punto final Horóscopo Mensual de Estilo de Vida devuelve el informe generado por el motor lifestyle para el período monthly.

Idioma: Solo inglés (actualmente)

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

Punto Final

Método Ruta
POST https://api.numerologyapi.com/api/v1/horoscope/reports/lifestyle/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 used to resolve period anchors accurately. Default: UTC
include_snapshot No booleano (opcional) - Interruptor opcional para el modo compacto. Establecer en false para omitir el bloque de instantánea en el payload de respuesta.
include_positions No booleano (opcional) - Interruptor opcional para el modo compacto. Establecer en false para omitir los arrays de posiciones en el payload de respuesta.
zodiac_system No string (opcional) tropical Zodiac computation mode. Allowed: sideral, 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 del namespace de tenant/cache.
birth_time No string (opcional) 13:45 Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$
birth_latitude No número (opcional) 40.7128 Birth latitude. Range: -90 to 90.
birth_longitude No número (opcional) -74.0060 Birth longitude. Range: -180 to 180.
birth_timezone No cadena (opcional) America/New_York Zona horaria de nacimiento (IANA).
target_date No cadena (opcional) 2026-04-07 Target calendar date (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$

Respuesta

Devuelve el payload de respuesta del motor con envoltorios de gateway añadidos:

  • _enterprise
  • _api_metadata_

Ejemplo de Modo Personalizado (Recomendado)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/lifestyle/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",
  "target_date": "2026-04-07"
}'

Ejemplo de Modo Público (Basado en Signos)

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

Ejemplo de Respuesta

{
  "report_type": "horoscope",
  "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": "sidereal",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.224339,
      "ayanamsa_system": "lahiri",
      "sun_sign": "ARIES",
      "moon_sign": "PISCES",
      "rising_sign": null,
      "house_system": null,
      "house_cusps": null,
      "positions": [
        {
          "name": "Sun",
          "longitude": 2.283775810788184,
          "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": 2.283775810788184,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Moon",
          "longitude": 348.7725871019134,
          "tropical_longitude": 12.998480106481756,
          "sidereal_longitude": 348.7725871019134,
          "latitude": 2.9400705735311194,
          "speed": 14.40091288941325,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 18.772587101913416,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Mercury",
          "longitude": 337.7151960954989,
          "tropical_longitude": 1.9410891000672725,
          "sidereal_longitude": 337.7151960954989,
          "latitude": -2.6212986090070034,
          "speed": 1.4477404530687343,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 7.715196095498925,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Venus",
          "longitude": 26.425415412713736,
          "tropical_longitude": 50.65130841728208,
          "sidereal_longitude": 26.425415412713736,
          "latitude": 0.2399488620587063,
          "speed": 1.221639902383443,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.425415412713736,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Mars",
          "longitude": 340.9681374293114,
          "tropical_longitude": 5.1940304338797665,
          "sidereal_longitude": 340.9681374293114,
          "latitude": -0.9752268990901437,
          "speed": 0.7754559729642305,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 10.968137429311412,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Jupiter",
          "longitude": 82.89562531049691,
          "tropical_longitude": 107.12151831506527,
          "sidereal_longitude": 82.89562531049691,
          "latitude": 0.38142418945210976,
          "speed": 0.10677240118173978,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 22.89562531049691,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Saturn",
          "longitude": 343.22524521835845,
          "tropical_longitude": 7.45113822292677,
          "sidereal_longitude": 343.22524521835845,
          "latitude": -2.1452437494404855,
          "speed": 0.12043425915500207,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 13.225245218358452,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Uranus",
          "longitude": 35.27027721613065,
          "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": 5.270277216130651,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Neptune",
          "longitude": 338.54558413625574,
          "tropical_longitude": 2.771477140824063,
          "sidereal_longitude": 338.54558413625574,
          "latitude": -1.3124365327073213,
          "speed": 0.035331514054857786,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 8.54558413625574,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Pluto",
          "longitude": 281.18928417864146,
          "tropical_longitude": 305.4151771832098,
          "sidereal_longitude": 281.18928417864146,
          "latitude": -3.9956650116260146,
          "speed": 0.009334907918120267,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 11.189284178641458,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Chiron",
          "longitude": 2.405367852952924,
          "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": 2.405367852952924,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Ceres",
          "longitude": 18.429440792479554,
          "tropical_longitude": 42.65533379704791,
          "sidereal_longitude": 18.429440792479554,
          "latitude": -4.253259490435916,
          "speed": 0.4023486201278909,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 18.429440792479554,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "North Node",
          "longitude": 313.80816203100557,
          "tropical_longitude": 338.03405503557394,
          "sidereal_longitude": 313.80816203100557,
          "latitude": 0.0,
          "speed": -0.08445942989281556,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 13.808162031005565,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "South Node",
          "longitude": 133.80816203100557,
          "tropical_longitude": 158.03405503557394,
          "sidereal_longitude": 133.80816203100557,
          "latitude": 0.0,
          "speed": -0.08445942989281556,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 13.808162031005565,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Lilith",
          "longitude": 228.85082239419995,
          "tropical_longitude": 253.07671539876827,
          "sidereal_longitude": 228.85082239419995,
          "latitude": -5.112571989028335,
          "speed": 0.11201316662837364,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 18.85082239419995,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Pallas",
          "longitude": 332.68013308904796,
          "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": 2.680133089047956,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Juno",
          "longitude": 280.36757900904865,
          "tropical_longitude": 304.593472013617,
          "sidereal_longitude": 280.36757900904865,
          "latitude": 11.934003050180687,
          "speed": 0.2284202452815486,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 10.367579009048654,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Vesta",
          "longitude": 323.5729000238269,
          "tropical_longitude": 347.7987930283952,
          "sidereal_longitude": 323.5729000238269,
          "latitude": -4.0714247621416115,
          "speed": 0.4674635609289359,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 23.57290002382689,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.22433922986596
        },
        {
          "name": "Eris",
          "longitude": 1.062726909108991,
          "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": 1.062726909108991,
          "house": null,
          "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 SCORPIO on Apr 06",
        "Mars enters PISCES on Apr 06",
        "Moon enters CAPRICORN on Apr 11",
        "Mercury enters PISCES on Apr 11",
        "Pallas enters PISCES on Apr 11",
        "Sun enters ARIES on Apr 16",
        "Moon enters PISCES on Apr 16",
        "Moon enters GEMINI on Apr 21",
        "Venus enters TAURUS on Apr 21",
        "Moon enters LEO 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": {
      "sun_in_sign": "ARIES",
      "monthly_lunation_archetypes": "new_moon_reset",
      "transits_archetypes": "retrograde_review",
      "aspects": "sextile",
      "planetary_focus": "mars_focus",
      "retrograde_archetypes": "no_major_retrograde",
      "ingress_archetypes": "multi_ingress_month",
      "eclipse_archetypes": "no_eclipse",
      "outer_planet_focus": "saturn_structure",
      "monthly_theme_archetypes": "visibility_and_recognition"
    },
    "focus_source": null,
    "planet_focus_source": null,
    "top_drivers": [],
    "aspect_signature": null,
    "transit_windows": []
  },
  "sections": [
    {
      "section": "lifestyle",
      "title": "Lifestyle monthly outlook: protective and intuitive (high)",
      "headline": "daily structure, environment, and sustainability now: emotional processing",
      "summary": "April 2026 brings Cancer into a high-voltage cycle where daily structure, environment, and sustainability carries the signal. Under the surface, the tone is a reset cycle around what your routines actually support; it asks for repeatable supportive systems, not unstructured urgency. Move, then pause, then move again. In body-and-rhythm terms, emotional processing is active this month and progress follows environment design, supportive routines, and sustainable pacing. Front half of the month, Sun trine Lilith peaks on Apr 01. At the midpoint window, Sun square Jupiter peaks on Apr 06. Back half of the month, Sun conjunction Chiron peaks on Apr 16. These shifts show what in your routine supports you and what quietly drains you. Let this shift guide your pacing, not your panic. In lifestyle terms, with new moon reset active in the lunation rhythm, emotional pacing matters as much as action; In daily life, keep routines that stabilize your energy and remove noise. This is your chance to reset routines tied to comfort. Ask: What’s holding me back from showing up fully in my monthly rituals? The answer will guide your next step. This helps your habits stay durable. At the same time, At daily-rhythm level, with no eclipse in the eclipse layer, choices made now tend to echo longer; In lifestyle terms, let this shape routines that are simple enough to repeat. What did I let in last month that no longer serves me?—this isn’t about guilt, but about reclaiming clarity. That emphasis supports a cleaner pace. In lifestyle terms, with Mars as focus, outcomes move when you apply that planet's playbook directly; In daily life, keep routines that stabilize your energy and remove noise. A simpler rhythm will help more than a stricter routine. By month-end, keep routines that stabilize your energy and let the rest go. Limit news or discussions that amplify anxiety—curate spaces where you can process feelings without external noise. That emphasis supports a cleaner pace.",
      "deep_report": "This month’s long-form arc starts at the strongest pressure point, then develops through reinforcing signatures. For this monthly lifestyle arc, let routines be your orienting principle.\n\nAs the month matures, this influence sharpens execution; the practical consequence is this: The opening thesis centers on theme archetype of emotional processing. In lifestyle terms, with emotional processing leading this cycle, durable progress comes from consistency over urgency; In daily life, keep routines that stabilize your energy and remove noise. The wellbeing thesis starts with Embrace the quiet strength of your protective instincts—this month, lean into the way you naturally shield what matters most. Stabilize it using Limit news or discussions that amplify anxiety—curate spaces where you can process feelings without external noise. Hold Where in your life do you feel ‘held’ or ‘unheld’ while reducing Trust that your instincts are guiding you, but don’t let them dictate rigid boundaries that exclude necessary support. With Full Moon window on Apr 01 active, let it reset recovery pacing in daily structure, environment, and sustainability for this month.\n\nA companion influence reshapes timing; the lived expression is this: A secondary pressure curve is set by lunar timing pattern of new moon reset. At daily-rhythm level, with new moon reset active in the lunation rhythm, emotional pacing matters as much as action; In lifestyle terms, let this shape routines that are simple enough to repeat. Recovery friction appears near This is your chance to reset routines tied to comfort. Stabilize rhythm with Wear a color that aligns with your mood—deep blues or greens for grounding. Use what’s one habit tied to your home or monthly rhythm that’s been draining energy to reduce Overindulging in comfort foods or routines may feel like a break, but resist the urge to default to old patterns. As Moon trine Saturn peaks on Apr 06 comes into focus, use it to regulate your rhythm in daily structure, environment, and sustainability this month.\n\nIn the late-month stretch, this thread refines delivery: The next timing lever is transit pattern of retrograde review. In lifestyle terms, retrograde review favors revision before expansion; In daily life, keep routines that stabilize your energy and remove noise. At the body-rhythm level, pacing improves via Reflect on how your nurturing instincts are shaping your priorities this month, especially in how you protect what matters. Sequence it with Keep a small emotional safety kit (e.g., calming tea, a favorite playlist) to anchor you during high-tension moments. Keep Observe where your intuition feels most reliable vs in view around Overindulging in self-sacrifice may leave you drained; balance is key to sustaining your protective instincts. As Moon sextile Saturn peaks on Apr 11 peaks, rebalance effort and restoration in daily structure, environment, and sustainability this month.\n\nMonthly standout quality comes from anchoring in the primary arc and using secondary signals as precision tools.",
      "highlights": [
        "Emotional processing is setting the tone; consistency beats urgency.",
        "With new moon reset active in the lunation rhythm, emotional pacing matters as much as action.",
        "Retrograde review favors revision before expansion.",
        "No eclipse increases consequence, so intentional choices matter more."
      ],
      "cautions": [
        "Trust that your instincts are guiding you, but don’t let them dictate rigid boundaries that exclude necessary support.",
        "When frustration builds, pause to ask: What am I truly seeking here?—often the answer lies in grounding yourself first.",
        "Overindulging in comfort foods or routines may feel like a break, but resist the urge to default to old patterns. The new moon demands intentionality over inertia.",
        "Overindulging in self-sacrifice may leave you drained; balance is key to sustaining your protective instincts."
      ],
      "actions": [
        "Limit news or discussions that amplify anxiety—curate spaces where you can process feelings without external noise.",
        "Keep a small emotional safety kit (e.g., calming tea, a favorite playlist) to anchor you during high-tension moments.",
        "Wear a color that aligns with your mood—deep blues or greens for grounding. Avoid bright, chaotic hues; they’ll clash with your lunar focus.",
        "When overwhelmed, ask: What’s the smallest step I can take to honor my needs right now?—often the answer is rest or a pause."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 44.4,
        "opportunity": 100.0,
        "focus": 72.8,
        "stability": 35.0,
        "connection": 79.4
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 0.85,
          "factor_insights": {
            "motivation": "Your nurturing nature demands intentionality; turn watery intuition into practical rituals that feel both sacred and sustainable.",
            "caution": "Resist the urge to suppress or exhaust yourself—Cancer’s need for closeness isn’t a crutch, but a strength to draw from.",
            "reflection": "Ask: What’s one ‘watery’ need (emotional safety, comfort) that’s been unmet, and how can I address it now?.",
            "monthly_tip": "Designate ‘Cancer time’ blocks: 30 mins monthly for rest, reflection, or creative expression (doodling, writing).",
            "affirmation": "My needs are sacred; I set boundaries with courage, knowing they protect my capacity to nurture others and myself."
          }
        },
        {
          "factor_type": "monthly_lunation_archetypes",
          "factor_value": "new_moon_reset",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This is your chance to reset routines tied to comfort. Ask: What’s holding me back from showing up fully in my monthly rituals? The answer will guide your next step.",
            "caution": "Overindulging in comfort foods or routines may feel like a break, but resist the urge to default to old patterns. The new moon demands intentionality over inertia.",
            "reflection": "What’s one habit tied to your home or monthly rhythm that’s been draining energy? Let go of it now—even if it’s small. Your space and time are assets, not liabilities.",
            "monthly_tip": "Wear a color that aligns with your mood—deep blues or greens for grounding. Avoid bright, chaotic hues; they’ll clash with your lunar focus.",
            "affirmation": "My space is a sanctuary—clean, nurturing, and aligned with my highest good. I honor my boundaries with love."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Reflect on how your nurturing instincts are shaping your priorities this month, especially in how you protect what matters.",
            "caution": "Overindulging in self-sacrifice may leave you drained; balance is key to sustaining your protective instincts.",
            "reflection": "Observe where your intuition feels most reliable vs. where it’s clouded by past experiences or others’ opinions.",
            "monthly_tip": "Keep a small emotional safety kit (e.g., calming tea, a favorite playlist) to anchor you during high-tension moments.",
            "affirmation": "I honor my emotional needs as sacred, not optional. My intuition guides me with clarity and confidence."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "Lean into this sextile’s current energy to deepen your emotional connection to home—your nurturing instincts are amplified, making it the perfect time to refine your self-care rituals.",
            "caution": "Avoid overindulging in emotional labor without boundaries—this sextile’s flow can blur the line between care and caretaking. Protect your energy by delegating or setting limits.",
            "reflection": "Write down three things you’re grateful for in your home life. This sextile’s harmony thrives on appreciation—small acts of gratitude reinforce it.",
            "monthly_tip": "Start a ‘moon ritual’—a 10-minute monthly practice (e.g., journaling, water rituals, or setting intentions) to align with your sextile’s emotional flow. Consistency here deepens your connection.",
            "affirmation": "I honor my emotional needs without guilt—this sextile’s strength is in balance, not sacrifice."
          }
        },
        {
          "factor_type": "planetary_focus",
          "factor_value": "mars_focus",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "This is the time to reclaim agency over your monthly rhythm: structure rest, guard against overcommitment, and honor your need for quiet reflection.",
            "caution": "Avoid impulsive decisions about major purchases or long-term commitments—Mars’ fire will tempt you to act fast, but Cancers need time to weigh the emotional weight.",
            "reflection": "What’s one small boundary I can enforce this month? Whether it’s time limits, communication styles, or how I respond to criticism, start small.",
            "monthly_tip": "Avoid ‘emotional labor’ with others when Mars is dominant—your energy is best spent on your immediate circle, not people who drain you.",
            "affirmation": "My actions reflect my values, not my emotions or others’ expectations."
          }
        },
        {
          "factor_type": "retrograde_archetypes",
          "factor_value": "no_major_retrograde",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Reflect on what you’ve been avoiding—your emotional needs may be the missing puzzle piece in your current lifestyle balance.",
            "caution": "Avoid overindulging in self-protection that becomes self-sabotage; balance vulnerability with strength to foster genuine growth.",
            "reflection": "Review your boundaries: Are they firm enough to protect your peace, or do they need adjustment for better alignment?",
            "monthly_tip": "Limit screen time before bed; replace it with reading or a guided meditation to deepen your emotional reflection before sleep.",
            "affirmation": "This month, I embrace the quiet strength of my emotional core and let it shape my monthly decisions."
          }
        },
        {
          "factor_type": "ingress_archetypes",
          "factor_value": "multi_ingress_month",
          "weight": 1.05,
          "factor_insights": {
            "motivation": "Reflect on what you’ve been holding back—now’s the chance to release what no longer serves you and step into clarity.",
            "caution": "Overanalyzing past patterns can cloud your present. Let this month focus on growth, not replaying what’s already happened.",
            "reflection": "Journal about a time you felt truly at peace. What conditions did that require? Recreate those moments intentionally.",
            "monthly_tip": "Start each morning with a short, intentional ritual: a cup of tea, a walk in nature, or a moment of quiet gratitude. Anchor your day in calm.",
            "affirmation": "My energy flows freely when I set clear boundaries. I trust that balance is my strength."
          }
        },
        {
          "factor_type": "eclipse_archetypes",
          "factor_value": "no_eclipse",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Your intuition is your compass; let it guide how you allocate energy to rest, creativity, and connection this month.",
            "caution": "When frustration builds, pause to ask: What am I truly seeking here?—often the answer lies in grounding yourself first.",
            "reflection": "Ask yourself: What did I let in last month that no longer serves me?—this isn’t about guilt, but about reclaiming clarity.",
            "monthly_tip": "When overwhelmed, ask: What’s the smallest step I can take to honor my needs right now?—often the answer is rest or a pause.",
            "affirmation": "I trust that my intuition guides me toward rest, creativity, and connection in ways that feel true to me."
          }
        },
        {
          "factor_type": "outer_planet_focus",
          "factor_value": "saturn_structure",
          "weight": 1.1,
          "factor_insights": {
            "motivation": "The moon’s cycle here isn’t just about cycles—it’s about boundaries. Define them now, and you’ll reclaim energy for what matters.",
            "caution": "Avoid people-pleasing under Saturn’s watch. Your Cancer’s empathy must align with your needs—not others’ expectations. Over-giving drains your emotional reservoir.",
            "reflection": "What emotional habits have you carried into this month? Saturn’s structure forces you to audit: Are you protecting yourself, or are you protecting others at your own cost?",
            "monthly_tip": "Use Saturn’s discipline to simplify your emotional environment. Drop one relationship or habit that doesn’t serve your well-being.",
            "affirmation": "I release what doesn’t serve my well-being. My energy is my gift to the world."
          }
        },
        {
          "factor_type": "monthly_theme_archetypes",
          "factor_value": "emotional_processing",
          "weight": 1.25,
          "factor_insights": {
            "motivation": "Embrace the quiet strength of your protective instincts—this month, lean into the way you naturally shield what matters most.",
            "caution": "Trust that your instincts are guiding you, but don’t let them dictate rigid boundaries that exclude necessary support.",
            "reflection": "Consider: Where in your life do you feel ‘held’ or ‘unheld’? Align your actions with the energy you crave to sustain.",
            "monthly_tip": "Limit news or discussions that amplify anxiety—curate spaces where you can process feelings without external noise.",
            "affirmation": "I embrace change as part of my evolution, even when it feels uncertain. My resilience is my strength."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "c60250e5e0b66ee5",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_lifestyle_monthly_post",
    "endpoint_description": "Provides this month's lifestyle horoscope.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-09T09:52:35.651821+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": ""
  }
}