Sections mensuelles de l'horoscope Transit¶
Le point de terminaison Sections mensuelles de l'horoscope Transit renvoie des sections de rapports mensuels axées sur les transit, provenant du moteur d'horoscope interne.
Support linguistique : Ce point de terminaison
/api/v1/horoscope/reports/*, basé sur le moteur, prend actuellement uniquement en charge l'anglais (lang=en).
Point de terminaison¶
| Méthode | Chemin |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/transits/monthly |
Corps de la requête¶
| Nom | Obligatoire | Type | Exemple | Description |
|---|---|---|---|---|
dob | Oui | chaîne | 1992-07-16 | Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2} |
timezone | Non | chaîne | America/New_York | IANA timezone used to resolve period anchors accurately. Default: UTC |
include_snapshot | Non | booléen (facultatif) | - | Commutateur facultatif pour le mode compact. Définir sur false pour exclure le bloc de capture d'écran dans le payload de réponse. |
include_positions | Non | booléen (facultatif) | - | Commutateur facultatif pour le mode compact. Définir sur false pour exclure les tableaux de positions dans le payload de réponse. |
zodiac_system | Non | chaîne (facultatif) | tropical | Zodiac computation mode. Allowed: sidéral, tropical |
ayanamsa | Non | chaîne (facultatif) | lahiri | Sidereal ayanamsa system. Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar |
house_system | Non | chaîne (facultatif) | placidus | House calculation system. Allowed: placidus, whole_sign, equal, koch |
node_type | Non | chaîne (facultatif) | true | Lunar node mode. Allowed: true, mean |
tenant_id | Non | chaîne (facultatif) | docs-smoke | Commutateur facultatif pour remplacer l'espace de noms de locataire/cache. |
birth_time | Non | chaîne (facultatif) | 13:45 | Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2} |
birth_latitude | Non | nombre (facultatif) | 40.7128 | Birth latitude. Provide with longitude_naissance. |
birth_longitude | Non | nombre (facultatif) | -74.0060 | Birth longitude. Provide with latitude_naissance. |
birth_timezone | Non | chaîne (facultatif) | America/New_York | Définition du fuseau horaire de naissance (IANA). |
transit | Non | chaîne (facultatif) | retrograde_review | Optional override for engine focus. Allowed: action_activation, appel_aventure, flux_communication, défi_conjonction, croissance_conjonction, flux_créativité, point_décision, restriction_discipline, flux_émotionnel, focus_financier, conscience_santé, phase_introspection, opportunité_apprentissage, énergie_réseau, conflit_opposition, tension_relationnelle, examen_rétrograde, opportunité_sextile, alignement_spirituel, tension_croisée, harmonie_trinitaire |
sections | Non | tableau | ["career","money"] | Requested report sections. Allowed: amour_célibataires, amour_couples, carrière, amitié, santé, argent, communication, style_de_vie. général is not allowed here; use /aperçu. |
target_date | Non | Chaîne (nullable) | `2026-04-08 | Period anchor date (AAAA-MM-JJ). If omitted, gateway uses current date in ` Fuseau horaire. |
Réponse¶
Retourne le payload brut du moteur ainsi que les métadonnées du gateway :
_enterprise_api_metadata_
Activation de la personnalisation¶
Pour générer un rapport de transit personnalisé (au lieu d'une sortie généralisée au niveau du compte), inclure :
birth_timebirth_latitudeetbirth_longitudeensemble- éventuellement
birth_timezone(reviendra verstimezone)
Si ces champs de vecteur de naissance sont omis, l'endpoint fonctionne toujours en production en utilisant des couches généralisées basées sur les signes.
Exemple de mode personnalisé (Recommandé)¶
Le mode personnalisé active des vecteurs Swiss Ephemeris supplémentaires et déterministes (par exemple, les maisons, les vecteurs de temps et les couches astrologiques optionnelles). Cela signifie que deux utilisateurs ayant le même signe peuvent toujours recevoir des éditeurs de rapports différents lorsque les détails de naissance diffèrent.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/transits/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-08",
"transit": "trine_harmony",
"sections": [
"career",
"money",
"communication"
]
}'
Exemple de mode public (Général, basé sur les signes)¶
Le mode public est utilisable en production et est calculé avec des couches astrologiques qui ne nécessitent pas d'options de vecteur de naissance personnalisé. Il est basé sur les signes, de sorte que les utilisateurs partageant le même signe reçoivent le même éditorial de lecture pour la même période.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/transits/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-08",
"sections": [
"career",
"money"
]
}'
Exemple de réponse¶
{
"report_type": "transit",
"sign": "CANCER",
"period": "monthly",
"start": "2026-04-01T00:00:00",
"end": "2026-05-01T00:00:00",
"data": {
"period": "monthly",
"start": "2026-04-01T00:00:00",
"end": "2026-05-01T00:00:00",
"snapshot": {
"timestamp": "2026-04-16T12:00:00",
"zodiac_system": "tropical",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.224339,
"ayanamsa_system": "lahiri",
"sun_sign": "ARIES",
"moon_sign": "ARIES",
"rising_sign": "VIRGO",
"house_system": "P",
"house_cusps": [
161.6924,
186.013827,
215.276659,
248.620341,
282.855058,
314.297647,
341.6924,
6.013827,
35.276659,
68.620341,
102.855058,
134.297647
],
"positions": [
{
"name": "Sun",
"longitude": 26.50966881535653,
"tropical_longitude": 26.50966881535653,
"sidereal_longitude": 2.283775810788184,
"latitude": 7.087362887347375e-05,
"speed": 0.9789390598036218,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 26.50966881535653,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Moon",
"longitude": 12.998480106481756,
"tropical_longitude": 12.998480106481756,
"sidereal_longitude": 348.7725871019134,
"latitude": 2.9400705735311194,
"speed": 14.40091288941325,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 12.998480106481756,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Mercury",
"longitude": 1.9410891000672725,
"tropical_longitude": 1.9410891000672725,
"sidereal_longitude": 337.7151960954989,
"latitude": -2.6212986090070034,
"speed": 1.4477404530687343,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 1.9410891000672725,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Venus",
"longitude": 50.65130841728208,
"tropical_longitude": 50.65130841728208,
"sidereal_longitude": 26.425415412713736,
"latitude": 0.2399488620587063,
"speed": 1.221639902383443,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 20.65130841728208,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Mars",
"longitude": 5.1940304338797665,
"tropical_longitude": 5.1940304338797665,
"sidereal_longitude": 340.9681374293114,
"latitude": -0.9752268990901437,
"speed": 0.7754559729642305,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 5.1940304338797665,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Jupiter",
"longitude": 107.12151831506527,
"tropical_longitude": 107.12151831506527,
"sidereal_longitude": 82.89562531049691,
"latitude": 0.38142418945210976,
"speed": 0.10677240118173978,
"sign": "CANCER",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 17.121518315065273,
"house": 11,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Saturn",
"longitude": 7.45113822292677,
"tropical_longitude": 7.45113822292677,
"sidereal_longitude": 343.22524521835845,
"latitude": -2.1452437494404855,
"speed": 0.12043425915500207,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 7.45113822292677,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Uranus",
"longitude": 59.49617022069901,
"tropical_longitude": 59.49617022069901,
"sidereal_longitude": 35.27027721613065,
"latitude": -0.1671759688503485,
"speed": 0.051014746366461944,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "TAURUS",
"degree_in_sign": 29.496170220699007,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Neptune",
"longitude": 2.771477140824063,
"tropical_longitude": 2.771477140824063,
"sidereal_longitude": 338.54558413625574,
"latitude": -1.3124365327073213,
"speed": 0.035331514054857786,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 2.771477140824063,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Pluto",
"longitude": 305.4151771832098,
"tropical_longitude": 305.4151771832098,
"sidereal_longitude": 281.18928417864146,
"latitude": -3.9956650116260146,
"speed": 0.009334907918120267,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 5.415177183209778,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Chiron",
"longitude": 26.63126085752127,
"tropical_longitude": 26.63126085752127,
"sidereal_longitude": 2.405367852952924,
"latitude": 0.3500774070148342,
"speed": 0.059543103108923,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 26.63126085752127,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Ceres",
"longitude": 42.65533379704791,
"tropical_longitude": 42.65533379704791,
"sidereal_longitude": 18.429440792479554,
"latitude": -4.253259490435916,
"speed": 0.4023486201278909,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 12.65533379704791,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "North Node",
"longitude": 338.03405503557394,
"tropical_longitude": 338.03405503557394,
"sidereal_longitude": 313.80816203100557,
"latitude": 0.0,
"speed": -0.08445942989281556,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 8.034055035573942,
"house": 6,
"retrograde": true,
"ayanamsa_value": 24.22433922986596
},
{
"name": "South Node",
"longitude": 158.03405503557394,
"tropical_longitude": 158.03405503557394,
"sidereal_longitude": 133.80816203100557,
"latitude": 0.0,
"speed": -0.08445942989281556,
"sign": "VIRGO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 8.034055035573942,
"house": 12,
"retrograde": true,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Lilith",
"longitude": 253.07671539876827,
"tropical_longitude": 253.07671539876827,
"sidereal_longitude": 228.85082239419995,
"latitude": -5.112571989028335,
"speed": 0.11201316662837364,
"sign": "SAGITTARIUS",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 13.076715398768272,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Pallas",
"longitude": 356.9060260936163,
"tropical_longitude": 356.9060260936163,
"sidereal_longitude": 332.68013308904796,
"latitude": 2.9702754953762223,
"speed": 0.32209002612972504,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 26.906026093616276,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Juno",
"longitude": 304.593472013617,
"tropical_longitude": 304.593472013617,
"sidereal_longitude": 280.36757900904865,
"latitude": 11.934003050180687,
"speed": 0.2284202452815486,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 4.593472013616974,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Vesta",
"longitude": 347.7987930283952,
"tropical_longitude": 347.7987930283952,
"sidereal_longitude": 323.5729000238269,
"latitude": -4.0714247621416115,
"speed": 0.4674635609289359,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 17.79879302839521,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
},
{
"name": "Eris",
"longitude": 25.288619913677334,
"tropical_longitude": 25.288619913677334,
"sidereal_longitude": 1.062726909108991,
"latitude": -10.388447759362775,
"speed": 0.010943637350751188,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 25.288619913677334,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22433922986596
}
],
"aspects": [
{
"body1": "Sun",
"body2": "Uranus",
"aspect": "semi-sextile",
"orb": 2.99,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Chiron",
"aspect": "conjunction",
"orb": 0.12,
"exact": true,
"applying": false
},
{
"body1": "Sun",
"body2": "Lilith",
"aspect": "sesquiquadrate",
"orb": 1.57,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Pallas",
"aspect": "semi-sextile",
"orb": 0.4,
"exact": true,
"applying": false
},
{
"body1": "Sun",
"body2": "Eris",
"aspect": "conjunction",
"orb": 1.22,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Mars",
"aspect": "conjunction",
"orb": 7.8,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Jupiter",
"aspect": "square",
"orb": 4.12,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Saturn",
"aspect": "conjunction",
"orb": 5.55,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Uranus",
"aspect": "semi-square",
"orb": 1.5,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Ceres",
"aspect": "semi-sextile",
"orb": 0.34,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Lilith",
"aspect": "trine",
"orb": 0.08,
"exact": true,
"applying": false
},
{
"body1": "Mercury",
"body2": "Mars",
"aspect": "conjunction",
"orb": 3.25,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Saturn",
"aspect": "conjunction",
"orb": 5.51,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Uranus",
"aspect": "sextile",
"orb": 2.44,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 0.83,
"exact": true,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pluto",
"aspect": "sextile",
"orb": 3.47,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 5.04,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Juno",
"aspect": "sextile",
"orb": 2.65,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Mars",
"aspect": "semi-square",
"orb": 0.46,
"exact": true,
"applying": false
},
{
"body1": "Venus",
"body2": "Jupiter",
"aspect": "sextile",
"orb": 3.53,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Saturn",
"aspect": "semi-square",
"orb": 1.8,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Neptune",
"aspect": "semi-square",
"orb": 2.88,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Ceres",
"aspect": "conjunction",
"orb": 8.0,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.85,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Saturn",
"aspect": "conjunction",
"orb": 2.26,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Uranus",
"aspect": "sextile",
"orb": 5.7,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 2.42,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pluto",
"aspect": "sextile",
"orb": 0.22,
"exact": true,
"applying": false
},
{
"body1": "Mars",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 2.84,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "South Node",
"aspect": "quincunx",
"orb": 2.84,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Lilith",
"aspect": "trine",
"orb": 7.88,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Juno",
"aspect": "sextile",
"orb": 0.6,
"exact": true,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Uranus",
"aspect": "semi-square",
"orb": 2.63,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Ceres",
"aspect": "sextile",
"orb": 4.47,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Vesta",
"aspect": "trine",
"orb": 0.68,
"exact": true,
"applying": false
},
{
"body1": "Saturn",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 4.68,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Pluto",
"aspect": "sextile",
"orb": 2.04,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 0.58,
"exact": true,
"applying": false
},
{
"body1": "Saturn",
"body2": "South Node",
"aspect": "quincunx",
"orb": 0.58,
"exact": true,
"applying": false
},
{
"body1": "Saturn",
"body2": "Lilith",
"aspect": "trine",
"orb": 5.63,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Juno",
"aspect": "sextile",
"orb": 2.86,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Neptune",
"aspect": "sextile",
"orb": 3.28,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pluto",
"aspect": "trine",
"orb": 5.92,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Chiron",
"aspect": "semi-sextile",
"orb": 2.86,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pallas",
"aspect": "sextile",
"orb": 2.59,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Juno",
"aspect": "trine",
"orb": 5.1,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pluto",
"aspect": "sextile",
"orb": 2.64,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 5.87,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Juno",
"aspect": "sextile",
"orb": 1.82,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Ceres",
"aspect": "square",
"orb": 7.24,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 2.62,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "South Node",
"aspect": "quincunx",
"orb": 2.62,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Juno",
"aspect": "conjunction",
"orb": 0.82,
"exact": true,
"applying": false
},
{
"body1": "Pluto",
"body2": "Vesta",
"aspect": "semi-square",
"orb": 2.62,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Lilith",
"aspect": "sesquiquadrate",
"orb": 1.45,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Pallas",
"aspect": "semi-sextile",
"orb": 0.27,
"exact": true,
"applying": false
},
{
"body1": "Chiron",
"body2": "Juno",
"aspect": "square",
"orb": 7.96,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Eris",
"aspect": "conjunction",
"orb": 1.34,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "North Node",
"aspect": "sextile",
"orb": 4.62,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "South Node",
"aspect": "trine",
"orb": 4.62,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 0.42,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 0.75,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "Vesta",
"aspect": "sextile",
"orb": 5.14,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "South Node",
"aspect": "opposition",
"orb": 0.0,
"exact": true,
"applying": false
},
{
"body1": "North Node",
"body2": "Lilith",
"aspect": "square",
"orb": 5.04,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Eris",
"aspect": "semi-square",
"orb": 2.25,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Lilith",
"aspect": "square",
"orb": 5.04,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.25,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Vesta",
"aspect": "square",
"orb": 4.72,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.79,
"exact": false,
"applying": false
},
{
"body1": "Pallas",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 1.62,
"exact": false,
"applying": false
},
{
"body1": "Juno",
"body2": "Vesta",
"aspect": "semi-square",
"orb": 1.79,
"exact": false,
"applying": false
}
]
},
"metrics": {
"sample_count": 6,
"aspect_counts": {
"opposition": 15,
"semi-sextile": 55,
"square": 63,
"conjunction": 75,
"semi-square": 54,
"trine": 58,
"quincunx": 29,
"sextile": 86,
"sesquiquadrate": 20
},
"retrograde_bodies": [
"North Node",
"South Node"
],
"sign_changes": [
"Moon enters SAGITTARIUS on Apr 06",
"Moon enters AQUARIUS on Apr 11",
"Mars enters ARIES on Apr 11",
"Moon enters ARIES on Apr 16",
"Mercury enters ARIES on Apr 16",
"Sun enters TAURUS on Apr 21",
"Moon enters GEMINI on Apr 21",
"Moon enters VIRGO on Apr 26",
"Venus enters GEMINI on Apr 26",
"Uranus enters GEMINI on Apr 26",
"Pallas enters ARIES on Apr 26"
]
},
"notable_events": [
"Full Moon window on Apr 01",
"Saturn sextile Pluto exact on Apr 01",
"Moon opposition Saturn exact on Apr 01",
"Sun trine Lilith exact on Apr 01",
"Moon trine Pluto exact on Apr 01",
"Moon trine Saturn exact on Apr 06",
"Sun square Jupiter exact on Apr 06",
"Venus sextile North Node exact on Apr 06",
"Ceres sextile North Node exact on Apr 06",
"Neptune sextile Juno exact on Apr 06",
"Moon sextile Pluto exact on Apr 06",
"Moon sextile Saturn exact on Apr 11"
],
"period_events": [
{
"timestamp": "2026-04-01T12:00:00",
"event_type": "lunation",
"body1": "Moon",
"body2": "Sun",
"sign": null,
"aspect": null,
"exactness": 6.91,
"narrative_priority": 1.915,
"section_bias": {
"general": 2.9,
"love_singles": 0.6000000000000001,
"love_couples": 0.6000000000000001,
"friendship": 0.3,
"health": 0.3,
"career": 0.5,
"lifestyle": 0.5
},
"description": "Full Moon window on Apr 01"
},
{
"timestamp": "2026-04-01T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Pluto",
"sign": null,
"aspect": "sextile",
"exactness": 0.39,
"narrative_priority": 1.866,
"section_bias": {
"general": 1.6,
"career": 1.3,
"health": 0.5,
"money": 0.5,
"love_couples": 0.4
},
"description": "Saturn sextile Pluto exact on Apr 01"
},
{
"timestamp": "2026-04-01T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Saturn",
"sign": null,
"aspect": "opposition",
"exactness": 0.75,
"narrative_priority": 1.848,
"section_bias": {
"general": 1.7999999999999998,
"love_singles": 0.4,
"love_couples": 0.4,
"friendship": 0.3,
"health": 0.8,
"career": 0.8,
"money": 0.5
},
"description": "Moon opposition Saturn exact on Apr 01"
},
{
"timestamp": "2026-04-01T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Lilith",
"sign": null,
"aspect": "trine",
"exactness": 0.37,
"narrative_priority": 1.702,
"section_bias": {
"general": 1.5,
"career": 0.5,
"lifestyle": 0.5
},
"description": "Sun trine Lilith exact on Apr 01"
},
{
"timestamp": "2026-04-01T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Pluto",
"sign": null,
"aspect": "trine",
"exactness": 0.36,
"narrative_priority": 1.702,
"section_bias": {
"general": 2.0,
"love_singles": 0.4,
"love_couples": 0.8,
"friendship": 0.3,
"health": 0.3,
"career": 0.5
},
"description": "Moon trine Pluto exact on Apr 01"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Saturn",
"sign": null,
"aspect": "trine",
"exactness": 0.02,
"narrative_priority": 1.884,
"section_bias": {
"general": 1.7999999999999998,
"love_singles": 0.4,
"love_couples": 0.4,
"friendship": 0.3,
"health": 0.8,
"career": 0.8,
"money": 0.5
},
"description": "Moon trine Saturn exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Jupiter",
"sign": null,
"aspect": "square",
"exactness": 0.51,
"narrative_priority": 1.86,
"section_bias": {
"general": 2.0,
"career": 1.3,
"lifestyle": 0.9,
"money": 0.8
},
"description": "Sun square Jupiter exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "North Node",
"sign": null,
"aspect": "sextile",
"exactness": 0.14,
"narrative_priority": 1.768,
"section_bias": {
"general": 1.4,
"love_singles": 1.2,
"love_couples": 1.0,
"money": 0.5,
"friendship": 0.4,
"career": 0.4
},
"description": "Venus sextile North Node exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Ceres",
"body2": "North Node",
"sign": null,
"aspect": "sextile",
"exactness": 0.4,
"narrative_priority": 1.755,
"section_bias": {
"general": 1.4,
"career": 0.4,
"love_singles": 0.3
},
"description": "Ceres sextile North Node exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Neptune",
"body2": "Juno",
"sign": null,
"aspect": "sextile",
"exactness": 0.24,
"narrative_priority": 1.708,
"section_bias": {
"general": 1.0,
"health": 0.5,
"lifestyle": 0.6
},
"description": "Neptune sextile Juno exact on Apr 06"
},
{
"timestamp": "2026-04-06T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Pluto",
"sign": null,
"aspect": "sextile",
"exactness": 0.91,
"narrative_priority": 1.675,
"section_bias": {
"general": 2.0,
"love_singles": 0.4,
"love_couples": 0.8,
"friendship": 0.3,
"health": 0.3,
"career": 0.5
},
"description": "Moon sextile Pluto exact on Apr 06"
},
{
"timestamp": "2026-04-11T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Saturn",
"sign": null,
"aspect": "sextile",
"exactness": 0.64,
"narrative_priority": 1.853,
"section_bias": {
"general": 1.7999999999999998,
"love_singles": 0.4,
"love_couples": 0.4,
"friendship": 0.3,
"health": 0.8,
"career": 0.8,
"money": 0.5
},
"description": "Moon sextile Saturn exact on Apr 11"
},
{
"timestamp": "2026-04-11T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Pluto",
"sign": null,
"aspect": "conjunction",
"exactness": 0.84,
"narrative_priority": 1.678,
"section_bias": {
"general": 2.0,
"love_singles": 0.4,
"love_couples": 0.8,
"friendship": 0.3,
"health": 0.3,
"career": 0.5
},
"description": "Moon conjunction Pluto exact on Apr 11"
},
{
"timestamp": "2026-04-16T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "Vesta",
"sign": null,
"aspect": "trine",
"exactness": 0.68,
"narrative_priority": 1.851,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter trine Vesta exact on Apr 16"
},
{
"timestamp": "2026-04-16T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Chiron",
"sign": null,
"aspect": "conjunction",
"exactness": 0.12,
"narrative_priority": 1.714,
"section_bias": {
"general": 1.9,
"career": 0.5,
"lifestyle": 0.5,
"health": 0.8,
"love_couples": 0.4
},
"description": "Sun conjunction Chiron exact on Apr 16"
},
{
"timestamp": "2026-04-16T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Pluto",
"sign": null,
"aspect": "sextile",
"exactness": 0.22,
"narrative_priority": 1.709,
"section_bias": {
"general": 1.2,
"career": 1.3,
"health": 0.6,
"love_singles": 0.3,
"love_couples": 0.4
},
"description": "Mars sextile Pluto exact on Apr 16"
},
{
"timestamp": "2026-04-16T12:00:00",
"event_type": "exact_aspect",
"body1": "Mercury",
"body2": "Neptune",
"sign": null,
"aspect": "conjunction",
"exactness": 0.83,
"narrative_priority": 1.679,
"section_bias": {
"general": 1.0,
"communication": 0.9,
"career": 0.4,
"friendship": 0.3,
"health": 0.5,
"lifestyle": 0.6
},
"description": "Mercury conjunction Neptune exact on Apr 16"
},
{
"timestamp": "2026-04-21T12:00:00",
"event_type": "exact_aspect",
"body1": "Pluto",
"body2": "Juno",
"sign": null,
"aspect": "conjunction",
"exactness": 0.24,
"narrative_priority": 1.708,
"section_bias": {
"general": 1.2,
"career": 0.5,
"love_couples": 0.4
},
"description": "Pluto conjunction Juno exact on Apr 21"
},
{
"timestamp": "2026-04-26T12:00:00",
"event_type": "exact_aspect",
"body1": "Mercury",
"body2": "Jupiter",
"sign": null,
"aspect": "square",
"exactness": 0.44,
"narrative_priority": 1.863,
"section_bias": {
"general": 1.1,
"communication": 0.9,
"career": 1.2000000000000002,
"friendship": 0.3,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Mercury square Jupiter exact on Apr 26"
},
{
"timestamp": "2026-04-26T12:00:00",
"event_type": "exact_aspect",
"body1": "Uranus",
"body2": "Pallas",
"sign": null,
"aspect": "sextile",
"exactness": 0.06,
"narrative_priority": 1.717,
"section_bias": {
"general": 1.0,
"lifestyle": 0.7,
"communication": 0.4
},
"description": "Uranus sextile Pallas exact on Apr 26"
},
{
"timestamp": "2026-04-26T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "Neptune",
"sign": null,
"aspect": "sextile",
"exactness": 0.28,
"narrative_priority": 1.706,
"section_bias": {
"general": 1.0,
"love_singles": 0.9,
"love_couples": 1.0,
"money": 0.5,
"friendship": 0.4,
"health": 0.5,
"lifestyle": 0.6
},
"description": "Venus sextile Neptune exact on Apr 26"
},
{
"timestamp": "2026-04-26T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Moon",
"sign": null,
"aspect": "trine",
"exactness": 0.31,
"narrative_priority": 1.705,
"section_bias": {
"general": 2.3,
"career": 0.5,
"lifestyle": 0.5,
"love_singles": 0.4,
"love_couples": 0.4,
"friendship": 0.3,
"health": 0.3
},
"description": "Sun trine Moon exact on Apr 26"
},
{
"timestamp": "2026-04-26T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Juno",
"sign": null,
"aspect": "square",
"exactness": 0.45,
"narrative_priority": 1.698,
"section_bias": {
"general": 1.5,
"career": 0.5,
"lifestyle": 0.5
},
"description": "Sun square Juno exact on Apr 26"
},
{
"timestamp": "2026-04-26T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Pluto",
"sign": null,
"aspect": "square",
"exactness": 0.79,
"narrative_priority": 1.681,
"section_bias": {
"general": 2.1,
"career": 1.0,
"lifestyle": 0.5,
"love_couples": 0.4
},
"description": "Sun square Pluto exact on Apr 26"
}
],
"factor_values": {
"transits_archetypes": "financial_focus",
"aspects": "sextile",
"sun_in_sign": "ARIES",
"monthly_lunation_archetypes": "new_moon_reset",
"eclipse_archetypes": "no_eclipse",
"planetary_focus": "mars_focus",
"retrograde_archetypes": "no_major_retrograde",
"ingress_archetypes": "multi_ingress_month",
"outer_planet_focus": "saturn_structure",
"monthly_theme_archetypes": "visibility_and_recognition",
"monthly_house_focus": "eighth_house"
},
"focus_source": "override"
},
"sections": [
{
"section": "career",
"title": "Career monthly outlook: protective and intuitive (high)",
"headline": "Transit-led work visibility, priorities, and execution: action and initiative",
"summary": "April 2026 carries a transit-led arc for Cancer, with work visibility, priorities, and execution responding to financial focus. This month’s transit thesis is collaborative momentum with clear openings; let work that compounds replace visible busyness. Hold strategy steady while tactics remain flexible. This practical monthly arc pairs financial focus climate with sextile geometry in shared resources, intimacy, and deeper trust work. At the opening of the month, Sun trine Lilith peaks on Apr 01. Around the monthly pivot, Sun square Jupiter peaks on Apr 06. As month-end approaches, Sun conjunction Chiron peaks on Apr 16. These shifts affect timing, influence, and how your work is perceived. In career terms, a financial focus pattern highlights budgeting, pricing, and value alignment; Professionally, convert this into concrete output and clean prioritization. This month, align decisions with your core values to avoid impulsive financial moves that drain reserves. That framing improves strategic timing. In parallel, At professional level, Sextile patterns ease coordination and keep momentum usable; At work, sequence this into focused execution and visible follow-through. This cycle, review past sextile aspects: Did your team’s strengths complement yours, or did you need to adjust expectations? Tie this to one measurable output. In career terms, the house layer is concentrated in eighth house, so shared resources, intimacy, and deeper trust work stays central; Professionally, convert this into concrete output and clean prioritization. You may want visible busyness, but this cycle rewards work that compounds. Close the month with flexibility in tactics and discipline in direction. Keep it anchored in work visibility, priorities, and execution. Start every workday with 10 minutes of focused planning. Write down one high-impact task (not a to-do list) and tackle it first. Momentum builds from here. Tie this to one measurable output.",
"deep_report": "Climate hierarchy starts the month before practical adaptation layers in. For this monthly career arc, let positioning be your orienting principle.\n\nAs the month develops, this layer drives decisions; the practical consequence is this: The dominant influence now is theme archetype of action and initiative. In career terms, with action and initiative leading this cycle, durable progress comes from consistency over urgency; Professionally, convert this into concrete output and clean prioritization. From an execution lens, center The tide is turning; your patience now fuels momentum. Make it concrete with Start every workday with 10 minutes of focused planning. Keep Reflect on a past project where you felt most fulfilled visible while limiting the urge to micromanage. On Apr 1, Full Moon window; transit climate changed operational timing in work visibility, priorities, and execution. With Full Moon window on Apr 01 active, read it as a transit execution marker in work visibility, priorities, and execution for this month.\n\nAnother weather layer now adjusts strategic tempo; the practical consequence is this: Another consequential influence in this monthly arc is transit pattern of financial focus. At professional level, a financial focus pattern highlights budgeting, pricing, and value alignment; At work, sequence this into focused execution and visible follow-through. Operational stress collects around This month, align decisions with your core values to avoid impulsive financial moves that drain reserves. Reduce volatility through Start each week by auditing your spending against your financial goals—Cancer’s protective energy ensures you stay aligned. Keep Reflect on how you’ve handled past financial stress—your resilience shapes how you’ll navigate current challenges active to prevent overcommitting to opportunities that require immediate cash—patience preserves your financial cushion. On Apr 6, Moon trine Saturn peaks, creating a new practical pace in work visibility, priorities, and execution. As Moon trine Saturn peaks on Apr 06 comes into focus, sequence priorities in work visibility, priorities, and execution with transit-aware timing this month.\n\nFor month-end coherence, this climate cue stays central; the practical consequence is this: Pacing decisions in this monthly cycle are shaped by lunar timing pattern of new moon reset. In career terms, This monthly lunation signature of new moon reset rewards emotional coherence over reactivity; Professionally, convert this into concrete output and clean prioritization. In operational pacing, Lean into this new moon to refocus your ambition—let the quiet energy of Cancer’s watery depth sharpen your career vision sets the edge. Support it with Block time for a ‘career reset’ ritual: meditate, visualize your ideal work environment, then plan one small ritual to honor it. Keep Review your top priorities: Are they still resonant, or do they need to evolve with this lunar energy visible while limiting overcommitting to tasks that drain your emotional stamina—Cancer’s intensity thrives on depth, not burnout. When Moon sextile Saturn peaks on Apr 11 sharpens, let transit timing tighten standards in work visibility, priorities, and execution.\n\nClose the month by retaining climate-smart tactics that preserved momentum.",
"highlights": [
"Action and initiative is setting the tone; consistency beats urgency.",
"A financial focus pattern highlights budgeting, pricing, and value alignment.",
"This monthly lunation signature of new moon reset rewards emotional coherence over reactivity.",
"No eclipse increases consequence, so intentional choices matter more."
],
"cautions": [
"Resist the urge to micromanage. Trust your team’s capability—your Cancer strength lies in delegation, not control.",
"Guard against burnout by setting boundaries—your career thrives on sustainable momentum, not relentless effort.",
"Steer clear of overcommitting to tasks that drain your emotional stamina—Cancer’s intensity thrives on depth, not burnout.",
"Avoid overcommitting to opportunities that require immediate cash—patience preserves your financial cushion."
],
"actions": [
"Begin every workday with 10 minutes of focused planning. Write down one high-impact task (not a to-do list) and tackle it first. Momentum builds from here.",
"Start each week by auditing your spending against your financial goals—Cancer’s protective energy ensures you stay aligned.",
"Block time for a ‘career reset’ ritual: meditate, visualize your ideal work environment, then plan one small ritual to honor it.",
"Delegate tasks that drain your emotional energy—your leadership strength comes from what you create, not control."
],
"scores": {
"momentum": 100.0,
"clarity": 42.8,
"opportunity": 100.0,
"focus": 86.4,
"stability": 39.9,
"connection": 78.2
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "financial_focus",
"weight": 1.2,
"factor_insights": {
"motivation": "This month, align decisions with your core values to avoid impulsive financial moves that drain reserves.",
"caution": "Avoid overcommitting to opportunities that require immediate cash—patience preserves your financial cushion.",
"reflection": "Reflect on how you’ve handled past financial stress—your resilience shapes how you’ll navigate current challenges.",
"monthly_tip": "Start each week by auditing your spending against your financial goals—Cancer’s protective energy ensures you stay aligned.",
"affirmation": "Every dollar spent reflects my values; I choose with intention, not emotion. My bank account is a sanctuary."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.1,
"factor_insights": {
"motivation": "This moment demands you channel your protective instincts into strategic vision, not just execution.",
"caution": "When your team’s needs shift, pause to ask: What’s the next step that serves both my growth and theirs?",
"reflection": "Review past sextile aspects: Did your team’s strengths complement yours, or did you need to adjust expectations?",
"monthly_tip": "Use this energy to advocate for a project that blends your protective instincts with your team’s creative flow.",
"affirmation": "My sextile energy empowers me to collaborate with purpose, turning emotional insights into actionable strategies."
}
},
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 0.85,
"factor_insights": {
"motivation": "This month, your career thrives when you merge vulnerability with decisive action.",
"caution": "Avoid overprotecting your projects; Aries’ impulsivity could clash with Cancer’s caution.",
"reflection": "Visualize your ideal work environment: What feels like home, not a cage?",
"monthly_tip": "Aries’ energy thrives on sprints; pair short bursts of action with Cancer’s recovery phases.",
"affirmation": "I release the need to control every outcome; growth comes from adaptable strength."
}
},
{
"factor_type": "monthly_lunation_archetypes",
"factor_value": "new_moon_reset",
"weight": 1.2,
"factor_insights": {
"motivation": "Lean into this new moon to refocus your ambition—let the quiet energy of Cancer’s watery depth sharpen your career vision.",
"caution": "Avoid overcommitting to tasks that drain your emotional stamina—Cancer’s intensity thrives on depth, not burnout.",
"reflection": "Review your top priorities: Are they still resonant, or do they need to evolve with this lunar energy?",
"monthly_tip": "Block time for a ‘career reset’ ritual: meditate, visualize your ideal work environment, then plan one small ritual to honor it.",
"affirmation": "I honor my career with purposeful energy, trusting the new moon’s guidance to align my efforts with my highest vision."
}
},
{
"factor_type": "eclipse_archetypes",
"factor_value": "no_eclipse",
"weight": 1.2,
"factor_insights": {
"motivation": "Avoid overthinking details—your intuition speaks louder than analysis when clarity is needed.",
"caution": "Guard against burnout by setting boundaries—your career thrives on sustainable momentum, not relentless effort.",
"reflection": "What’s a past decision that felt ‘right’ at the time but didn’t yield results? Your subconscious is rewiring your approach.",
"monthly_tip": "Delegate tasks that drain your emotional energy—your leadership strength comes from what you create, not control.",
"affirmation": "Confidence in my choices empowers me to take bold steps without overthinking."
}
},
{
"factor_type": "planetary_focus",
"factor_value": "mars_focus",
"weight": 1.15,
"factor_insights": {
"motivation": "Your instincts are sharp; trust the urgency of this moment to shape projects with precision. Avoid hesitation—every pause could be a missed opportunity to assert leadership.",
"caution": "Avoid confrontations that drain emotional reserves—Mars thrives in direct action, but Cancer’s sensitivity may flare if you push too hard. Redirect frustration into creative problem-solving instead.",
"reflection": "Observe how others respond to your assertive energy. Adjust tone or approach if their reactions signal you’re overstepping—balance is key.",
"monthly_tip": "Pair Mars’ drive with Cancer’s nurturing by allocating 10 minutes post-sprint to reflect on progress. Ask: ‘Did my energy match the task?’ Adjust accordingly.",
"affirmation": "I release fear of failure and embrace the courage to take decisive, high-impact steps this month. Results follow my confidence."
}
},
{
"factor_type": "retrograde_archetypes",
"factor_value": "no_major_retrograde",
"weight": 1.15,
"factor_insights": {
"motivation": "Your intuitive grasp of people’s needs will attract collaborators who value depth over surface-level efficiency.",
"caution": "Overly protective tendencies could stifle innovation; allow space for dissent to refine ideas before finalizing plans.",
"reflection": "Ask: What’s one leadership style I’ve adopted that’s been a strength, and one that’s drained me? Reflect on how your emotional responses shape team morale.",
"monthly_tip": "Adopt a ‘Cancer’s Rule’: Every meeting starts with a 3-minute pause to center myself before contributing.",
"affirmation": "Every decision I make this month serves the team’s growth as much as my own—with intentionality and grace."
}
},
{
"factor_type": "ingress_archetypes",
"factor_value": "multi_ingress_month",
"weight": 1.05,
"factor_insights": {
"motivation": "Trust that your intuition will surface the right conversations to shape your career’s next phase with purpose.",
"caution": "Avoid overidentifying with emotional reactions to feedback—your team’s energy matters more than personal validation in this high-energy period.",
"reflection": "Ask: Did I lead with empathy, or did I lead through fear? This month, refine your approach to align with your values.",
"monthly_tip": "When faced with a challenge, pause and ask: What would my mother (or a wise mentor) advise? Their wisdom often surfaces in unexpected ways.",
"affirmation": "My leadership isn’t about perfection; it’s about showing up with authenticity and compassion."
}
},
{
"factor_type": "outer_planet_focus",
"factor_value": "saturn_structure",
"weight": 1.1,
"factor_insights": {
"motivation": "Saturn’s influence here is a call to build systems that outlast trends. Your career is a project, and now is the time to design its blueprint.",
"caution": "Resist the urge to micromanage. Trust your team’s ability to handle the details while you focus on strategic vision.",
"reflection": "Review past projects where you overpromised. Did you deliver? Saturn asks for accountability—answer honestly.",
"monthly_tip": "Combine structure with a creative break: Use a timer for 10 minutes of unstructured brainstorming after a meeting.",
"affirmation": "Saturn’s lessons are my growth. I embrace the process, not the outcome."
}
},
{
"factor_type": "monthly_theme_archetypes",
"factor_value": "action_and_initiative",
"weight": 1.25,
"factor_insights": {
"motivation": "The tide is turning; your patience now fuels momentum. Don’t wait for permission—your next breakthrough starts with a single, decisive step.",
"caution": "Resist the urge to micromanage. Trust your team’s capability—your Cancer strength lies in delegation, not control.",
"reflection": "Reflect on a past project where you felt most fulfilled. How can you recreate that energy in your current role?",
"monthly_tip": "Start every workday with 10 minutes of focused planning. Write down one high-impact task (not a to-do list) and tackle it first. Momentum builds from here.",
"affirmation": "I release the need to control every outcome; my energy flows freely toward what aligns with my vision."
}
},
{
"factor_type": "monthly_house_focus",
"factor_value": "eighth_house",
"weight": 1.15,
"factor_insights": {
"motivation": "The tide of your professional resilience is rising with the eighth house’s tide—your willingness to partner with risk (or others) will determine how far you float.",
"caution": "Avoid the trap of ‘eighth house hustle’—the urge to merge your identity with your work’s demands. The eighth house’s power lies in its duality; its shadow is the illusion that sacrifice alone builds strength.",
"reflection": "Your career’s growth in 2024 will be measured by how well you navigate the eighth house’s paradox: the more you integrate vulnerability, the more you’ll attract support that aligns with your highest purpose.",
"monthly_tip": "End the month by writing a letter to your future self—describe how you’ll honor the eighth house’s lessons in 2024 by reclaiming your agency over your career’s trajectory, not just its outcomes.",
"affirmation": "My professional legacy is shaped by the wisdom I gain from shared resources, not the fear of what I might lose."
}
}
],
"debug_trace": null
},
{
"section": "money",
"title": "Money monthly outlook: protective and intuitive (high)",
"headline": "resources, spending choices, and value alignment under transit climate: emotional processing",
"summary": "For Cancer, April 2026 unfolds under financial focus climate, and resources, spending choices, and value alignment becomes decisive. Across this transit-led month, a money-behavior cycle where impulse and conviction diverge consistently favors value-led financial decisions over emotional spending loops. Monthly strength comes from flexible execution and firm direction. Practically, financial focus weather and sextile structure converge in shared obligations, trust economics, and boundary clarity around resources. Early in the month, Sun trine Lilith peaks on Apr 01. Around mid-month, Sun square Jupiter peaks on Apr 06. Toward month-end, Sun conjunction Chiron peaks on Apr 16. These shifts affect spending behavior, timing, and opportunity cost. Let this shift guide your pacing, not your panic. In money terms, a financial focus pattern highlights budgeting, pricing, and value alignment; Financially, apply this through value-based decisions and disciplined timing. Cancer’s lunar energy demands intentionality around what you ‘carry’ financially. Avoid impulsive moves; every transaction should reflect your core values, not fleeting desires. This helps you protect long-term stability. In parallel, At resource-management level, Sextile patterns ease coordination and keep momentum usable; with money, convert this into timing discipline and values-led choices. Recall a time you felt financially secure—how did that align with your core needs? That perspective strengthens financial discipline. In money terms, house activation centers on eighth house, spotlighting shared obligations, trust economics, and boundary clarity around resources as the main life-area influence; Financially, apply this through value-based decisions and disciplined timing. Quick relief can be expensive in the long run. Close the month with flexibility in tactics and discipline in direction. Keep it anchored in resources, spending choices, and value alignment. Use a separate card for discretionary spending to curb impulse buys tied to mood swings. Anchor the move to value, not impulse.",
"deep_report": "Weather speaks loudest first this month, then strategic detail follows. This reading stays coherent when cashflow remains central to your choices.\n\nAs the month develops, this layer drives decisions; the lived expression is this: The opening thesis centers on theme archetype of emotional processing. In money terms, with emotional processing leading this cycle, durable progress comes from consistency over urgency; Financially, apply this through value-based decisions and disciplined timing. In practical terms, the priority is Track every transaction with a journal to align spending with what truly nourishes your emotional well-being. Convert it into outcomes via Use a separate card for discretionary spending to curb impulse buys tied to mood swings. Keep Journal prompts: ‘What emotional state made me consider this expense?’ and ‘What would my future self appreciate?’ alive and avoid conditions where a transaction feels heavy. On Apr 1, Full Moon window, shifting execution weather in resources, spending choices, and value alignment. As Full Moon window on Apr 01 develops, treat weather pressure as a sequencing cue for resources, spending choices, and value alignment this this month.\n\nAs the cycle deepens, this thread governs sequence; the lived expression is this: A meaningful counter-pressure comes through transit pattern of financial focus. At resource-management level, a financial focus pattern highlights budgeting, pricing, and value alignment; with money, convert this into timing discipline and values-led choices. The practical tension point is Cancer’s lunar energy demands intentionality around what you ‘carry’ financially. Re-center process with Set up an automatic ‘emergency cushion’ transfer of $50–$100 monthly. Hold Review your budget like a garden—prune what drains you, nurture what sustains and reduce emotional spending tied to past wounds—whether it’s overspending to ‘fix’ financial stress or cutting costs out of fear. On Apr 6, Moon trine Saturn peaks, creating a new practical pace in resources, spending choices, and value alignment. As Moon trine Saturn peaks on Apr 06 peaks, tighten delivery choices in resources, spending choices, and value alignment within this transit-led cycle.\n\nAt monthly integration, this cue protects strategic clarity; the practical consequence is this: The timing layer is carried by lunar timing pattern of new moon reset. In money terms, New moon reset in the lunar arc highlights emotional sequencing before execution; Financially, apply this through value-based decisions and disciplined timing. Timing in execution strengthens around This is your chance to reclaim control over cash flow. Sequence delivery with Write a letter to your future self about your financial goals. Let Think of your finances as a relationship: What’s one unpaid bill or debt I’m avoiding that needs attention now protect you from emotional spending spikes tied to this moon’s phase. As Moon sextile Saturn peaks on Apr 11 develops, treat weather pressure as a sequencing cue for resources, spending choices, and value alignment this this month.\n\nAcross the month, transit durability comes from treating climate as context and strategy as anchor.",
"highlights": [
"Emotional processing is setting the tone; consistency beats urgency.",
"A financial focus pattern highlights budgeting, pricing, and value alignment.",
"New moon reset in the lunar arc highlights emotional sequencing before execution.",
"No eclipse increases consequence, so intentional choices matter more."
],
"cautions": [
"If a transaction feels heavy, pause and ask: ‘Is this aligned with my long-term financial peace?’.",
"Watch for emotional spending tied to past wounds—whether it’s overspending to ‘fix’ financial stress or cutting costs out of fear. Both can backfire if not balanced.",
"Watch for emotional spending spikes tied to this moon’s phase. Cancer’s water sign amplifies sensitivity—pause before tapping into savings for non-essentials.",
"Avoid impulsive withdrawals or new financial commitments without a clear exit plan. Cancer’s moon cycles demand patience—wait for the right time to act."
],
"actions": [
"Use a separate card for discretionary spending to curb impulse buys tied to mood swings.",
"Open a separate savings account for non-emergency goals. Label it ‘Cancer’s Security Fund’—it’ll feel sacred to protect.",
"Write a letter to your future self about your financial goals. Seal it and open it in 3 months. The new moon’s energy demands accountability.",
"Set up an automatic ‘emergency cushion’ transfer of $50–$100 monthly. It’s not luxury—it’s emotional armor for unexpected costs."
],
"scores": {
"momentum": 100.0,
"clarity": 43.3,
"opportunity": 100.0,
"focus": 84.9,
"stability": 41.0,
"connection": 78.6
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "financial_focus",
"weight": 1.2,
"factor_insights": {
"motivation": "Cancer’s lunar energy demands intentionality around what you ‘carry’ financially. Avoid impulsive moves; every transaction should reflect your core values, not fleeting desires.",
"caution": "Watch for emotional spending tied to past wounds—whether it’s overspending to ‘fix’ financial stress or cutting costs out of fear. Both can backfire if not balanced.",
"reflection": "Review your budget like a garden—prune what drains you, nurture what sustains. Financial health isn’t about deprivation; it’s about intentional growth.",
"monthly_tip": "Set up an automatic ‘emergency cushion’ transfer of $50–$100 monthly. It’s not luxury—it’s emotional armor for unexpected costs.",
"affirmation": "I trust my ability to manage money with wisdom, not fear. Every decision serves my long-term stability and peace."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.1,
"factor_insights": {
"motivation": "Trust that your instincts about money are sharper than you realize—listen to them.",
"caution": "The sextile’s harmony thrives on balance; lean too hard into one side and the flow weakens.",
"reflection": "Recall a time you felt financially secure—how did that align with your core needs?",
"monthly_tip": "Celebrate tiny wins: A $10 bill saved is a victory—this sextile rewards consistency.",
"affirmation": "My money flows where my needs and values align—no more chasing shadows."
}
},
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 0.85,
"factor_insights": {
"motivation": "The moon in Cancer is a vault keeper, but Aries’ restless drive may push you to chase quick wins. Resist the urge to overcommit to deals that feel urgent.",
"caution": "Watch for emotional spending sprees. Cancer’s sensitivity can blur lines between needs and wants when Aries’ boldness tempts you to act fast.",
"reflection": "What’s a financial ‘no’ you’ve been meaning to set? Aries may push for exceptions, but Cancer’s resolve says: Some lines are non-negotiable.",
"monthly_tip": "Automate savings to Cancer’s ‘safe space’—a separate account or digital envelope. Aries will want to ‘play with’ funds, but this forces discipline.",
"affirmation": "I honor my Cancerian need for protection—my money is a shield, not a playground. Aries’ boldness is for action, not recklessness."
}
},
{
"factor_type": "monthly_lunation_archetypes",
"factor_value": "new_moon_reset",
"weight": 1.2,
"factor_insights": {
"motivation": "This is your chance to reclaim control over cash flow. The new moon’s silence is your cue to listen to what your finances need to grow.",
"caution": "Watch for emotional spending spikes tied to this moon’s phase. Cancer’s water sign amplifies sensitivity—pause before tapping into savings for non-essentials.",
"reflection": "Think of your finances as a relationship: What’s one unpaid bill or debt I’m avoiding that needs attention now?",
"monthly_tip": "Write a letter to your future self about your financial goals. Seal it and open it in 3 months. The new moon’s energy demands accountability.",
"affirmation": "My money flows with purpose, not impulse. I honor my needs and my limits this month."
}
},
{
"factor_type": "eclipse_archetypes",
"factor_value": "no_eclipse",
"weight": 1.2,
"factor_insights": {
"motivation": "This month, lean into the quiet confidence of your instincts. The eclipse archetypes are whispering: ‘What if I hold tight?’ Answer with action.",
"caution": "Avoid impulsive withdrawals or new financial commitments without a clear exit plan. Cancer’s moon cycles demand patience—wait for the right time to act.",
"reflection": "Ask: ‘What legacy do I want my money to support?’ Cancer’s sign craves depth—align your spending with what truly nourishes your future.",
"monthly_tip": "Open a separate savings account for non-emergency goals. Label it ‘Cancer’s Security Fund’—it’ll feel sacred to protect.",
"affirmation": "My financial decisions are aligned with my values and future. I protect what matters most with deliberate care."
}
},
{
"factor_type": "planetary_focus",
"factor_value": "mars_focus",
"weight": 1.15,
"factor_insights": {
"motivation": "Cancer’s protective nature won’t let you waste money on distractions. Start by auditing subscriptions or one-time expenses you’ve ignored.",
"caution": "Overcommitment to short-term gains might strain your bank account. Pause before signing anything financial this month.",
"reflection": "Cancer’s intuition tells you to trust your gut about money. When was the last time you felt confident about your financial decisions?",
"monthly_tip": "Open a separate savings account just for Mars-driven expenses (e.g., ‘fun money’). Label it clearly to avoid emotional overspending.",
"affirmation": "I release the need to justify every expense. My wallet is a tool for progress, not distraction."
}
},
{
"factor_type": "retrograde_archetypes",
"factor_value": "no_major_retrograde",
"weight": 1.15,
"factor_insights": {
"motivation": "Guard your emotional energy—Cancer’s protective instincts are sharpening this month. Lean into the quiet strength of your instincts to shield financial boundaries before they fray.",
"caution": "Cancer’s money habits lean toward hoarding feelings over tangible assets. This month, reverse that: channel energy into tangible savings.",
"reflection": "Your emotional memory is sharp. Recall a time you protected money when it mattered. Replicate that discipline now.",
"monthly_tip": "Use the ‘two-day rule’ for non-essentials: Wait before buying. If you still crave it, it’s likely a want, not a need.",
"affirmation": "Every dollar I spend this month serves a purpose greater than my immediate desires."
}
},
{
"factor_type": "ingress_archetypes",
"factor_value": "multi_ingress_month",
"weight": 1.05,
"factor_insights": {
"motivation": "Cancer’s nurturing energy demands intentional budgeting to honor both needs and savings without guilt.",
"caution": "Avoid emotional impulses when reviewing bills—pause before withdrawing from savings or cutting corners.",
"reflection": "Notice patterns: Are you prioritizing comfort over financial stability, or vice versa? Adjust accordingly.",
"monthly_tip": "If you’re saving for a goal, treat it like a partner: Both need consistent effort and accountability.",
"affirmation": "I protect my resources with discipline and clarity."
}
},
{
"factor_type": "outer_planet_focus",
"factor_value": "saturn_structure",
"weight": 1.1,
"factor_insights": {
"motivation": "Your bank account isn’t just numbers; it’s a reflection of how you honor your limits.",
"caution": "Resist the urge to ‘save for a rainy day’ too soon—prioritize immediate stability first.",
"reflection": "Ask yourself: Where do I spend without checking the cost? Saturn’s scrutiny will reveal gaps.",
"monthly_tip": "Carve out 10 minutes monthly to audit your accounts—even if it’s just opening and closing tabs.",
"affirmation": "I honor my financial limits as sacred boundaries, not obstacles."
}
},
{
"factor_type": "monthly_theme_archetypes",
"factor_value": "emotional_processing",
"weight": 1.25,
"factor_insights": {
"motivation": "Track every transaction with a journal to align spending with what truly nourishes your emotional well-being.",
"caution": "If a transaction feels heavy, pause and ask: ‘Is this aligned with my long-term financial peace?’",
"reflection": "Journal prompts: ‘What emotional state made me consider this expense?’ and ‘What would my future self appreciate?’",
"monthly_tip": "Use a separate card for discretionary spending to curb impulse buys tied to mood swings.",
"affirmation": "I trust my intuition to guide me toward choices that nourish my well-being."
}
},
{
"factor_type": "monthly_house_focus",
"factor_value": "eighth_house",
"weight": 1.15,
"factor_insights": {
"motivation": "Start by auditing your financial habits: Are they aligned with the deeper purpose they’re meant to serve? The eighth house asks you to ask, not assume.",
"caution": "This month, the eighth house nudges you to prioritize sustainability over short-term gains. A well-managed financial cycle here is built on patience, not panic.",
"reflection": "What legacy are you building with your money? The eighth house isn’t just about transactions; it’s about the stories you’re weaving with your resources, even if they’re still unfolding.",
"monthly_tip": "End the month with a ‘trust audit.’ Ask trusted allies (or even yourself) to review your financial agreements. The eighth house honors honesty—even when it’s uncomfortable.",
"affirmation": "I am the architect of my financial resilience. Every challenge here is a step toward a stronger partnership with my resources."
}
}
],
"debug_trace": null
},
{
"section": "health",
"title": "Health monthly outlook: protective and intuitive (high)",
"headline": "Transit-led energy management, recovery, and habits: discipline and structure",
"summary": "Across April 2026, the transit-led thesis is financial focus, concentrated in energy management, recovery, and habits for Cancer. The monthly transit cue is collaborative momentum with clear openings, asking for rhythm-led recovery instead of pushing through depletion. Let monthly transit weather shape sequence, not panic. Sustainable energy relies on adapting to financial focus while respecting sextile structure in shared resources, intimacy, and deeper trust work. 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 influence energy, stress load, and recovery quality. The key is sequence: observe, decide, then commit. For health rhythm, a financial focus pattern highlights budgeting, pricing, and value alignment; For wellbeing, translate this into recovery, regulation, and sustainable pacing. This period demands self-care as a priority—even small acts of rest (like a short walk) fuel your financial resilience. This supports steadier energy management. Also, At body-regulation level, with sextile emphasis, timing is cleaner and execution feels less forced; For health, route this through sustainable habits and recovery-aware pacing. Your health isn’t just about what you do; it’s about how you feel after each action. Align them. That shift improves regulation and recovery. For health rhythm, Shared resources, intimacy, and deeper trust work stay highlighted because the house signature is strongest in eighth house; For wellbeing, translate this into recovery, regulation, and sustainable pacing. The impulse is pushing through depletion; the wiser move is rhythm-led recovery. Close the month with flexibility in tactics and discipline in direction. Keep it anchored in energy management, recovery, and habits. Pair discipline with a monthly ‘check-in’: How does my body feel? before deciding what to do next. Use that answer to protect your baseline energy.",
"deep_report": "Climate leads the month; calibration comes second with discipline. This reading stays coherent when regulation remains central to your choices.\n\nThis month’s lead transit climate is this; the practical consequence is this: Primary momentum in this monthly cycle comes from theme archetype of discipline and structure. For health rhythm, the core theme is discipline and structure, so strategic focus and consistency matter more than speed; For wellbeing, translate this into recovery, regulation, and sustainable pacing. In wellbeing terms, prioritize Consistency in movement and rest will rewrite the story of how you feel this season. Translate it into routine through Pair discipline with a monthly ‘check-in’: How does my body feel. Keep Reframe rest as part of the work, not a detour from it present and avoid Skipping breaks or pushing through fatigue can backfire, turning discipline into burnout. On Apr 1, Full Moon window, shifting wellbeing climate in energy management, recovery, and habits. When Full Moon window on Apr 01 concentrates, let climate awareness rebalance output and rest in energy management, recovery, and habits.\n\nFor month-end coherence, this climate cue stays central; the lived expression is this: A secondary pressure curve is set by transit pattern of financial focus. At body-regulation level, a financial focus pattern highlights budgeting, pricing, and value alignment; For health, route this through sustainable habits and recovery-aware pacing. Recovery friction appears near This period demands self-care as a priority—even small acts of rest (like a short walk) fuel your financial resilience. Stabilize rhythm with Set a ‘no-spend’ day for non-essentials this month. Use What financial habit could I drop to prioritize energy to reduce pushing through exhaustion—your health is your most valuable asset, especially when financial focus peaks. On Apr 6, Moon trine Saturn peaks, changing recovery timing in energy management, recovery, and habits. As Moon trine Saturn peaks on Apr 06 comes into focus, let weather timing rebalance effort in energy management, recovery, and habits this month.\n\nAt monthly integration, this cue protects strategic clarity: Cadence quality improves when lunar timing pattern of new moon reset is handled cleanly. For health rhythm, New moon reset lunar timing is setting the emotional cadence of this monthly cycle; For wellbeing, translate this into recovery, regulation, and sustainable pacing. Recovery timing strengthens through Your body is the vessel for this new moon—let it be your anchor during this reset. Keep rhythm aligned with Carry a small stress ball or fidget toy to release tension when you’re sitting still. Let Notice how your body responds to stress protect against overdoing it in the first week. As Moon sextile Saturn peaks on Apr 11 builds, use transit rhythm to protect energy sequencing in energy management, recovery, and habits.\n\nFor month-end integrity, keep climate-aware pacing and clear strategic direction.",
"highlights": [
"Discipline and structure is setting the tone; consistency beats urgency.",
"A financial focus pattern highlights budgeting, pricing, and value alignment.",
"New moon reset lunar timing is setting the emotional cadence of this monthly cycle.",
"No eclipse increases consequence, so intentional choices matter more."
],
"cautions": [
"Skipping breaks or pushing through fatigue can backfire, turning discipline into burnout.",
"Avoid pushing through exhaustion—your health is your most valuable asset, especially when financial focus peaks.",
"Steer clear of forcing yourself into activities that drain you more than they replenish. Your body is telling you what it needs, and that’s not weakness.",
"Steer clear of overdoing it in the first week. Your nervous system is sensitive—push too hard, and you’ll risk setting yourself back. Trust the pause."
],
"actions": [
"Pair discipline with a monthly ‘check-in’: How does my body feel? before deciding what to do next.",
"Try the ‘5-minute rule’: If you’re avoiding movement or rest, commit to just 5 minutes. Often, starting is the hardest part, and momentum follows.",
"Set a ‘no-spend’ day for non-essentials this month. Use the saved funds toward a small health investment (e.g., a massage, gym membership).",
"Carry a small stress ball or fidget toy to release tension when you’re sitting still. Your hands crave movement right now."
],
"scores": {
"momentum": 100.0,
"clarity": 52.1,
"opportunity": 100.0,
"focus": 78.2,
"stability": 35.0,
"connection": 78.5
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "financial_focus",
"weight": 1.2,
"factor_insights": {
"motivation": "This period demands self-care as a priority—even small acts of rest (like a short walk) fuel your financial resilience.",
"caution": "Avoid pushing through exhaustion—your health is your most valuable asset, especially when financial focus peaks.",
"reflection": "Ask: What financial habit could I drop to prioritize energy? Your body’s needs now shape your wealth’s future.",
"monthly_tip": "Set a ‘no-spend’ day for non-essentials this month. Use the saved funds toward a small health investment (e.g., a massage, gym membership).",
"affirmation": "My energy is my wealth. I fuel my body wisely, and my finances reflect that commitment."
}
},
{
"factor_type": "aspects",
"factor_value": "sextile",
"weight": 1.1,
"factor_insights": {
"motivation": "Your body is a sanctuary—nurture it with precision now, as the sextile energy between your health and emotional flow strengthens your resilience.",
"caution": "Avoid overstraining yourself, especially in emotional or physical tasks that demand too much from your system simultaneously.",
"reflection": "Your health isn’t just about what you do; it’s about how you feel after each action. Align them.",
"monthly_tip": "Try a 5-minute breathwork routine before bed to ground yourself before sleep, reducing emotional tension overnight.",
"affirmation": "I release the need to push beyond what my body can sustain, trusting its ability to heal and adapt."
}
},
{
"factor_type": "sun_in_sign",
"factor_value": "ARIES",
"weight": 0.85,
"factor_insights": {
"motivation": "This month, prioritize hydration and light movement (a walk, stretching) to meet your needs without burnout.",
"caution": "If stress spikes, pause and ask: What’s one thing I’m letting Aries’ energy distract me from? My health isn’t a chore—it’s a priority.",
"reflection": "Cancer’s protective instincts now demand you audit your routines. Which habits serve you? Which drain you? Cut the latter, amplify the former.",
"monthly_tip": "Invest in a simple home wellness tool (e.g., a humidifier, salt lamp, or cozy blanket) to create a sanctuary for your body. Your sign craves comfort.",
"affirmation": "I am strong enough to take care of myself. My health is a reflection of my respect for life itself."
}
},
{
"factor_type": "monthly_lunation_archetypes",
"factor_value": "new_moon_reset",
"weight": 1.2,
"factor_insights": {
"motivation": "Your body is the vessel for this new moon—let it be your anchor during this reset. Cancer energy demands nourishment, so start with small, intentional shifts in hydration and movement.",
"caution": "Avoid overdoing it in the first week. Your nervous system is sensitive—push too hard, and you’ll risk setting yourself back. Trust the pause.",
"reflection": "Notice how your body responds to stress. Are you holding tension in your shoulders, your jaw, or your stomach? Release it now.",
"monthly_tip": "Carry a small stress ball or fidget toy to release tension when you’re sitting still. Your hands crave movement right now.",
"affirmation": "My energy is balanced—this month, I move with intention, not obligation. The moon supports me."
}
},
{
"factor_type": "eclipse_archetypes",
"factor_value": "no_eclipse",
"weight": 1.2,
"factor_insights": {
"motivation": "Embrace the quiet strength of Cancer’s watery wisdom. Trust that your body’s signals are guiding you toward restorative habits, not restriction.",
"caution": "Avoid forcing yourself into activities that drain you more than they replenish. Your body is telling you what it needs, and that’s not weakness.",
"reflection": "Reflect on where you’ve been holding back—physically or emotionally. Cancer’s month is a reminder that true health starts with self-trust. What’s one area where you’ve been too hard on yourself?",
"monthly_tip": "Try the ‘5-minute rule’: If you’re avoiding movement or rest, commit to just 5 minutes. Often, starting is the hardest part, and momentum follows.",
"affirmation": "Every small step toward my well-being matters. I trust that my body is strong and capable of healing."
}
},
{
"factor_type": "planetary_focus",
"factor_value": "mars_focus",
"weight": 1.15,
"factor_insights": {
"motivation": "Mars fuels your vitality, so listen to your body’s signals: rest when needed, but don’t let fatigue steal your drive. Balance is key.",
"caution": "Physical tension can manifest as headaches or muscle aches. Address it early—ice packs, gentle stretches, or a short rest can prevent longer-term discomfort.",
"reflection": "Consider journaling: What’s one physical tension I’m holding onto that Mars’ energy is making more apparent? Release it with intention.",
"monthly_tip": "Schedule ‘movement micro-breaks’ into your calendar—even 2-minute stretches or a quick walk. Mars rewards consistency over intensity.",
"affirmation": "I listen to Mars’ call and respond with purpose, not exhaustion. My health is my foundation."
}
},
{
"factor_type": "retrograde_archetypes",
"factor_value": "no_major_retrograde",
"weight": 1.15,
"factor_insights": {
"motivation": "This period is about reclaiming agency over your health; trust that every ache or fatigue is a clue, not a burden.",
"caution": "If you’re prone to joint pain, consider adding anti-inflammatory foods (like turmeric, ginger) or a warm compress to ease tension.",
"reflection": "Ask: What small habit could I adopt this month to support my health without strain? The answer might surprise you.",
"monthly_tip": "Keep a ‘health journal’ for a week: note how you feel after meals, after rest, and when you move. Patterns will emerge.",
"affirmation": "Every movement I make is intentional—strengthening, not straining."
}
},
{
"factor_type": "ingress_archetypes",
"factor_value": "multi_ingress_month",
"weight": 1.05,
"factor_insights": {
"motivation": "Breathe into the tension in your shoulders or jaw. Cancer’s high intensity here means even small shifts in posture or hydration can reset your nervous system.",
"caution": "Watch for signs of inflammation or stiffness. If your body feels heavy or sore, it’s a red flag to adjust your routine or seek support—don’t ignore it as ‘normal.’",
"reflection": "Consider how your health connects to your emotional state. Are there unresolved emotions (like grief or frustration) that might be manifesting as physical tension? This month, name them—let them out of your body.",
"monthly_tip": "Move with intention: opt for low-impact activities like walking, yoga, or swimming. High-intensity workouts may leave you drained; gentle movement keeps your energy flowing smoothly.",
"affirmation": "With every breath, I reclaim my strength. My health is a reflection of my respect for myself—this month and always."
}
},
{
"factor_type": "outer_planet_focus",
"factor_value": "saturn_structure",
"weight": 1.1,
"factor_insights": {
"motivation": "Cancer’s monthly pulse calls for nourishment that strengthens your foundation: sleep, hydration, and gentle recovery to rebuild resilience.",
"caution": "Resist the urge to rush recovery—this is a time to let your body reset, not to push through discomfort.",
"reflection": "What habits have you built that support your body’s structure over time? Are they sustainable, or are they temporary fixes?",
"monthly_tip": "Start each morning with a 5-minute stretch or walk—this primes your body for the month’s demands while respecting Saturn’s structure.",
"affirmation": "I honor my body’s rhythms, and I move with intention, not against its natural flow."
}
},
{
"factor_type": "monthly_theme_archetypes",
"factor_value": "discipline_and_structure",
"weight": 1.25,
"factor_insights": {
"motivation": "Consistency in movement and rest will rewrite the story of how you feel this season.",
"caution": "Skipping breaks or pushing through fatigue can backfire, turning discipline into burnout.",
"reflection": "Reframe rest as part of the work, not a detour from it.",
"monthly_tip": "Pair discipline with a monthly ‘check-in’: How does my body feel? before deciding what to do next.",
"affirmation": "My health is my priority—no excuses, no compromise."
}
},
{
"factor_type": "monthly_house_focus",
"factor_value": "eighth_house",
"weight": 1.15,
"factor_insights": {
"motivation": "Trust that the slow unraveling of old attachments will set the stage for something deeper, more sustainable.",
"caution": "Resist the urge to rush into mergers or collaborations that feel like duty rather than mutual growth.",
"reflection": "What debts—financial, emotional, or spiritual—have you carried into this month without examining their weight?",
"monthly_tip": "Prioritize small, nourishing acts of self-care that honor your body’s needs, even if they’re quiet or solitary.",
"affirmation": "My energy is sacred; I protect it with intention and discernment."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "4c1dc55e852d0272",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "horoscope_transits_monthly_post",
"endpoint_description": "Provides monthly 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.123246+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": ""
}
}