Planetary Monthly Sections Horoscope¶
The Planetary Monthly Sections Horoscope endpoint returns monthly planet-focused report sections (non-general) from the in-house horoscope engine.
Language support: This engine-backed
/api/v1/horoscope/reports/*endpoint currently supports English only (lang=en).
Endpoint¶
| Method | Path |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/monthly |
Request Body¶
| Name | Required | Type | Example | Description |
|---|---|---|---|---|
dob | Yes | string | 1992-07-16 | Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$ |
timezone | No | string | America/New_York | IANA timezone used to resolve period anchors accurately. Default: UTC |
include_snapshot | No | boolean (nullable) | - | Optional compact mode switch. Set false to omit snapshot block from response payload. |
include_positions | No | boolean (nullable) | - | Optional compact mode switch. Set false to omit positions arrays from response payload. |
zodiac_system | No | string (nullable) | tropical | Zodiac computation mode. Allowed: sidereal, tropical |
ayanamsa | No | string (nullable) | lahiri | Sidereal ayanamsa system (used when sidereal mode is selected). Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar |
house_system | No | string (nullable) | placidus | House calculation system. Allowed: placidus, whole_sign, equal, koch |
node_type | No | string (nullable) | true | Lunar node mode. Allowed: true, mean |
tenant_id | No | string (nullable) | docs-smoke | Optional tenant/cache namespace override. |
birth_time | No | string (nullable) | 13:45 | Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$ |
birth_latitude | No | number (nullable) | 40.7128 | Birth latitude. Provide with birth_longitude. |
birth_longitude | No | number (nullable) | -74.0060 | Birth longitude. Provide with birth_latitude. |
birth_timezone | No | string (nullable) | America/New_York | Birth-time timezone override (IANA). |
planet | No | string | sun | Planet key. Allowed: sun, moon, mercury, venus, mars, jupiter, saturn, uranus, neptune, pluto, chiron, north_node, south_node, lilith, pallas, juno, vesta, eris, ceres. Default: sun |
sections | No | array | ["love_singles","friendship"] | Requested report sections. Allowed: love_singles, love_couples, career, friendship, health, money, communication, lifestyle. general is not allowed here; use /overview. |
target_date | No | string (nullable) | 2026-04-07 | Target calendar date (YYYY-MM-DD) used to anchor monthly computation. Pattern: ^\d{4}-\d{2}-\d{2}$ |
| ## Response |
Returns the raw engine payload plus gateway metadata:
_enterprise_api_metadata_
Personalization Activation¶
To generate a personalized planetary report (instead of sign-level generalized output), include:
birth_timebirth_latitudeandbirth_longitudetogether- optionally
birth_timezone(falls back totimezone)
If those birth-vector fields are omitted, the endpoint still works in production using generalized sign-based layers.
Personalized Mode Example (Recommended)¶
Personalized mode activates additional deterministic Swiss Ephemeris vectors (for example houses, timing vectors, and optional astrological layers). That means two users with the same sign can still receive different report editorials when birth details differ.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/monthly?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"timezone": "America/New_York",
"target_date": "2026-04-07",
"planet": "sun",
"sections": [
"love_singles",
"friendship"
],
"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"
}'
Public Mode Example (General Sign-Based)¶
General mode is production-usable and computed with astrological layers that do not require personalized birth-vector options. It is sign-based, so users sharing the same sign receive the same reading editorial for the same period.
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/planetary/monthly?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"timezone": "America/New_York",
"target_date": "2026-04-07",
"planet": "sun",
"sections": [
"love_singles",
"friendship"
]
}'
Example Response¶
{
"report_type": "planet",
"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": {
"planet_core_archetypes": "sun_core",
"planet_condition_archetypes": "direct_flow",
"planet_sign_archetypes": "modality_cardinal",
"planet_house_focus": "eighth_house",
"transits_archetypes": "conjunction_growth",
"aspects": "conjunction",
"monthly_lunation_archetypes": "new_moon_reset",
"eclipse_archetypes": "no_eclipse"
}
},
"sections": [
{
"section": "love_singles",
"title": "Love Singles monthly outlook: protective and intuitive (high)",
"summary": "This month stays planet-led for Cancer through Sun, and dating, attraction, and emotional openness is where compounding starts. This month's planet thesis is a visibility-forward push where identity and direction need clean ownership; choose reciprocity with emotional honesty over chemistry without alignment. Think in chapters this month, not in spikes. In relational dynamics, sun emphasis meets direct flow timing, and initiating, decisive momentum expression lands in shared resources, intimacy, and deeper trust work. At month start, Sun trine Lilith peaks on Apr 01. By the middle of the month, Sun square Jupiter peaks on Apr 06. Near month-end, Sun conjunction Chiron peaks on Apr 16. These shifts spotlight who can meet you where you are. Treat this as a timing signal, not a pressure spike. For dating dynamics, For dating, attraction, and emotional openness, Sun is central; prioritize reciprocal attraction so clean romantic alignment compounds through cleaner dating signals; In dating terms, prioritize standards, reciprocity, and clean signals. Embrace vulnerability as your anchor—Cancer’s protective shell lets you attract love by being open first. This keeps attraction aligned with self-respect. In parallel, In romantic discovery terms, Direct flow is active; keep dating signals clean and let clean romantic alignment compound through reciprocal attraction; Dating-wise, let consistency filter attraction before momentum takes over. What’s one small way you can practice self-care this month? Love begins with nourishing yourself first, not just others. That stance helps the right people find you. For dating dynamics, New moon reset in the lunar arc highlights emotional sequencing before execution; In dating terms, prioritize standards, reciprocity, and clean signals. You may want chemistry without alignment, but this cycle rewards reciprocity with emotional honesty. Close the month by preserving the moves that scaled cleanly. Keep it anchored in dating, attraction, and emotional openness. Practice saying ‘I need this moment to myself’ without guilt; it’s not selfish, it’s necessary. This keeps attraction aligned with self-respect.",
"deep_report": "This monthly deep report keeps hierarchy clear: major influences set direction, secondary layers refine pace. For this monthly love singles arc, let chemistry be your orienting principle.\n\nThe first monthly movement is clear; the lived expression is this: The first structural cue in this monthly narrative is planet core archetypes signature of sun core. For dating dynamics, For dating, attraction, and emotional openness, Sun is central; prioritize reciprocal attraction so clean romantic alignment compounds through cleaner dating signals; In dating terms, prioritize standards, reciprocity, and clean signals. In relationship space, center Embrace vulnerability as your anchor—Cancer’s protective shell lets you attract love by being open first. Make it visible through Practice saying ‘I need this moment to myself’ without guilt; it’s not selfish, it’s necessary. Keep Reflect on moments when you’ve felt truly at ease with someone—what did they offer close and limit the urge to ‘fix’ others—your role is to create space, not control their path. As Full Moon window on Apr 01 peaks, recalibrate closeness and standards in dating, attraction, and emotional openness through this planet-led window.\n\nThrough the middle arc, this thread matters; the lived expression is this: A second influence shaping pressure is planet condition archetypes signature of direct flow. In romantic discovery terms, Direct flow is active; keep dating signals clean and let clean romantic alignment compound through reciprocal attraction; Dating-wise, let consistency filter attraction before momentum takes over. In the relational pressure zone, Let the watery energy of Cancer guide you to relationships where vulnerability feels safe, not exposed matters most. Stabilize through Plan a solo date night with yourself: a candlelit dinner, a walk by the water, or a hobby that feeds your soul. Let what’s one small way you can practice self-care this month prevent drift into Be mindful of overthinking past hurts—let go of what no longer serves you, but don’t dismiss new signals too quickly. As Moon trine Saturn peaks on Apr 06 comes into focus, use the planet-led signal to clean up boundaries in dating, attraction, and emotional openness this month.\n\nAs the month matures, this influence sharpens execution: Cadence quality improves when planet house focus signature of eighth house is handled cleanly. For dating dynamics, Planet house focus lands in eighth house, centering shared resources, intimacy, and deeper trust work as the active life domain; In dating terms, prioritize standards, reciprocity, and clean signals. The timing edge in connection comes from Your intuition is your compass. Keep it grounded via If you’re open to it, join a small group of Cancer singles for accountability. Carry Reflect on what you’ve learned from past heartaches and avoid over-investing in relationships that demand more than you’re ready to give—especially when it comes to intimacy or shared resources. With Moon sextile Saturn peaks on Apr 11 active, let this planet-led cue refine reciprocity pacing in dating, attraction, and emotional openness across this month.\n\nThe month compounds best when strong influences lead and the remaining signals shape pace, not panic.",
"highlights": [
"Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
"Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
"Planet house focus concentrates on shared resources, intimacy, and deeper trust work, making this life-area the main decision arena.",
"Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
],
"cautions": [
"Resist the urge to ‘fix’ others—your role is to create space, not control their path.",
"Be mindful of overthinking past hurts—let go of what no longer serves you, but don’t dismiss new signals too quickly.",
"Monitor over-investing in relationships that demand more than you’re ready to give—especially when it comes to intimacy or shared resources. Walk away if the dynamic feels uneven.",
"Keep clear of romanticizing loneliness as ‘freedom’ when it’s actually a shield. Your cardinal energy thrives in community; isolation will drain your vitality faster than you realize."
],
"actions": [
"Practice saying ‘I need this moment to myself’ without guilt; it’s not selfish, it’s necessary.",
"Plan a solo date night with yourself: a candlelit dinner, a walk by the water, or a hobby that feeds your soul. Love starts with you.",
"If you’re open to it, join a small group of Cancer singles for accountability. The eighth house thrives in community—share your hopes and fears with trusted peers.",
"Begin a ‘moon check-in’ ritual: Every full moon, journal for 10 minutes about what you’re attracting (or repelling) in love. Your cardinal energy thrives on intentionality—this practice sharpens your focus."
],
"scores": {
"momentum": 100.0,
"clarity": 47.4,
"opportunity": 100.0,
"focus": 81.9,
"stability": 35.0,
"connection": 90.8
},
"intensity": "high",
"factor_details": [
{
"factor_type": "planet_core_archetypes",
"factor_value": "sun_core",
"weight": 1.55,
"factor_insights": {
"motivation": "Embrace vulnerability as your anchor—Cancer’s protective shell lets you attract love by being open first.",
"caution": "Resist the urge to ‘fix’ others—your role is to create space, not control their path.",
"reflection": "Reflect on moments when you’ve felt truly at ease with someone—what did they offer?",
"monthly_tip": "Practice saying ‘I need this moment to myself’ without guilt; it’s not selfish, it’s necessary.",
"affirmation": "My vulnerability is my greatest strength, and I invite partners who respect it."
}
},
{
"factor_type": "planet_condition_archetypes",
"factor_value": "direct_flow",
"weight": 1.4,
"factor_insights": {
"motivation": "Let the watery energy of Cancer guide you to relationships where vulnerability feels safe, not exposed.",
"caution": "Be mindful of overthinking past hurts—let go of what no longer serves you, but don’t dismiss new signals too quickly.",
"reflection": "What’s one small way you can practice self-care this month? Love begins with nourishing yourself first, not just others.",
"monthly_tip": "Plan a solo date night with yourself: a candlelit dinner, a walk by the water, or a hobby that feeds your soul. Love starts with you.",
"affirmation": "My intuition guides me to relationships where I feel seen, heard, and deeply valued."
}
},
{
"factor_type": "planet_sign_archetypes",
"factor_value": "modality_cardinal",
"weight": 1.25,
"factor_insights": {
"motivation": "Lean into your emotional depth as a single—it’s your superpower right now. Cancer’s intuitive pull toward home and connection will naturally draw in partners who mirror your need for stability and tenderness.",
"caution": "Avoid romanticizing loneliness as ‘freedom’ when it’s actually a shield. Your cardinal energy thrives in community; isolation will drain your vitality faster than you realize.",
"reflection": "Notice how you respond when someone ignores your emotional cues. Your moon sign’s sensitivity will flare up; use this as a gauge for red flags, not guilt.",
"monthly_tip": "Start a ‘moon check-in’ ritual: Every full moon, journal for 10 minutes about what you’re attracting (or repelling) in love. Your cardinal energy thrives on intentionality—this practice sharpens your focus.",
"affirmation": "My cardinal energy thrives in community, not isolation. I choose relationships that deepen my sense of belonging, not drain my vitality."
}
},
{
"factor_type": "planet_house_focus",
"factor_value": "eighth_house",
"weight": 1.35,
"factor_insights": {
"motivation": "Your intuition is your compass. When doubt creeps in, pause and ask: Does this feel like a safe harbor or a storm? Trust the answer.",
"caution": "Avoid over-investing in relationships that demand more than you’re ready to give—especially when it comes to intimacy or shared resources. Walk away if the dynamic feels uneven.",
"reflection": "Reflect on what you’ve learned from past heartaches. The eighth house teaches that pain is the currency of wisdom—what once hurt you now informs your choices.",
"monthly_tip": "If you’re open to it, join a small group of Cancer singles for accountability. The eighth house thrives in community—share your hopes and fears with trusted peers.",
"affirmation": "I release the need to perform love. Authenticity is my superpower—I attract partners who see me as I am, flaws and all."
}
},
{
"factor_type": "transits_archetypes",
"factor_value": "conjunction_growth",
"weight": 1.2,
"factor_insights": {
"motivation": "Your intuition is a compass right now. When you feel drawn to explore deeper bonds, follow the pull, even if it feels unfamiliar at first.",
"caution": "Avoid over-investing in connections that drain rather than sustain you. Set gentle boundaries to protect your emotional space.",
"reflection": "Journal about the types of love that feel like a home. What qualities make you feel safe and cherished?",
"monthly_tip": "Practice ‘emotional listening’—give yourself permission to feel fully without judgment. This opens doors to vulnerability.",
"affirmation": "I trust my heart’s wisdom and choose love that aligns with my highest good."
}
},
{
"factor_type": "aspects",
"factor_value": "conjunction",
"weight": 1.1,
"factor_insights": {
"motivation": "Cancer’s watery intuition thrives here; trust your gut to spot the right rhythm before you overthink.",
"caution": "If someone dismisses your emotional cues, pause—your intuition is a powerful compass here.",
"reflection": "Write down what you’re craving in love vs. what you’re willing to compromise for—clarity is power.",
"monthly_tip": "Try the ‘3-date rule’—give yourself space to test compatibility before diving deeper.",
"affirmation": "My boundaries are my shield; I attract partners who respect them as much as I do."
}
},
{
"factor_type": "monthly_lunation_archetypes",
"factor_value": "new_moon_reset",
"weight": 1.2,
"factor_insights": {
"motivation": "The moon’s reset is asking you to drop the noise of comparison. Instead, focus on the one thing you’re ready to surrender to: your own authenticity in how you show up.",
"caution": "Be mindful of emotional reactivity. If someone’s actions trigger old wounds, pause before reacting. Use this energy to practice detachment—it’s the first step toward clarity.",
"reflection": "Ask yourself: What am I attracting into my love life right now? Are you seeking connection, validation, or something else? Clarity here will guide your next move.",
"monthly_tip": "Use the quiet of this new moon to practice ‘no’ without guilt. If someone’s asking for more than you’re ready to give, say it kindly but firmly. Your worth isn’t tied to their approval.",
"affirmation": "I release what no longer serves my highest love life with ease. My energy attracts connections that honor my values and my growth."
}
},
{
"factor_type": "eclipse_archetypes",
"factor_value": "no_eclipse",
"weight": 1.2,
"factor_insights": {
"motivation": "Lean into this quiet time to refine what truly draws you—let attraction guide, not pressure.",
"caution": "If attraction fades, it’s not rejection; it’s the universe nudging you toward clarity.",
"reflection": "Ask: What does love look like when it feels like a natural extension of me? Let answers emerge.",
"monthly_tip": "Set a monthly reminder to pause and ask: Am I being open or closed to connection? Adjust accordingly.",
"affirmation": "Attraction flows to me when I’m fully present, not when I’m searching for it."
}
}
],
"debug_trace": null
},
{
"section": "friendship",
"title": "Friendship monthly outlook: protective and intuitive (high)",
"summary": "A planet-led monthly cycle takes shape in April 2026 as Sun intensifies community, loyalty, and social alignment. The month is tuned to a visibility-forward push where identity and direction need clean ownership, where reciprocal social trust outperforms obligation-heavy dynamics. Choose consistency that still leaves room for revision. The planetary relationship signal combines direct flow tone, initiating, decisive momentum pacing, and sun priorities through shared resources, intimacy, and deeper trust work. 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 reveal who is truly in rhythm with your values. Let this shift guide your pacing, not your panic. In friendship terms, with Sun leading community, loyalty, and social alignment, route effort through mutual investment; this keeps friendship boundaries aligned with social reliability; Socially, invest where loyalty and reciprocity are mutual. Cancer’s watery nature thrives when you prioritize vulnerability in friendships; let your care guide conversations, not avoidance. That perspective protects your social energy. In parallel, At social-circle level, Direct flow is active; keep friendship boundaries clean and let social reliability compound through mutual investment; In friendship, keep this aligned with reciprocity and emotional steadiness. What’s one small way you can deepen trust with a friend this month? (A shared meal? A quiet listen?) That perspective protects your social energy. In friendship terms, Lunar pacing under new moon reset favors steadier emotional calibration in this monthly cycle; Socially, invest where loyalty and reciprocity are mutual. Not every long-standing bond still fits your current life. Finish the month by locking in one system that compounds into the next cycle. Keep it anchored in community, loyalty, and social alignment. Share one vulnerable memory with a friend who appreciates your depth; their response will clarify if the bond is strong or fading. That perspective protects your social energy.",
"deep_report": "The monthly deep narrative opens with defining pressure, then threads supporting signals into practical sequence. For this monthly friendship arc, let reciprocity be your orienting principle.\n\nThe opening monthly signal is decisive: The dominant influence now is planet core archetypes signature of sun core. In friendship terms, with Sun leading community, loyalty, and social alignment, route effort through mutual investment; this keeps friendship boundaries aligned with social reliability; Socially, invest where loyalty and reciprocity are mutual. Relationally, the first move is Cancer’s watery nature thrives when you prioritize vulnerability in friendships; let your care guide conversations, not avoidance. Anchor it through Share one vulnerable memory with a friend who appreciates your depth; their response will clarify if the bond is strong or fading. Keep Reflect on a friendship that felt fulfilling this month; what did it take from you to maintain it active while reducing the urge to ‘fix’ conflicts by assuming you know what’s best; let friendships evolve organically with mutual respect. With Full Moon window on Apr 01 active, let this planet-led cue refine reciprocity pacing in community, loyalty, and social alignment across this month.\n\nAt mid-month, this pressure line turns practical: A meaningful counter-pressure comes through planet condition archetypes signature of direct flow. At social-circle level, Direct flow is active; keep friendship boundaries clean and let social reliability compound through mutual investment; In friendship, keep this aligned with reciprocity and emotional steadiness. Relational tension appears around Lean into shared vulnerabilities—Cancer’s emotional depth in friendships thrives when you meet people who understand your need for intimacy. Soften and structure it through Use sensory details to describe your feelings (e.g., ‘I need the warmth of your presence like a blanket on a rainy day’). Keep reflecting on what’s one small way you can deepen trust with a friend this month while watching the urge to suppress your need for closeness; it’s not weakness, but the foundation of meaningful ties. As Moon trine Saturn peaks on Apr 06 peaks, recalibrate closeness and standards in community, loyalty, and social alignment through this planet-led window.\n\nNear the close, this layer keeps the narrative coherent; the lived expression is this: The timing layer is carried by planet house focus signature of eighth house. In friendship terms, Planet house focus lands in eighth house, centering shared resources, intimacy, and deeper trust work as the active life domain; Socially, invest where loyalty and reciprocity are mutual. Relationship timing improves when Lean into the emotional depth of your friendships—this month, they mirror your need for loyalty and reciprocity. Support that through Pair deep emotional talks with small, tangible acts of care (e.g., a shared meal, a handwritten note). Keep This month, let your intuition guide you toward friendships that feel like a two-way current, not a one-way stream close and reduce conditions where tensions rise. With Moon sextile Saturn peaks on Apr 11 active, let this planet-led cue refine reciprocity pacing in community, loyalty, and social alignment across this month.\n\nThe month resolves best when the lead pressure remains central and supporting cues refine cadence.",
"highlights": [
"Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
"Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
"Planet house focus concentrates on shared resources, intimacy, and deeper trust work, making this life-area the main decision arena.",
"Modality emphasis is cardinal, showing how this planet prefers to move and adapt."
],
"cautions": [
"Hold back from the urge to ‘fix’ conflicts by assuming you know what’s best; let friendships evolve organically with mutual respect.",
"Keep in check the urge to suppress your need for closeness; it’s not weakness, but the foundation of meaningful ties.",
"When tensions rise, pause to ask: Is this friendship serving me, or am I serving it?",
"Keep clear of over-sharing emotional needs—balance vulnerability with boundaries to prevent burnout."
],
"actions": [
"Share one vulnerable memory with a friend who appreciates your depth; their response will clarify if the bond is strong or fading.",
"Use sensory details to describe your feelings (e.g., ‘I need the warmth of your presence like a blanket on a rainy day’).",
"Pair deep emotional talks with small, tangible acts of care (e.g., a shared meal, a handwritten note).",
"Practice active listening during conversations—let them lead the discussion freely."
],
"scores": {
"momentum": 100.0,
"clarity": 43.6,
"opportunity": 100.0,
"focus": 80.5,
"stability": 35.0,
"connection": 87.4
},
"intensity": "high",
"factor_details": [
{
"factor_type": "planet_core_archetypes",
"factor_value": "sun_core",
"weight": 1.55,
"factor_insights": {
"motivation": "Cancer’s watery nature thrives when you prioritize vulnerability in friendships; let your care guide conversations, not avoidance.",
"caution": "Resist the urge to ‘fix’ conflicts by assuming you know what’s best; let friendships evolve organically with mutual respect.",
"reflection": "Reflect on a friendship that felt fulfilling this month; what did it take from you to maintain it? What could you do differently?",
"monthly_tip": "Share one vulnerable memory with a friend who appreciates your depth; their response will clarify if the bond is strong or fading.",
"affirmation": "My intuition guides me to create bonds where mutual care and respect are the foundation, not obligation."
}
},
{
"factor_type": "planet_condition_archetypes",
"factor_value": "direct_flow",
"weight": 1.4,
"factor_insights": {
"motivation": "Lean into shared vulnerabilities—Cancer’s emotional depth in friendships thrives when you meet people who understand your need for intimacy.",
"caution": "Resist the urge to suppress your need for closeness; it’s not weakness, but the foundation of meaningful ties.",
"reflection": "What’s one small way you can deepen trust with a friend this month? (A shared meal? A quiet listen?)",
"monthly_tip": "Use sensory details to describe your feelings (e.g., ‘I need the warmth of your presence like a blanket on a rainy day’).",
"affirmation": "My boundaries are sacred; I protect them with the same care I offer to others."
}
},
{
"factor_type": "planet_sign_archetypes",
"factor_value": "modality_cardinal",
"weight": 1.25,
"factor_insights": {
"motivation": "Cancer’s nurturing energy makes you the emotional anchor others crave in friendships.",
"caution": "Avoid over-sharing emotional needs—balance vulnerability with boundaries to prevent burnout.",
"reflection": "Notice how you respond to conflict—do you retreat or defend? Adjust to keep connections thriving.",
"monthly_tip": "Practice active listening during conversations—let them lead the discussion freely.",
"affirmation": "I honor my emotional depth and trust it to guide meaningful connections."
}
},
{
"factor_type": "planet_house_focus",
"factor_value": "eighth_house",
"weight": 1.35,
"factor_insights": {
"motivation": "Lean into the emotional depth of your friendships—this month, they mirror your need for loyalty and reciprocity.",
"caution": "When tensions rise, pause to ask: Is this friendship serving me, or am I serving it?",
"reflection": "This month, let your intuition guide you toward friendships that feel like a two-way current, not a one-way stream.",
"monthly_tip": "Pair deep emotional talks with small, tangible acts of care (e.g., a shared meal, a handwritten note).",
"affirmation": "This month, I release friendships that no longer serve my growth, and embrace those that do."
}
},
{
"factor_type": "transits_archetypes",
"factor_value": "conjunction_growth",
"weight": 1.2,
"factor_insights": {
"motivation": "Embrace the quiet strength of connection—Cancer friendships thrive on the unseen, so let your presence be a steady anchor for them.",
"caution": "Avoid over-investing in emotional labor; set boundaries to protect your energy, especially when their needs shift unexpectedly.",
"reflection": "Notice how your Cancer friends respond when you’re vulnerable—do they draw you closer or push you away? Adjust your tone accordingly.",
"monthly_tip": "When tensions arise, use the phrase, “I need a moment to process” to honor their need for space without guilt-tripping yourself.",
"affirmation": "I honor my Cancer friends’ emotional depth and trust their ability to nurture bonds with authenticity."
}
},
{
"factor_type": "aspects",
"factor_value": "conjunction",
"weight": 1.1,
"factor_insights": {
"motivation": "Lean into this high-energy moment to deepen bonds with your closest friends—let their emotional resonance fuel your curiosity about what truly connects you.",
"caution": "If conflicts arise, address them directly with your friends: ‘I value your energy, but I also need space to process—can we find a rhythm that works for both?’",
"reflection": "Reflect on a time you felt truly seen by a friend. How did that make you feel, and what did it teach you about trust and reciprocity?",
"monthly_tip": "When emotions run high, take a ‘water break’: step outside to sip water or stretch, then return with a fresh perspective on the conversation.",
"affirmation": "I release the need to control every conversation; instead, I embrace the magic of unfiltered, high-energy dialogue."
}
},
{
"factor_type": "monthly_lunation_archetypes",
"factor_value": "new_moon_reset",
"weight": 1.2,
"factor_insights": {
"motivation": "This is the time to reclaim the energy you’ve been investing in relationships—no guilt, just clarity.",
"caution": "Watch for emotional tension disguised as closeness. A real friendship thrives on honest, unfiltered exchange.",
"reflection": "Reflect on what you’ve learned from past friendships that feel like a retrograde review. What’s ready to release?",
"monthly_tip": "If a friendship feels like a relationship tension, propose a ‘reset’ conversation. Frame it as curiosity, not blame.",
"affirmation": "I release friendships that no longer serve my emotional well-being."
}
},
{
"factor_type": "eclipse_archetypes",
"factor_value": "no_eclipse",
"weight": 1.2,
"factor_insights": {
"motivation": "Your emotional resonance will naturally draw people who value the same quiet strength you embody.",
"caution": "Over-sharing can lead to misunderstandings. Guard your vulnerability like a treasure.",
"reflection": "What’s one friendship you’ve let go of that no longer served you? Release it now to make room for what aligns.",
"monthly_tip": "Host a small gathering where the focus is on shared stories—not performance. Authenticity thrives in quiet moments.",
"affirmation": "My friendships reflect my worth, not my need for approval."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "7f43c8cbe7a67d87",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "horoscope_planetary_monthly_post",
"endpoint_description": "Provides monthly planetary section reports (non-general sections).",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-08T11:28:01.727640+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": ""
}
}