Seções Semanais do Horóscopo Transit¶
O endpoint Seções Semanais do Horóscopo Transit retorna seções de relatórios semanais focadas em transit, provenientes do motor de horóscopo interno.
Suporte a idiomas: Este endpoint, baseado no motor
/api/v1/horoscope/reports/*, atualmente suporta apenas inglês (lang=en).
Endpoint¶
| Método | Caminho |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/transits/weekly |
Corpo da Requisição¶
| Nome | Obrigatório | Tipo | Exemplo | Descrição |
|---|---|---|---|---|
dob | Sim | string | 1992-07-16 | Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$ |
timezone | Não | string | America/New_York | IANA timezone used to resolve period anchors accurately. Default: UTC |
include_snapshot | Não | booleano (opcional) | - | Interruptor opcional de modo compacto. Defina como false para omitir o bloco de snapshot do payload de resposta. |
include_positions | Não | booleano (opcional) | - | Interruptor opcional de modo compacto. Defina como false para omitir os arrays de posições do payload de resposta. |
zodiac_system | Não | string (opcional) | tropical | Zodiac computation mode. Allowed: sidereal, tropical |
ayanamsa | Não | string (opcional) | lahiri | Sidereal ayanamsa system. Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar |
house_system | Não | string (opcional) | placidus | House calculation system. Allowed: placidus, whole_sign, equal, koch |
node_type | Não | string (opcional) | true | Lunar node mode. Allowed: true, mean |
tenant_id | Não | string (opcional) | docs-smoke | Override opcional de namespace de tenant/cache. |
birth_time | Não | string (opcional) | 13:45 | Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$ |
birth_latitude | Não | número (opcional) | 40.7128 | Birth latitude. Provide with longitude_de_nascimento. |
birth_longitude | Não | número (opcional) | -74.0060 | Birth longitude. Provide with latitude_de_nascimento. |
birth_timezone | Não | string (opcional) | America/New_York | Sobrescrita de fuso horário para o horário de nascimento (IANA). |
transit | Não | string (opcional) | retrograde_review | Optional override for engine focus. Allowed: ação_de_ativação, chamada_de_aventura, fluxo_de_comunicação, desafio_de_conjunto, crescimento_de_conjunto, fluxo_de_criatividade, ponto_de_decisão, restrição_de_disciplina, fluxo_emocional, foco_financeiro, consciência_de_saúde, fase_de_introspecção, oportunidade_de_aprendizagem, energia_de_networking, conflito_de_oposição, tensão_de_relacionamento, revisão_retrograda, oportunidade_sextil, alinhamento_espiritual, tensão_quadrada, harmonia_de_tríade |
sections | Não | array | ["career","money"] | Requested report sections. Allowed: solteiros, casais, carreira, amizade, saúde, dinheiro, comunicação, estilo_de_vida. geral is not allowed here; use /visão geral. |
target_date | Não | string (nulo) | `2026-04-08 | Period anchor date (AAAA-MM-DD). If omitted, gateway uses current date in fuso horário. |
Resposta¶
Retorna o payload do motor bruto, juntamente com os metadados do gateway:
_enterprise_api_metadata_
Ativação da Personalização¶
Para gerar um relatório de trânsito personalizado (em vez de uma saída generalizada baseada em assinatura), inclua:
birth_timebirth_latitudeebirth_longitude- Opcionalmente,
birth_timezone(retorna paratimezone)
Se esses campos do vetor de nascimento forem omitidos, o endpoint ainda funciona em produção, utilizando camadas generalizadas baseadas em signos.
Exemplo de Modo Personalizado (Recomendado)¶
O modo personalizado ativa vetores determinísticos adicionais do Swiss Ephemeris (por exemplo, casas, vetores de tempo e camadas astrológicas opcionais). Isso significa que dois usuários com o mesmo signo ainda podem receber diferentes editoriais de relatório, dependendo dos detalhes de nascimento.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/transits/weekly?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-08",
"transit": "trine_harmony",
"sections": [
"career",
"money",
"communication"
]
}'
Exemplo de Modo Público (Geral, Baseado em Signos)¶
O modo público é utilizável em produção e é calculado com camadas astrológicas que não exigem opções de vetor de nascimento personalizado. É baseado em signos, portanto, usuários que compartilham o mesmo signo recebem a mesma leitura editorial para o mesmo período.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/transits/weekly?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-08",
"sections": [
"career",
"money"
]
}'
Exemplo de Resposta¶
{
"report_type": "transit",
"sign": "CANCER",
"period": "weekly",
"start": "2026-04-06T00:00:00",
"end": "2026-04-13T00:00:00",
"data": {
"period": "weekly",
"start": "2026-04-06T00:00:00",
"end": "2026-04-13T00:00:00",
"snapshot": {
"timestamp": "2026-04-09T12:00:00",
"zodiac_system": "tropical",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.224071,
"ayanamsa_system": "lahiri",
"sun_sign": "ARIES",
"moon_sign": "CAPRICORN",
"rising_sign": "VIRGO",
"house_system": "P",
"house_cusps": [
161.6924,
186.013827,
215.276659,
248.620341,
282.855058,
314.297647,
341.6924,
6.013827,
35.276659,
68.620341,
102.855058,
134.297647
],
"positions": [
{
"name": "Sun",
"longitude": 19.64475544233151,
"tropical_longitude": 19.64475544233151,
"sidereal_longitude": 355.419022486965,
"latitude": -0.00015625541229057335,
"speed": 0.9823746533213473,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 19.64475544233151,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Moon",
"longitude": 281.8864373690246,
"tropical_longitude": 281.8864373690246,
"sidereal_longitude": 257.6607044136581,
"latitude": -4.295765307420144,
"speed": 11.97309170457133,
"sign": "CAPRICORN",
"tropical_sign": "CAPRICORN",
"sidereal_sign": "SAGITTARIUS",
"degree_in_sign": 11.886437369024577,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mercury",
"longitude": 352.5802572359631,
"tropical_longitude": 352.5802572359631,
"sidereal_longitude": 328.3545242805966,
"latitude": -2.2971296709056848,
"speed": 1.2194950548775936,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 22.580257235963074,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Venus",
"longitude": 42.084325282594584,
"tropical_longitude": 42.084325282594584,
"sidereal_longitude": 17.858592327228074,
"latitude": -0.0777587361654963,
"speed": 1.225972896324446,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 12.084325282594584,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mars",
"longitude": 359.7532634372632,
"tropical_longitude": 359.7532634372632,
"sidereal_longitude": 335.5275304818967,
"latitude": -1.009787931441409,
"speed": 0.7788692227227461,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 29.753263437263172,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Jupiter",
"longitude": 106.43632944702173,
"tropical_longitude": 106.43632944702173,
"sidereal_longitude": 82.21059649165524,
"latitude": 0.37689533905247297,
"speed": 0.08873292598110066,
"sign": "CANCER",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 16.436329447021734,
"house": 11,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Saturn",
"longitude": 6.5992511458486,
"tropical_longitude": 6.5992511458486,
"sidereal_longitude": 342.3735181904821,
"latitude": -2.1361921758191063,
"speed": 0.1227594968320901,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 6.5992511458486,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Uranus",
"longitude": 59.14957632153192,
"tropical_longitude": 59.14957632153192,
"sidereal_longitude": 34.9238433661654,
"latitude": -0.16879422828172888,
"speed": 0.04787966917556078,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "TAURUS",
"degree_in_sign": 29.149576321531917,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Neptune",
"longitude": 2.5194795745925687,
"tropical_longitude": 2.5194795745925687,
"sidereal_longitude": 338.29374661922606,
"latitude": -1.3099498284729205,
"speed": 0.03655388844960104,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 2.5194795745925687,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pluto",
"longitude": 305.3384917540674,
"tropical_longitude": 305.3384917540674,
"sidereal_longitude": 281.1127587987009,
"latitude": -3.9731815545209166,
"speed": 0.012508214748788368,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 5.338491754067377,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Chiron",
"longitude": 26.210606894426327,
"tropical_longitude": 26.210606894426327,
"sidereal_longitude": 1.9848739390598138,
"latitude": 0.3579307208025253,
"speed": 0.05982722032578317,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 26.210606894426327,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Ceres",
"longitude": 39.85140044565914,
"tropical_longitude": 39.85140044565914,
"sidereal_longitude": 15.625667490292626,
"latitude": -4.459698464834262,
"speed": 0.39859821530256523,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 9.851400445659138,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "North Node",
"longitude": 338.06468807384545,
"tropical_longitude": 338.06468807384545,
"sidereal_longitude": 313.838955118479,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 8.064688073845446,
"house": 6,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "South Node",
"longitude": 158.06468807384545,
"tropical_longitude": 158.06468807384545,
"sidereal_longitude": 133.83895511847902,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "VIRGO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 8.064688073845446,
"house": 12,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Lilith",
"longitude": 252.29244356989153,
"tropical_longitude": 252.29244356989153,
"sidereal_longitude": 228.066710614525,
"latitude": -5.123204974212474,
"speed": 0.11201863529358284,
"sign": "SAGITTARIUS",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 12.292443569891532,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pallas",
"longitude": 354.6361388995335,
"tropical_longitude": 354.6361388995335,
"sidereal_longitude": 330.410405944167,
"latitude": 3.4361514264197948,
"speed": 0.3262291903539235,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 24.636138899533478,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Juno",
"longitude": 302.92237426346543,
"tropical_longitude": 302.92237426346543,
"sidereal_longitude": 278.6966413080989,
"latitude": 11.673348190740995,
"speed": 0.24853964788414096,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 2.9223742634654286,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Vesta",
"longitude": 344.4979671991508,
"tropical_longitude": 344.4979671991508,
"sidereal_longitude": 320.27223424378434,
"latitude": -3.8728401831323054,
"speed": 0.47541753950246307,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 14.497967199150821,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Eris",
"longitude": 25.211983606179118,
"tropical_longitude": 25.211983606179118,
"sidereal_longitude": 0.9862506508126041,
"latitude": -10.393050979080442,
"speed": 0.010881315418548417,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 25.211983606179118,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
}
],
"aspects": [
{
"body1": "Sun",
"body2": "Moon",
"aspect": "square",
"orb": 7.76,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Mercury",
"aspect": "semi-sextile",
"orb": 2.94,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Jupiter",
"aspect": "square",
"orb": 3.21,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Chiron",
"aspect": "conjunction",
"orb": 6.57,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Lilith",
"aspect": "trine",
"orb": 7.35,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Eris",
"aspect": "conjunction",
"orb": 5.57,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Venus",
"aspect": "trine",
"orb": 0.2,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Jupiter",
"aspect": "opposition",
"orb": 4.55,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Saturn",
"aspect": "square",
"orb": 5.29,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Uranus",
"aspect": "sesquiquadrate",
"orb": 2.26,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Ceres",
"aspect": "trine",
"orb": 2.04,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "North Node",
"aspect": "sextile",
"orb": 3.82,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "South Node",
"aspect": "trine",
"orb": 3.82,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Lilith",
"aspect": "semi-sextile",
"orb": 0.41,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.61,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Mars",
"aspect": "conjunction",
"orb": 7.17,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Jupiter",
"aspect": "trine",
"orb": 6.14,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pluto",
"aspect": "semi-square",
"orb": 2.24,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Ceres",
"aspect": "semi-square",
"orb": 2.27,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 2.06,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 2.63,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Mars",
"aspect": "semi-square",
"orb": 2.67,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Jupiter",
"aspect": "sextile",
"orb": 4.35,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Pluto",
"aspect": "square",
"orb": 6.75,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Ceres",
"aspect": "conjunction",
"orb": 2.23,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "North Node",
"aspect": "sextile",
"orb": 4.02,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "South Node",
"aspect": "trine",
"orb": 4.02,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 0.21,
"exact": true,
"applying": false
},
{
"body1": "Venus",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 2.45,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.41,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Saturn",
"aspect": "conjunction",
"orb": 6.85,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Uranus",
"aspect": "sextile",
"orb": 0.6,
"exact": true,
"applying": false
},
{
"body1": "Mars",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 2.77,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pluto",
"aspect": "sextile",
"orb": 5.59,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 5.12,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Juno",
"aspect": "sextile",
"orb": 3.17,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Uranus",
"aspect": "semi-square",
"orb": 2.29,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Vesta",
"aspect": "trine",
"orb": 1.94,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 4.08,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Pluto",
"aspect": "sextile",
"orb": 1.26,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 1.47,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "South Node",
"aspect": "quincunx",
"orb": 1.47,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Lilith",
"aspect": "trine",
"orb": 5.69,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Juno",
"aspect": "sextile",
"orb": 3.68,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Neptune",
"aspect": "sextile",
"orb": 3.37,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pluto",
"aspect": "trine",
"orb": 6.19,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Chiron",
"aspect": "semi-sextile",
"orb": 2.94,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pallas",
"aspect": "sextile",
"orb": 4.51,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Juno",
"aspect": "trine",
"orb": 3.77,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pluto",
"aspect": "sextile",
"orb": 2.82,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 7.88,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Juno",
"aspect": "sextile",
"orb": 0.4,
"exact": true,
"applying": false
},
{
"body1": "Pluto",
"body2": "Ceres",
"aspect": "square",
"orb": 4.51,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 2.73,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "South Node",
"aspect": "quincunx",
"orb": 2.73,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Juno",
"aspect": "conjunction",
"orb": 2.42,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Lilith",
"aspect": "sesquiquadrate",
"orb": 1.08,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Pallas",
"aspect": "semi-sextile",
"orb": 1.57,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Juno",
"aspect": "square",
"orb": 6.71,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Eris",
"aspect": "conjunction",
"orb": 1.0,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "North Node",
"aspect": "sextile",
"orb": 1.79,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "South Node",
"aspect": "trine",
"orb": 1.79,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 2.44,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 0.22,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "Juno",
"aspect": "square",
"orb": 6.93,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Vesta",
"aspect": "sextile",
"orb": 4.65,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "South Node",
"aspect": "opposition",
"orb": 0.0,
"exact": true,
"applying": false
},
{
"body1": "North Node",
"body2": "Lilith",
"aspect": "square",
"orb": 4.23,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Vesta",
"aspect": "conjunction",
"orb": 6.43,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Eris",
"aspect": "semi-square",
"orb": 2.15,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Lilith",
"aspect": "square",
"orb": 4.23,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Vesta",
"aspect": "opposition",
"orb": 6.43,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.15,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Vesta",
"aspect": "square",
"orb": 2.21,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.08,
"exact": false,
"applying": false
},
{
"body1": "Pallas",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 0.58,
"exact": true,
"applying": false
},
{
"body1": "Juno",
"body2": "Eris",
"aspect": "square",
"orb": 7.71,
"exact": false,
"applying": false
}
]
},
"metrics": {
"sample_count": 7,
"aspect_counts": {
"semi-sextile": 58,
"square": 80,
"semi-square": 57,
"trine": 67,
"quincunx": 30,
"opposition": 17,
"sextile": 106,
"conjunction": 91,
"sesquiquadrate": 28
},
"retrograde_bodies": [
"North Node",
"South Node"
],
"sign_changes": [
"Moon enters CAPRICORN on Apr 09",
"Mars enters ARIES on Apr 10",
"Moon enters AQUARIUS on Apr 11"
]
},
"notable_events": [
"Moon trine Saturn exact on Apr 06",
"Sun square Jupiter exact on Apr 06",
"Saturn sextile Pluto exact on Apr 06",
"Venus sextile North Node exact on Apr 06",
"Ceres sextile North Node exact on Apr 06",
"Moon sextile Pluto exact on Apr 06",
"Venus trine South Node exact on Apr 06",
"Ceres trine South Node exact on Apr 06",
"Chiron conjunction Eris exact on Apr 06",
"Venus conjunction Ceres exact on Apr 06",
"Neptune sextile Juno exact on Apr 07",
"Sun trine Moon exact on Apr 07"
],
"period_events": [
{
"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": "Saturn",
"body2": "Pluto",
"sign": null,
"aspect": "sextile",
"exactness": 0.93,
"narrative_priority": 1.839,
"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 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": "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-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "South Node",
"sign": null,
"aspect": "trine",
"exactness": 0.14,
"narrative_priority": 1.658,
"section_bias": {
"general": 1.2999999999999998,
"love_singles": 0.9,
"love_couples": 1.0,
"money": 0.5,
"friendship": 0.7,
"lifestyle": 0.4
},
"description": "Venus trine South Node exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Ceres",
"body2": "South Node",
"sign": null,
"aspect": "trine",
"exactness": 0.4,
"narrative_priority": 1.645,
"section_bias": {
"general": 1.2999999999999998,
"lifestyle": 0.4,
"friendship": 0.3
},
"description": "Ceres trine South Node exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Chiron",
"body2": "Eris",
"sign": null,
"aspect": "conjunction",
"exactness": 0.85,
"narrative_priority": 1.623,
"section_bias": {
"general": 1.0,
"health": 0.8,
"love_couples": 0.4
},
"description": "Chiron conjunction Eris exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "Ceres",
"sign": null,
"aspect": "conjunction",
"exactness": 0.25,
"narrative_priority": 1.598,
"section_bias": {
"general": 0.6,
"love_singles": 0.9,
"love_couples": 1.0,
"money": 0.5,
"friendship": 0.4
},
"description": "Venus conjunction Ceres exact on Apr 06"
},
{
"timestamp": "2026-04-07T12:00:00",
"event_type": "exact_aspect",
"body1": "Neptune",
"body2": "Juno",
"sign": null,
"aspect": "sextile",
"exactness": 0.03,
"narrative_priority": 1.719,
"section_bias": {
"general": 1.0,
"health": 0.5,
"lifestyle": 0.6
},
"description": "Neptune sextile Juno exact on Apr 07"
},
{
"timestamp": "2026-04-07T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Moon",
"sign": null,
"aspect": "trine",
"exactness": 0.42,
"narrative_priority": 1.699,
"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 07"
},
{
"timestamp": "2026-04-08T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Uranus",
"sign": null,
"aspect": "sextile",
"exactness": 0.13,
"narrative_priority": 1.714,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.6,
"love_singles": 0.3,
"lifestyle": 0.7,
"communication": 0.4
},
"description": "Mars sextile Uranus exact on Apr 08"
},
{
"timestamp": "2026-04-08T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Mars",
"sign": null,
"aspect": "square",
"exactness": 0.99,
"narrative_priority": 1.615,
"section_bias": {
"general": 1.4,
"love_singles": 0.7,
"love_couples": 0.4,
"friendship": 0.3,
"health": 0.8999999999999999,
"career": 0.8
},
"description": "Moon square Mars exact on Apr 08"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Venus",
"sign": null,
"aspect": "trine",
"exactness": 0.2,
"narrative_priority": 1.6,
"section_bias": {
"general": 1.4,
"love_singles": 1.3,
"love_couples": 1.4,
"friendship": 0.7,
"health": 0.3,
"money": 0.5
},
"description": "Moon trine Venus exact on Apr 09"
},
{
"timestamp": "2026-04-10T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Mercury",
"sign": null,
"aspect": "sextile",
"exactness": 0.12,
"narrative_priority": 1.604,
"section_bias": {
"general": 1.4,
"love_singles": 0.4,
"love_couples": 0.4,
"friendship": 0.6,
"health": 0.3,
"communication": 0.9,
"career": 0.4
},
"description": "Moon sextile Mercury exact on Apr 10"
},
{
"timestamp": "2026-04-10T12:00:00",
"event_type": "ingress",
"body1": "Mars",
"body2": null,
"sign": "ARIES",
"aspect": null,
"exactness": null,
"narrative_priority": 1.322,
"section_bias": {
"general": 0.6,
"career": 0.8,
"health": 0.6,
"love_singles": 0.3
},
"description": "Mars enters ARIES on Apr 10"
},
{
"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-11T12:00:00",
"event_type": "exact_aspect",
"body1": "Mercury",
"body2": "Pallas",
"sign": null,
"aspect": "conjunction",
"exactness": 0.2,
"narrative_priority": 1.6,
"section_bias": {
"general": 0.6,
"communication": 0.9,
"career": 0.4,
"friendship": 0.3
},
"description": "Mercury conjunction Pallas exact on Apr 11"
},
{
"timestamp": "2026-04-12T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "Vesta",
"sign": null,
"aspect": "trine",
"exactness": 0.8,
"narrative_priority": 1.845,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter trine Vesta exact on Apr 12"
},
{
"timestamp": "2026-04-12T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "Jupiter",
"sign": null,
"aspect": "sextile",
"exactness": 0.95,
"narrative_priority": 1.838,
"section_bias": {
"general": 1.1,
"love_singles": 0.9,
"love_couples": 1.0,
"money": 1.3,
"friendship": 0.4,
"career": 0.8,
"lifestyle": 0.4
},
"description": "Venus sextile Jupiter exact on Apr 12"
},
{
"timestamp": "2026-04-12T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Neptune",
"sign": null,
"aspect": "conjunction",
"exactness": 0.54,
"narrative_priority": 1.693,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 1.1,
"love_singles": 0.3,
"lifestyle": 0.6
},
"description": "Mars conjunction Neptune exact on Apr 12"
},
{
"timestamp": "2026-04-12T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "Vesta",
"sign": null,
"aspect": "sextile",
"exactness": 0.16,
"narrative_priority": 1.602,
"section_bias": {
"general": 0.6,
"love_singles": 0.9,
"love_couples": 1.0,
"money": 0.5,
"friendship": 0.4
},
"description": "Venus sextile Vesta exact on Apr 12"
}
],
"factor_values": {
"transits_archetypes": "trine_harmony",
"aspects": "sextile",
"sun_in_sign": "ARIES",
"moon_in_sign": "CAPRICORN",
"weekly_moon_phase": "last_quarter",
"planetary_focus": "moon_focus",
"retrograde_archetypes": "no_major_retrograde",
"ingress_archetypes": "moon_ingress",
"weekly_theme_archetypes": "social_visibility",
"weekly_house_focus": "seventh_house"
},
"focus_source": "override"
},
"sections": [
{
"section": "career",
"title": "Career weekly outlook: protective and intuitive (high)",
"headline": "Transit-led work visibility, priorities, and execution: trine harmony",
"summary": "For Cancer, weekly transit weather centers on trine harmony, and work visibility, priorities, and execution becomes strategic terrain. The weekly transit thesis is usable momentum with fewer blockers; build work that compounds instead of visible busyness. Stay tactically flexible while weekly priorities remain stable. Opening the week, Moon trine Saturn peaks on Apr 06. Through midweek, Moon square Mars peaks on Apr 08. Closing the week, Moon trine Venus peaks on Apr 09. In career terms, a trine harmony pattern keeps doors open through collaboration and easier timing; Professionally, convert this into concrete output and clean prioritization. Lean into your natural nurturing instincts to refine your leadership—your emotional intelligence will guide you toward roles that value empathy and team cohesion. That framing improves strategic timing. In parallel, At professional level, with discipline and structure leading this cycle, durable progress comes from consistency over urgency; At work, sequence this into focused execution and visible follow-through. Journal for 5 minutes: What’s a recurring thought or emotion that arises when you resist structure? Name it to name the power it holds. That framing improves strategic timing. In career terms, with sextile emphasis, timing is cleaner and execution feels less forced; Professionally, convert this into concrete output and clean prioritization. By week-end, keep the adaptations that improved signal quality. Keep it anchored in work visibility, priorities, and execution. Schedule a ‘cancer check-in’ with your team weekly—use it to align emotionally while setting clear next steps to maintain momentum. Tie this to one measurable output.",
"deep_report": "Climate signal opens the week, then strategy is refined in phases. For this weekly career arc, let leverage be your orienting principle. This week’s lead transit weather is this; the practical consequence is this: Primary momentum in this weekly cycle comes from transit pattern of trine harmony. In career terms, a trine harmony pattern keeps doors open through collaboration and easier timing; Professionally, convert this into concrete output and clean prioritization.\n\nIn practical terms, the priority is Lean into your natural nurturing instincts to refine your leadership—your emotional intelligence will guide you toward roles that value empathy and team cohesion. Convert it into outcomes via Schedule a ‘cancer check-in’ with your team weekly—use it to align emotionally while setting clear next steps to maintain momentum. Keep how do you currently balance intuition with accountability alive and avoid over-investing in emotional labor without clear boundaries—balance your nurturing energy with structured goals to prevent burnout in high-touch roles. On Apr 6, Moon trine Saturn peaks, shifting execution weather in work visibility, priorities, and execution.\n\nWhen Moon trine Saturn peaks on Apr 06 sharpens, let transit timing tighten standards in work visibility, priorities, and execution. At week-end integration, this cue keeps coherence; the practical consequence is this: The next important influence is theme archetype of discipline and structure. At professional level, with discipline and structure leading this cycle, durable progress comes from consistency over urgency; At work, sequence this into focused execution and visible follow-through.\n\nThe practical tension point is This week, discipline isn’t just effort—it’s the quiet confidence that lets you focus on what truly moves the needle. Re-center process with End each day by reviewing: What’s one thing I did this week that required discipline. Hold Journal for 5 minutes: What’s a recurring thought or emotion that arises when you resist structure and reduce conditions where discipline feels like a cage.\n\nOn Apr 7, Sun trine Moon peaks, creating a new practical pace in work visibility, priorities, and execution. With Sun trine Moon peaks on Apr 07 active, read it as a transit execution marker in work visibility, priorities, and execution for this week. Weekly transit coherence improves when climate cues lead and execution stays disciplined.",
"highlights": [
"A trine harmony pattern keeps doors open through collaboration and easier timing.",
"Discipline and structure is setting the tone; consistency beats urgency.",
"With sextile emphasis, timing is cleaner and execution feels less forced.",
"No major retrograde favors review, cleanup, and smarter timing."
],
"cautions": [
"Monitor over-investing in emotional labor without clear boundaries—balance your nurturing energy with structured goals to prevent burnout in high-touch roles.",
"When discipline feels like a cage, pause and ask: Is this serving my growth, or just reinforcing habit?",
"If you’re in a creative or leadership role, resist the temptation to dismiss feedback—this sextile wants collaboration, not confrontation.",
"Hold back from the urge to overprotect your ideas—open collaboration will reveal unexpected strengths in your team’s dynamic."
],
"actions": [
"Set a ‘cancer check-in’ with your team weekly—use it to align emotionally while setting clear next steps to maintain momentum.",
"End each day by reviewing: What’s one thing I did this week that required discipline? Celebrate it—it’s proof of your growth.",
"Block a ‘career shadowing’ session with someone in a role you admire. Observe how they balance intuition with structure—note what you’ll adopt.",
"End your week by reviewing one decision where intuition guided you. Celebrate the moments where your emotional intelligence drove results."
],
"scores": {
"momentum": 100.0,
"clarity": 36.7,
"opportunity": 100.0,
"focus": 87.5,
"stability": 31.9,
"connection": 79.7
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "trine_harmony",
"weight": 1.25,
"factor_insights": {
"motivation": "Lean into your natural nurturing instincts to refine your leadership—your emotional intelligence will guide you toward roles that value empathy and team cohesion.",
"caution": "Avoid over-investing in emotional labor without clear boundaries—balance your nurturing energy with structured goals to prevent burnout in high-touch roles.",
"reflection": "How do you currently balance intuition with accountability? This trine harmony is a gift—use it to refine your approach to leadership that inspires trust.",
"weekly_tip": "Schedule a ‘cancer check-in’ with your team weekly—use it to align emotionally while setting clear next steps to maintain momentum.",
"affirmation": "This trine harmony empowers me to lead with authenticity—where my intuition meets purpose, success follows effortlessly."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.15,
"factor_insights": {
"motivation": "Lean into your nurturing instincts—this sextile energy demands you lead with empathy while balancing ambition. Your emotional depth is your superpower here.",
"caution": "If you’re in a creative or leadership role, resist the temptation to dismiss feedback—this sextile wants collaboration, not confrontation.",
"reflection": "Consider: What’s a decision I’ve hesitated on, but now feels right? This sextile signals when intuition aligns with strategy—don’t ignore the quiet voice.",
"weekly_tip": "End your week by reviewing one decision where intuition guided you. Celebrate the moments where your emotional intelligence drove results.",
"affirmation": "I trust my intuition to lead me toward career opportunities that honor my values and inspire growth in others."
}
},
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 0.9,
"factor_insights": {
"motivation": "Embrace the fire of Aries energy to assert your leadership in creative career pivots—Cancer’s emotional depth fuels bold, strategic decisions that resonate with authenticity.",
"caution": "Guard against dismissing feedback that challenges your confidence—refine your approach by integrating constructive input into your leadership style.",
"reflection": "Review past successes: What made them stand out? Use those insights to refine your approach in this high-energy phase, blending emotional resonance with decisive action.",
"weekly_tip": "Track progress in a visual format (e.g., a career roadmap or mood board) to stay connected to your vision while celebrating incremental wins.",
"affirmation": "My career thrives when I blend my emotional depth with decisive action—this week, I trust my intuition to guide bold, purpose-driven choices."
}
},
{
"factor_type": "moon_in_sign",
"factor_value": "CAPRICORN",
"weight": 0.95,
"factor_insights": {
"motivation": "Lean into your natural leadership—your Cancer moon’s emotional depth and Capricorn’s disciplined drive create a rare synergy. Trust your instincts to guide decisions with precision.",
"caution": "Resist the urge to overcontrol. Let your intuition lead, but anchor decisions with clear, tangible goals.",
"reflection": "Reflect on where discipline clashes with intuition. Adjust priorities to avoid frustration—your energy is strongest when aligned.",
"weekly_tip": "Pair emotional reflection with a structured review of your week’s progress. This dual approach prevents stagnation.",
"affirmation": "Every decision I make aligns with my values and fuels my long-term vision."
}
},
{
"factor_type": "weekly_moon_phase",
"factor_value": "last_quarter",
"weight": 1.05,
"factor_insights": {
"motivation": "This week, turn your intuitive understanding into actionable plans that align with your team’s and company’s long-term vision.",
"caution": "Resist the urge to default to nurturing roles; push for assertive leadership where your team’s growth is the priority, not your comfort.",
"reflection": "How do you currently balance empathy with ambition? Adjust your approach to ensure your team feels both valued and challenged.",
"weekly_tip": "Delegate emotionally charged tasks to peers to reduce burnout—your energy is best spent refining strategy, not managing people’s emotions.",
"affirmation": "My leadership strength comes from balancing empathy with decisive action—this week, I lead with purpose, not emotion alone."
}
},
{
"factor_type": "planetary_focus",
"factor_value": "moon_focus",
"weight": 1.1,
"factor_insights": {
"motivation": "The moon’s pull refines your ability to assess opportunities with emotional precision.",
"caution": "Overidentifying with emotions can blind you to logical gaps in plans; balance intuition with fact-checking.",
"reflection": "Notice where you resist change—could it stem from past emotional wounds in work roles?",
"weekly_tip": "Embrace ‘emotional flow’ as a tool—channel it into creative problem-solving, not avoidance.",
"affirmation": "My intuition is a reliable guide, not a distraction. I trust its timing and clarity."
}
},
{
"factor_type": "retrograde_archetypes",
"factor_value": "no_major_retrograde",
"weight": 1.15,
"factor_insights": {
"motivation": "Embrace this as the moment to define your role as a guardian of opportunities, not just a participant in them.",
"caution": "Resist the urge to overprotect your ideas—open collaboration will reveal unexpected strengths in your team’s dynamic.",
"reflection": "Reflect on where you’ve historically overcompensated for insecurity in leadership. How can you channel that energy into bold, decisive action?",
"weekly_tip": "Schedule a ‘career shadowing’ session with someone in a role you admire. Observe how they balance intuition with structure—note what you’ll adopt.",
"affirmation": "My leadership strength comes from balancing emotional insight with disciplined execution—this is my superpower."
}
},
{
"factor_type": "ingress_archetypes",
"factor_value": "moon_ingress",
"weight": 1.05,
"factor_insights": {
"motivation": "Embrace the quiet strength of your Moon phase: your influence grows when you lead with the confidence of someone who knows their worth.",
"caution": "Practice grounding techniques to prevent burnout from the high emotional stakes of this phase; balance is key.",
"reflection": "Ask: Where have I prioritized care over results, and how can I adjust? Your career thrives when you merge nurturing with ambition.",
"weekly_tip": "Use your emotional intelligence to mediate conflicts—your ability to connect will turn challenges into collaborative solutions.",
"affirmation": "I release the need to overprotect; my team’s success reflects my strength, not my control. Growth flows through me."
}
},
{
"factor_type": "weekly_theme_archetypes",
"factor_value": "discipline_and_structure",
"weight": 1.2,
"factor_insights": {
"motivation": "This week, discipline isn’t just effort—it’s the quiet confidence that lets you focus on what truly moves the needle.",
"caution": "When discipline feels like a cage, pause and ask: Is this serving my growth, or just reinforcing habit?",
"reflection": "Journal for 5 minutes: What’s a recurring thought or emotion that arises when you resist structure? Name it to name the power it holds.",
"weekly_tip": "End each day by reviewing: What’s one thing I did this week that required discipline? Celebrate it—it’s proof of your growth.",
"affirmation": "I release the need to overthink perfection. Discipline is my ally in shaping my future, one deliberate step at a time."
}
},
{
"factor_type": "weekly_house_focus",
"factor_value": "seventh_house",
"weight": 1.08,
"factor_insights": {
"motivation": "Your seventh house this week demands you to refine how you engage with partnerships—especially those tied to your career. The energy here isn’t about grand gestures but the quiet precision of aligning your commitments with mutual respect.",
"caution": "Be mindful of how you frame your role in collaborative efforts. A subtle shift in tone or emphasis can either deepen trust or create distance. Observe which approach feels natural.",
"reflection": "Think about how you’ve balanced your own needs with those of others in professional settings. Where did you excel, and where did you struggle? This week, focus on the areas where you need to practice more patience.",
"weekly_tip": "Engage in a conversation with a colleague or partner where you ask, ‘How do you see this partnership evolving?’ Listen without preparing your response. This week, the seventh house rewards you for listening more than you speak.",
"affirmation": "I approach contracts with clarity and intention, ensuring both parties feel secure and valued. My collaborations reflect my ability to navigate depth without losing sight of precision."
}
}
],
"debug_trace": null
},
{
"section": "money",
"title": "Money weekly outlook: protective and intuitive (high)",
"headline": "resources, spending choices, and value alignment under transit climate: trine harmony",
"summary": "Cancer, this week’s transit climate is trine harmony, with leverage concentrated in resources, spending choices, and value alignment. Week-level transit momentum follows strong life-area pressure around seventh house; keep decisions anchored in value-led financial decisions. Treat each shift as data, not a mandate to panic. In the opening phase, Moon trine Saturn peaks on Apr 06. At the pivot point, Moon square Mars peaks on Apr 08. In the closing phase, Moon trine Venus peaks on Apr 09. In money terms, with trine harmony active, progress comes easier when you move with clean alignment; Financially, apply this through value-based decisions and disciplined timing. Your emotional depth fuels cautious financial decisions this week—trust your instincts when evaluating investments. This helps you protect long-term stability. Also, At resource-management level, Social visibility is the dominant theme, and steady execution is the real advantage; with money, convert this into timing discipline and values-led choices. Cancer’s strength lies in balance. Where does your money flow feel heavy? Lighten the load by simplifying or redirecting those expenses. That perspective strengthens financial discipline. In money terms, with sextile emphasis, timing is cleaner and execution feels less forced; Financially, apply this through value-based decisions and disciplined timing. By week-end, carry forward only the adjustments that truly compounded. Keep it anchored in resources, spending choices, and value alignment. Set a weekly limit for non-essential spending—keep it low to avoid emotional leaks. Keep risk visible before committing.",
"deep_report": "Weather leads weekly leverage first; reinforcement follows. In money terms, keep cashflow as the anchor theme. A second climate signal adds texture; the lived expression is this: The opening thesis centers on transit pattern of trine harmony. In money terms, with trine harmony active, progress comes easier when you move with clean alignment; Financially, apply this through value-based decisions and disciplined timing.\n\nOperationally, the opening move is Your emotional depth fuels cautious financial decisions this week—trust your instincts when evaluating investments. Translate it through Set a weekly limit for non-essential spending—keep it low to avoid emotional leaks. Keep Notice where you’ve been overly cautious; adjust to trust gradual growth active and reduce the urge to overcommit to projects that drain your reserves. On Apr 6, Moon trine Saturn peaks; transit climate changed operational timing in resources, spending choices, and value alignment.\n\nAs Moon trine Saturn peaks on Apr 06 peaks, tighten delivery choices in resources, spending choices, and value alignment within this transit-led cycle. Another climate current now sharpens pacing; the practical consequence is this: The next strategic tension point is theme archetype of social visibility. At resource-management level, Social visibility is the dominant theme, and steady execution is the real advantage; with money, convert this into timing discipline and values-led choices.\n\nExecution pressure rises around Remember: Cancerians are naturally nurturing. Stabilize workflow through Use a public-facing budget tracker (like Mint or a shared spreadsheet) to log spending—but only if it keeps you honest, not transparent. Keep Cancer’s strength lies in balance present and watch Over-investing in visibility without a clear return may lead to emotional strain.\n\nOn Apr 7, Sun trine Moon peaks; transit climate changed operational timing in resources, spending choices, and value alignment. When Sun trine Moon peaks on Apr 07 sharpens, let transit timing tighten standards in resources, spending choices, and value alignment. Close the week by preserving weather-wise tactics that improved execution.",
"highlights": [
"With trine harmony active, progress comes easier when you move with clean alignment.",
"Social visibility is setting the tone; consistency beats urgency.",
"With sextile emphasis, timing is cleaner and execution feels less forced.",
"No major retrograde favors review, cleanup, and smarter timing."
],
"cautions": [
"Hold back from the urge to overcommit to projects that drain your reserves.",
"Over-investing in visibility without a clear return may lead to emotional strain. Guard your energy by setting firm limits on how much you share.",
"Resist the urge to justify every expense to yourself or others. Financial decisions should serve your needs, not social pressure.",
"If you’ve been avoiding financial conversations with a partner, this energy forces clarity—delaying risks misalignment."
],
"actions": [
"Set a weekly limit for non-essential spending—keep it low to avoid emotional leaks.",
"Use a public-facing budget tracker (like Mint or a shared spreadsheet) to log spending—but only if it keeps you honest, not transparent.",
"If a financial decision feels like a ‘no,’ honor it. Your patience now prevents regret later—especially in volatile markets.",
"Apply the sextile’s energy to negotiate a ‘cancellation fee’ waiver for unused subscriptions—this is a high-impact leverage point."
],
"scores": {
"momentum": 100.0,
"clarity": 35.9,
"opportunity": 100.0,
"focus": 90.0,
"stability": 34.0,
"connection": 80.6
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "trine_harmony",
"weight": 1.25,
"factor_insights": {
"motivation": "Your emotional depth fuels cautious financial decisions this week—trust your instincts when evaluating investments.",
"caution": "Resist the urge to overcommit to projects that drain your reserves.",
"reflection": "Notice where you’ve been overly cautious; adjust to trust gradual growth.",
"weekly_tip": "Set a weekly limit for non-essential spending—keep it low to avoid emotional leaks.",
"affirmation": "I am disciplined in protecting what matters most—my finances, my peace."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.15,
"factor_insights": {
"motivation": "Your emotional sensitivity is sharpening your intuition for financial decisions—trust the quiet signals from your gut.",
"caution": "If you’ve been avoiding financial conversations with a partner, this energy forces clarity—delaying risks misalignment.",
"reflection": "Ask: What would my future self thank me for investing this week? Let this sextile guide your choices.",
"weekly_tip": "Use the sextile’s energy to negotiate a ‘cancellation fee’ waiver for unused subscriptions—this is a high-impact leverage point.",
"affirmation": "I honor my emotional needs while aligning spending with my long-term security."
}
},
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 0.9,
"factor_insights": {
"motivation": "Trust that your Aries drive will help you spot opportunities where others see red flags. The key is to act fast when the timing aligns with your Cancer’s protective instincts.",
"caution": "Avoid overspending on emotional purchases—Cancer’s water sign craves security, but Aries’ impulsiveness may push you toward quick fixes that drain more than they heal.",
"reflection": "Ask: What’s one small, high-value expense I can cut now? Your Aries will see this as an opportunity to ‘win,’ while your Cancer will feel relief knowing you’re protecting the nest egg.",
"weekly_tip": "If you’re tempted to use a credit card, ask: Does this align with my Cancer’s values of security and my Aries’ goals? If not, leave it unopened.",
"affirmation": "Every dollar I spend this week serves a purpose. I protect my resources with the discipline of a warrior and the insight of a protector."
}
},
{
"factor_type": "moon_in_sign",
"factor_value": "CAPRICORN",
"weight": 0.95,
"factor_insights": {
"motivation": "This week, prioritize financial habits that align with your deepest needs, not just short-term desires.",
"caution": "Watch for signs of financial exhaustion; Capricorn thrives on balance, not burnout.",
"reflection": "Your Capricorn moon craves tangible proof of progress—track small wins weekly.",
"weekly_tip": "Use a Capricorn’s discipline to audit one unneeded expense this week—cut it or donate it.",
"affirmation": "I honor my emotional needs without compromising my financial future."
}
},
{
"factor_type": "weekly_moon_phase",
"factor_value": "last_quarter",
"weight": 1.05,
"factor_insights": {
"motivation": "You’re at a crossroads where every transaction whispers to your bank account. This week's money decisions will shape tomorrow’s stability.",
"caution": "Overdrafts and unplanned expenses thrive in the last quarter’s quiet. Lock in budgets now to prevent surprises when the moon wanes.",
"reflection": "Review your spending habits this week. Are there subscriptions, debts, or habits draining more than they support? The last quarter is the perfect time to audit.",
"weekly_tip": "Cut one non-essential expense this week—whether a gym membership, streaming service, or takeout habit. Redirect that money into a high-yield savings account.",
"affirmation": "I honor my financial boundaries and protect my resources with intention."
}
},
{
"factor_type": "planetary_focus",
"factor_value": "moon_focus",
"weight": 1.1,
"factor_insights": {
"motivation": "Your emotional needs are fueling cautious financial habits—this week, lean into the Moon’s rhythm to align spending with your deepest priorities.",
"caution": "If a financial decision feels heavy, pause—your Moon’s feedback will clarify what’s truly worth pursuing.",
"reflection": "Your Moon’s focus on home and family may mean prioritizing local expenses over global investments this cycle.",
"weekly_tip": "Create a ‘Moon Fund’ for unexpected emotional costs (e.g., a cozy night in, a small indulgence).",
"affirmation": "Every decision I make this week serves my long-term emotional and practical well-being."
}
},
{
"factor_type": "retrograde_archetypes",
"factor_value": "no_major_retrograde",
"weight": 1.15,
"factor_insights": {
"motivation": "This is your week to redefine boundaries around what feels like a waste of emotional or financial resources. Be precise.",
"caution": "Resist the urge to justify every expense to yourself or others. Financial decisions should serve your needs, not social pressure.",
"reflection": "What’s a financial habit that drains you emotionally? Cut it now—whether it’s overspending on comforts or overthinking every penny.",
"weekly_tip": "If a financial decision feels like a ‘no,’ honor it. Your patience now prevents regret later—especially in volatile markets.",
"affirmation": "My money moves reflect my resilience, not my fear. I trust the process of gradual, intentional growth."
}
},
{
"factor_type": "ingress_archetypes",
"factor_value": "moon_ingress",
"weight": 1.05,
"factor_insights": {
"motivation": "The moon’s pull here nudges you to prioritize financial habits tied to home and security, not just immediate gratification.",
"caution": "If you’re feeling drained, lean into small, mindful expenses (coffee, walks) to avoid burnout before deeper financial moves.",
"reflection": "Track how your emotional state shifts over a week—where do you spend more? Where do you save? Identify patterns before they spiral.",
"weekly_tip": "Automate a small, high-value saving habit tied to your emotional rhythm—e.g., deposit $10 into a home fund when you feel secure.",
"affirmation": "I trust my instincts when it comes to money—balancing needs with security without overreacting to emotions."
}
},
{
"factor_type": "weekly_theme_archetypes",
"factor_value": "social_visibility",
"weight": 1.2,
"factor_insights": {
"motivation": "Remember: Cancerians are naturally nurturing. Use that energy to advocate for financial stability in conversations, not just to receive.",
"caution": "Over-investing in visibility without a clear return may lead to emotional strain. Guard your energy by setting firm limits on how much you share.",
"reflection": "Cancer’s strength lies in balance. Where does your money flow feel heavy? Lighten the load by simplifying or redirecting those expenses.",
"weekly_tip": "Use a public-facing budget tracker (like Mint or a shared spreadsheet) to log spending—but only if it keeps you honest, not transparent.",
"affirmation": "Every interaction this week strengthens my financial resilience. I walk away from deals that don’t serve my well-being."
}
},
{
"factor_type": "weekly_house_focus",
"factor_value": "seventh_house",
"weight": 1.08,
"factor_insights": {
"motivation": "This isn’t about avoiding risk but refining how you structure reciprocity. The energy here is about honoring the balance of give-and-take in your agreements, where emotional depth meets practical accountability.",
"caution": "If a deal feels heavy, pause before signing. The seventh house demands honesty, not just in words but in action. A delayed commitment now could prevent regret later.",
"reflection": "Consider the people who have shaped your financial narrative—do they reflect the kind of partnership you deserve, or are they a cautionary tale? The seventh house asks you to release what no longer serves you, even if it’s painful.",
"weekly_tip": "Invest in a neutral third party to mediate if needed. The seventh house demands objectivity, especially when emotions run high. A financial advisor or lawyer can help you see the deal for what it is: a contract, not a favor.",
"affirmation": "I speak my needs clearly and stand for agreements that align with my values, not my fears."
}
}
],
"debug_trace": null
},
{
"section": "communication",
"title": "Communication weekly outlook: protective and intuitive (high)",
"headline": "Transit-led clarity, timing, and message impact: trine harmony",
"summary": "Across this week, trine harmony leads the tone for Cancer, making clarity, timing, and message impact the execution lane. This transit-led week keeps testing overexplaining under pressure against timed and precise delivery, and the stronger path is clear. Let adaptation be methodical, not impulsive. Early this week, Moon trine Saturn peaks on Apr 06. Midweek, Moon square Mars peaks on Apr 08. By the weekend, Moon trine Venus peaks on Apr 09. In communication terms, with trine harmony active, progress comes easier when you move with clean alignment; In conversations, prioritize precision, timing, and genuine listening. This week, let your emotions guide your dialogue. Speak from the heart when others may not yet hear yours, and trust that your voice carries weight. That framing improves how your words land. In parallel, At message-timing level, Action and initiative is the dominant theme, and steady execution is the real advantage; In communication, channel this into concise delivery and better listening windows. Reframe your approach: Instead of ‘fixing’ others, focus on mirroring their energy with warmth and curiosity. That framing improves how your words land. In communication terms, Sextile patterns ease coordination and keep momentum usable; In conversations, prioritize precision, timing, and genuine listening. By week-end, carry forward only the adjustments that truly compounded. Keep it anchored in clarity, timing, and message impact. Use the ‘sandwich method’ in feedback: Offer a positive first, then address concerns, then close with a forward-looking note. It softens impact. Prioritize precision over speed.",
"deep_report": "Lead climate pressure opens the week before tactical nuance integrates. In communication terms, keep delivery as the anchor theme. Through the week, this weather line becomes strategic; the lived expression is this: At the core of this weekly arc is transit pattern of trine harmony. In communication terms, with trine harmony active, progress comes easier when you move with clean alignment; In conversations, prioritize precision, timing, and genuine listening.\n\nVoice-level clarity begins with This week, let your emotions guide your dialogue. Anchor it with Use the ‘sandwich method’ in feedback: Offer a positive first, then address concerns, then close with a forward-looking note. Let Ask yourself: What am I communicating that others might misunderstand guide tone while reducing the urge to withdraw when feedback feels harsh. On Apr 6, Moon trine Saturn peaks; transit climate altered tone and cadence in clarity, timing, and message impact.\n\nAs Moon trine Saturn peaks on Apr 06 strengthens, let transit pacing refine message timing in clarity, timing, and message impact. Another climate current now sharpens pacing; the lived expression is this: A meaningful counter-pressure comes through theme archetype of action and initiative. At message-timing level, Action and initiative is the dominant theme, and steady execution is the real advantage; In communication, channel this into concise delivery and better listening windows.\n\nVerbal pressure gathers around Trust that your emotional depth is your greatest asset in crafting messages that resonate authentically. Regulate tone with End conversations with a shared intention: ‘Let’s revisit this when we’re both refreshed.’. Let Reframe your approach: Instead of ‘fixing’ others, focus on mirroring their energy with warmth and curiosity prevent fallback into over-apologizing or over-explaining; your emotional tone can feel heavy if misinterpreted.\n\nOn Apr 7, Sun trine Moon peaks, making message timing in clarity, timing, and message impact more consequential. As Sun trine Moon peaks on Apr 07 comes into focus, use climate shift to clarify messaging in clarity, timing, and message impact this week. Weekly coherence deepens when adaptation stays tactical and priorities stay fixed.",
"highlights": [
"With trine harmony active, progress comes easier when you move with clean alignment.",
"Action and initiative is setting the tone; consistency beats urgency.",
"Sextile patterns ease coordination and keep momentum usable.",
"No major retrograde favors review, cleanup, and smarter timing."
],
"cautions": [
"Steer clear of the urge to withdraw when feedback feels harsh. Instead of retreating, practice listening with curiosity to refine your approach.",
"Steer clear of over-apologizing or over-explaining; your emotional tone can feel heavy if misinterpreted.",
"Monitor overemphasis on your own perspective; balance is key to keeping interactions balanced and fair.",
"Steer clear of dismissing the emotional weight behind your words; even well-intentioned Cancer communication can feel heavy if not balanced."
],
"actions": [
"Apply the ‘sandwich method’ in feedback: Offer a positive first, then address concerns, then close with a forward-looking note. It softens impact.",
"End conversations with a shared intention: ‘Let’s revisit this when we’re both refreshed.’.",
"Open conversations with a question that invites emotional openness, like, ‘How have you been feeling lately?’.",
"Close interactions with a shared emotional anchor (e.g., ‘I’m glad we’re both feeling [X] this week’). It grounds the exchange."
],
"scores": {
"momentum": 100.0,
"clarity": 35.5,
"opportunity": 100.0,
"focus": 86.8,
"stability": 28.0,
"connection": 79.9
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "trine_harmony",
"weight": 1.25,
"factor_insights": {
"motivation": "This week, let your emotions guide your dialogue. Speak from the heart when others may not yet hear yours, and trust that your voice carries weight.",
"caution": "Watch for the urge to withdraw when feedback feels harsh. Instead of retreating, practice listening with curiosity to refine your approach.",
"reflection": "Ask yourself: What am I communicating that others might misunderstand? Your intuition is sharp—dig deeper to ensure your messages align with your values.",
"weekly_tip": "Use the ‘sandwich method’ in feedback: Offer a positive first, then address concerns, then close with a forward-looking note. It softens impact.",
"affirmation": "My emotional depth is a gift, not a burden—I use it to connect authentically and thoughtfully."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.15,
"factor_insights": {
"motivation": "Your intuition is the compass for clarity; trust that your voice carries weight when you speak from the heart.",
"caution": "Watch for overemphasis on your own perspective; balance is key to keeping interactions balanced and fair.",
"reflection": "Notice how your body language and tone reflect your emotional state—are they congruent or conflicting?",
"weekly_tip": "Start conversations with a question that invites emotional openness, like, ‘How have you been feeling lately?’",
"affirmation": "This sextile energy empowers me to speak from strength, not fear, in every conversation."
}
},
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 0.9,
"factor_insights": {
"motivation": "Your protective instincts are sharpening—trust your gut to set boundaries with clarity, especially in conversations where emotions run high.",
"caution": "Watch for sharp reactions when your words feel too direct—practice pausing to soften your tone if needed.",
"reflection": "Notice how your body reacts when you speak—tension in shoulders? It’s a sign to slow down and breathe before responding.",
"weekly_tip": "If stuck, write down your thoughts before speaking—Cancer’s intuition and Aries’ clarity will guide you to the right words.",
"affirmation": "I choose my words carefully, knowing they shape how I’m seen and how I’m heard."
}
},
{
"factor_type": "moon_in_sign",
"factor_value": "CAPRICORN",
"weight": 0.95,
"factor_insights": {
"motivation": "Lean into the disciplined energy of your Capricorn Moon to sharpen your words with precision—your emotional depth now demands clarity in how you express it.",
"caution": "Overly formal tones may unintentionally distance others; balance structure with warmth to keep connections authentic.",
"reflection": "Reflect on a time you communicated with clarity—what made it effective? Your Cancer’s emotional memory can guide your next exchange.",
"weekly_tip": "Use the ‘3-Second Rule’: If your mind races with what to say next, pause. Your Cancer intuition will clarify the next step in the moment.",
"affirmation": "My Moon in Capricorn reminds me: even in high-intensity conversations, I am the steady anchor for both sides."
}
},
{
"factor_type": "weekly_moon_phase",
"factor_value": "last_quarter",
"weight": 1.05,
"factor_insights": {
"motivation": "This is your chance to align your voice with what truly matters, not just what feels urgent.",
"caution": "If tension arises, pause before responding—your words carry more weight when they’re deliberate.",
"reflection": "Notice how your tone shifts when you’re being guarded vs. when you’re open. Which version serves you?",
"weekly_tip": "Use ‘I’ statements to express needs without blame (e.g., ‘I feel unheard when…’ instead of ‘You always…’).",
"affirmation": "My voice is a bridge, not a fortress—it connects, not isolates."
}
},
{
"factor_type": "planetary_focus",
"factor_value": "moon_focus",
"weight": 1.1,
"factor_insights": {
"motivation": "Lean into the emotional depth of this week to deepen trust with your words. Moon energy amplifies vulnerability—use it to connect authentically with clarity.",
"caution": "Silence now may be more powerful than words. Trust that your words will land better when they’re not rushed or forced.",
"reflection": "Release the need to explain everything. Sometimes, the most powerful communication is the quiet understanding you leave behind.",
"weekly_tip": "Start conversations with a pause. Let the Moon’s rhythm set the tone—listen fully before responding, especially to sensitive topics.",
"affirmation": "My communication fosters connection, not division, even in high-emotion moments."
}
},
{
"factor_type": "retrograde_archetypes",
"factor_value": "no_major_retrograde",
"weight": 1.15,
"factor_insights": {
"motivation": "Your Cancer intuition sharpens now—listen to the quiet whispers of your inner world to guide your words and tone.",
"caution": "Avoid dismissing the emotional weight behind your words; even well-intentioned Cancer communication can feel heavy if not balanced.",
"reflection": "Write down a message you’re avoiding—how does it feel to hear it from yourself? Adjust if it feels forced.",
"weekly_tip": "End interactions with a shared emotional anchor (e.g., ‘I’m glad we’re both feeling [X] this week’). It grounds the exchange.",
"affirmation": "I communicate with precision—my words carry the weight of my truth, not the need to perform."
}
},
{
"factor_type": "ingress_archetypes",
"factor_value": "moon_ingress",
"weight": 1.05,
"factor_insights": {
"motivation": "When you speak, your message carries weight. Trust that your emotions are your compass; let them shape your tone and purpose, not just your words.",
"caution": "Watch for misaligned messages when you’re under pressure. If you’re tempted to say something to please or avoid conflict, ask: Does this serve me?",
"reflection": "Reflect on a time you felt misunderstood. How could you have communicated more clearly? This week, practice framing your thoughts with precision.",
"weekly_tip": "End conversations with a deliberate closing. A simple, ‘Let’s revisit this tomorrow,’ or ‘I’ll follow up with details,’ anchors the exchange in structure.",
"affirmation": "My words carry the weight of my truth, and I speak with intention, not just volume."
}
},
{
"factor_type": "weekly_theme_archetypes",
"factor_value": "action_and_initiative",
"weight": 1.2,
"factor_insights": {
"motivation": "Trust that your emotional depth is your greatest asset in crafting messages that resonate authentically.",
"caution": "Avoid over-apologizing or over-explaining; your emotional tone can feel heavy if misinterpreted.",
"reflection": "Reframe your approach: Instead of ‘fixing’ others, focus on mirroring their energy with warmth and curiosity.",
"weekly_tip": "End conversations with a shared intention: ‘Let’s revisit this when we’re both refreshed.’",
"affirmation": "I trust my intuition to guide every exchange, ensuring my energy remains steady and generous."
}
},
{
"factor_type": "weekly_house_focus",
"factor_value": "seventh_house",
"weight": 1.08,
"factor_insights": {
"motivation": "This is the week to ask: What does my partner truly need to feel seen? before assuming their silence.",
"caution": "Avoid the pitfall of ‘fixing’ their perspective without first validating their experience; balance requires reciprocity.",
"reflection": "Reflect on a time you felt truly heard in a partnership. What made it possible? Replicate that in your next conversation.",
"weekly_tip": "End agreements with a shared commitment: ‘I’ll follow up on [X] by [date].’ This builds accountability in both directions.",
"affirmation": "My words carry weight not in their finality, but in their clarity—speaking from a place of shared understanding."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "7388c15671eda9d6",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "horoscope_transits_weekly_post",
"endpoint_description": "Provides weekly transit-focused section reports (non-general sections).",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-08T19:46:56.018676+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": ""
}
}