Geburtstags-Horoskop¶
Der Endpunkt „Geburtstags-Horoskop“ gibt einen aktuellen astrologischen Geburtstagsbericht von der internen Horoskop-Engine zurück.
Dieser Endpunkt ist ein Bericht-Endpunkt unter
/api/v1/horoscope/reports/*. Canonical Pfad:/api/v1/horoscope/reports/birthday. Der Backward-kompatible Alias/api/v1/horoscope/sign/birthdaywird weiterhin akzeptiert, ist aber aus OpenAPI verborgen.
Sprachunterstützung: Dieser Engine-basierte
/api/v1/horoscope/reports/*Endpunkt unterstützt derzeit nur Englisch (lang=en).
Endpunkt¶
| Methode | Pfad |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/birthday |
Anforderungs-Body¶
| Name | Erforderlich | Typ | Beispiel | Beschreibung |
|---|---|---|---|---|
sign | Nein | string (optional) | `CANCER | Explicit sign override. If omitted, gateway derives from Geburtsdatum⟫ or ` |
target_date | Nein | string (optional) | `2026-07-16 | Birthday-cycle anchor date (YYYY-MM-DD). |
birth | Nein | object (optional) | { "date": "1992-07-16", ... } | Engine-spezifisches Geburts-Objekt für personalisierte Ausgabe. |
sections | Nein | array | `["general","career"] | Allowed: allgemein⟫, liebe_ledig⟫, liebe_partner⟫, beruf⟫, Freundschaft⟫, Gesundheit⟫, Geld⟫, Kommunikation⟫, Lebensstil. |
zodiac_system | Nein | string (optional) | `tropical | Allowed: sideral⟫, tropisch. |
ayanamsa | Nein | string (optional) | `lahiri | Allowed: lahiri⟫, fagan_bradley⟫, krishnamurti⟫, raman⟫, yukteswar. |
house_system | Nein | string (optional) | `placidus | Allowed: placidus⟫, ganzer_Zeichen⟫, gleich⟫, koch. |
node_type | Nein | string (optional) | `true | Allowed: wahr⟫, durchschnitt. |
tenant_id | Nein | string (optional) | docs-smoke | Optionaler Tenant-Namespace. |
include_snapshot | Nein | boolean (nullable) | - | Optionaler Schalter für den kompakten Modus. Setzen Sie auf false, um den Snapshot-Block aus dem Antwort-Payload zu entfernen. |
include_positions | Nein | boolean (nullable) | - | Optionaler Schalter für den kompakten Modus. Setzen Sie auf false, um die Positions-Arrays aus dem Antwort-Payload zu entfernen. |
dob | Nein | string (nullable) | 1992-07-16 | Legacy-Eingabe für das Geburtsdatum, die für die Berechnung des Sternbilds und als Fallback-Wert verwendet wird. |
timezone | Nein | string | `Africa/Douala | IANA timezone for legacy date resolution. Default: UTC. |
year | Nein | integer (nullable) | `2026 | Legacy year selector (requires Geburtsdatum or ` ifZieldatum` ist nicht vorhanden. | |
birth_time | Nein | string (nullable) | 14:30 | Legacy-Geburtszeit. |
birth_latitude | Nein | number (nullable) | 4.0511 | Legacy-Breitengrad (muss mit dem Längengrad übereinstimmen). |
birth_longitude | Nein | number (nullable) | 9.7679 | Legacy-Längengrad (muss mit dem Breitengrad übereinstimmen). |
birth_timezone | Nein | string (nullable) | Africa/Douala | Legacy-Überschreibung der Zeitzone für die Geburt. |
Antwort¶
Gibt den rohen Engine-Antwort-Payload mit hinzugefügten Gateway-Wrappern zurück:
_enterprise_api_metadata_
Beispiel für den personalisierten Modus (empfohlen)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/birthday?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"sign": "CANCER",
"target_date": "2026-07-16",
"birth": {
"date": "1992-07-16",
"time": "14:30",
"coordinates": {
"latitude": 4.0511,
"longitude": 9.7679
},
"timezone": "Africa/Douala"
},
"sections": [
"general",
"career",
"love_singles"
],
"zodiac_system": "tropical",
"house_system": "placidus",
"node_type": "true",
"tenant_id": "docs-smoke"
}'
Beispiel für den öffentlichen Modus (allgemein, basierend auf Sternzeichen)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/birthday?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"sign": "CANCER",
"target_date": "2026-07-16",
"sections": [
"general"
]
}'
Beispielantwort¶
{
"report_type": "birthday",
"sign": "CANCER",
"period": "yearly",
"start": "2026-07-16T00:00:00",
"end": "2027-07-16T00:00:00",
"data": {
"period": "yearly",
"start": "2026-07-16T00:00:00",
"end": "2027-07-16T00:00:00",
"snapshot": {
"timestamp": "2026-07-15T12:00:00",
"zodiac_system": "tropical",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.227782,
"ayanamsa_system": "lahiri",
"sun_sign": "CANCER",
"moon_sign": "LEO",
"rising_sign": "SAGITTARIUS",
"house_system": "P",
"house_cusps": [
251.805357,
279.92214,
309.074213,
340.441693,
12.85641,
43.631064,
71.805357,
99.92214,
129.074213,
160.441693,
192.85641,
223.631064
],
"positions": [
{
"name": "Sun",
"longitude": 113.03118798838032,
"tropical_longitude": 113.03118798838032,
"sidereal_longitude": 88.80085368740131,
"latitude": 9.406228502487148e-05,
"speed": 0.9543019989009935,
"sign": "CANCER",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 23.031187988380324,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Moon",
"longitude": 128.27625067352653,
"tropical_longitude": 128.27625067352653,
"sidereal_longitude": 104.04591637254752,
"latitude": 1.9410040706672327,
"speed": 14.720681669682326,
"sign": "LEO",
"tropical_sign": "LEO",
"sidereal_sign": "CANCER",
"degree_in_sign": 8.276250673526533,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Mercury",
"longitude": 109.18141409700593,
"tropical_longitude": 109.18141409700593,
"sidereal_longitude": 84.95107979602692,
"latitude": -4.92850594177891,
"speed": -0.5921712310319884,
"sign": "CANCER",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 19.181414097005927,
"house": 8,
"retrograde": true,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Venus",
"longitude": 156.39225043226972,
"tropical_longitude": 156.39225043226972,
"sidereal_longitude": 132.16191613129072,
"latitude": 1.154883242309454,
"speed": 1.0987450067152014,
"sign": "VIRGO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 6.392250432269719,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Mars",
"longitude": 71.75790240586973,
"tropical_longitude": 71.75790240586973,
"sidereal_longitude": 47.52756810489071,
"latitude": -0.1224255361372678,
"speed": 0.6952788123379767,
"sign": "GEMINI",
"tropical_sign": "GEMINI",
"sidereal_sign": "TAURUS",
"degree_in_sign": 11.757902405869729,
"house": 6,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Jupiter",
"longitude": 123.31400572927392,
"tropical_longitude": 123.31400572927392,
"sidereal_longitude": 99.0836714282949,
"latitude": 0.455290424444602,
"speed": 0.21990580242993055,
"sign": "LEO",
"tropical_sign": "LEO",
"sidereal_sign": "CANCER",
"degree_in_sign": 3.314005729273916,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Saturn",
"longitude": 14.64085241035637,
"tropical_longitude": 14.64085241035637,
"sidereal_longitude": 350.41051810937734,
"latitude": -2.4490862980779142,
"speed": 0.01923415397594968,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 14.64085241035637,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Uranus",
"longitude": 64.38399934697104,
"tropical_longitude": 64.38399934697104,
"sidereal_longitude": 40.15366504599202,
"latitude": -0.1555028222668031,
"speed": 0.04288297960993877,
"sign": "GEMINI",
"tropical_sign": "GEMINI",
"sidereal_sign": "TAURUS",
"degree_in_sign": 4.383999346971038,
"house": 6,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Neptune",
"longitude": 4.400803279161819,
"tropical_longitude": 4.400803279161819,
"sidereal_longitude": 340.1704689781828,
"latitude": -1.379057634577146,
"speed": -0.004373881375675947,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 4.400803279161819,
"house": 4,
"retrograde": true,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Pluto",
"longitude": 304.55953211431654,
"tropical_longitude": 304.55953211431654,
"sidereal_longitude": 280.32919781333754,
"latitude": -4.253759074089119,
"speed": -0.022897408253576355,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 4.559532114316539,
"house": 2,
"retrograde": true,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Chiron",
"longitude": 30.70069527036279,
"tropical_longitude": 30.70069527036279,
"sidereal_longitude": 6.470360969383778,
"latitude": 0.25842871522423755,
"speed": 0.016999833118575714,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 0.7006952703627896,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Ceres",
"longitude": 79.23118605605202,
"tropical_longitude": 79.23118605605202,
"sidereal_longitude": 55.00085175507301,
"latitude": -1.9139889062149573,
"speed": 0.3945126236101291,
"sign": "GEMINI",
"tropical_sign": "GEMINI",
"sidereal_sign": "TAURUS",
"degree_in_sign": 19.231186056052024,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "North Node",
"longitude": 330.23261630176654,
"tropical_longitude": 330.23261630176654,
"sidereal_longitude": 306.00228200078755,
"latitude": -0.0,
"speed": -0.04266669506673545,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 0.2326163017665408,
"house": 3,
"retrograde": true,
"ayanamsa_value": 24.22778165326264
},
{
"name": "South Node",
"longitude": 150.23261630176654,
"tropical_longitude": 150.23261630176654,
"sidereal_longitude": 126.00228200078755,
"latitude": -0.0,
"speed": -0.04266669506673545,
"sign": "VIRGO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 0.2326163017665408,
"house": 9,
"retrograde": true,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Lilith",
"longitude": 263.15636808929736,
"tropical_longitude": 263.15636808929736,
"sidereal_longitude": 238.92603378831836,
"latitude": -4.794414785187695,
"speed": 0.1118544166338706,
"sign": "SAGITTARIUS",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 23.15636808929736,
"house": 1,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Pallas",
"longitude": 20.241462279163432,
"tropical_longitude": 20.241462279163432,
"sidereal_longitude": 356.01112797818445,
"latitude": -5.315041676958441,
"speed": 0.1496373963032036,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 20.241462279163432,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Juno",
"longitude": 306.3357860375781,
"tropical_longitude": 306.3357860375781,
"sidereal_longitude": 282.1054517365991,
"latitude": 15.102399618973052,
"speed": -0.21896169838183457,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 6.335786037578089,
"house": 2,
"retrograde": true,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Vesta",
"longitude": 22.196250205676353,
"tropical_longitude": 22.196250205676353,
"sidereal_longitude": 357.96591590469734,
"latitude": -7.598759112134811,
"speed": 0.250042493175146,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 22.196250205676353,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
},
{
"name": "Eris",
"longitude": 25.958651044704993,
"tropical_longitude": 25.958651044704993,
"sidereal_longitude": 1.7283167437259697,
"latitude": -10.441838315223427,
"speed": 0.0011894667020421702,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 25.958651044704993,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.22778165326264
}
],
"aspects": [
{
"body1": "Sun",
"body2": "Mercury",
"aspect": "conjunction",
"orb": 3.85,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Venus",
"aspect": "semi-square",
"orb": 1.64,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Chiron",
"aspect": "square",
"orb": 7.67,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 0.13,
"exact": true,
"applying": false
},
{
"body1": "Sun",
"body2": "Pallas",
"aspect": "square",
"orb": 2.79,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Vesta",
"aspect": "square",
"orb": 0.83,
"exact": true,
"applying": false
},
{
"body1": "Sun",
"body2": "Eris",
"aspect": "square",
"orb": 2.93,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Venus",
"aspect": "semi-sextile",
"orb": 1.88,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Mars",
"aspect": "sextile",
"orb": 3.48,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Jupiter",
"aspect": "conjunction",
"orb": 4.96,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Saturn",
"aspect": "trine",
"orb": 6.36,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Uranus",
"aspect": "sextile",
"orb": 3.89,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Neptune",
"aspect": "trine",
"orb": 3.88,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Pluto",
"aspect": "opposition",
"orb": 3.72,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Chiron",
"aspect": "square",
"orb": 7.58,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Lilith",
"aspect": "sesquiquadrate",
"orb": 0.12,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Juno",
"aspect": "opposition",
"orb": 1.94,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Venus",
"aspect": "semi-square",
"orb": 2.21,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Saturn",
"aspect": "square",
"orb": 4.54,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Uranus",
"aspect": "semi-square",
"orb": 0.2,
"exact": true,
"applying": false
},
{
"body1": "Mercury",
"body2": "Ceres",
"aspect": "semi-sextile",
"orb": 0.05,
"exact": true,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pallas",
"aspect": "square",
"orb": 1.06,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Vesta",
"aspect": "square",
"orb": 3.01,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Eris",
"aspect": "square",
"orb": 6.78,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Mars",
"aspect": "square",
"orb": 5.37,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Uranus",
"aspect": "square",
"orb": 2.01,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Neptune",
"aspect": "quincunx",
"orb": 1.99,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Pluto",
"aspect": "quincunx",
"orb": 1.83,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Chiron",
"aspect": "trine",
"orb": 5.69,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "North Node",
"aspect": "opposition",
"orb": 6.16,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "South Node",
"aspect": "conjunction",
"orb": 6.16,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Pallas",
"aspect": "sesquiquadrate",
"orb": 1.15,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Juno",
"aspect": "quincunx",
"orb": 0.06,
"exact": true,
"applying": false
},
{
"body1": "Venus",
"body2": "Vesta",
"aspect": "sesquiquadrate",
"orb": 0.8,
"exact": true,
"applying": false
},
{
"body1": "Mars",
"body2": "Saturn",
"aspect": "sextile",
"orb": 2.88,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Uranus",
"aspect": "conjunction",
"orb": 7.37,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pluto",
"aspect": "trine",
"orb": 7.2,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Ceres",
"aspect": "conjunction",
"orb": 7.47,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Juno",
"aspect": "trine",
"orb": 5.42,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Eris",
"aspect": "semi-square",
"orb": 0.8,
"exact": true,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Uranus",
"aspect": "sextile",
"orb": 1.07,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Neptune",
"aspect": "trine",
"orb": 1.09,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Pluto",
"aspect": "opposition",
"orb": 1.25,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Chiron",
"aspect": "square",
"orb": 2.61,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Ceres",
"aspect": "semi-square",
"orb": 0.92,
"exact": true,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Juno",
"aspect": "opposition",
"orb": 3.02,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Eris",
"aspect": "square",
"orb": 7.36,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Ceres",
"aspect": "sextile",
"orb": 4.59,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "North Node",
"aspect": "semi-square",
"orb": 0.59,
"exact": true,
"applying": false
},
{
"body1": "Saturn",
"body2": "South Node",
"aspect": "sesquiquadrate",
"orb": 0.59,
"exact": true,
"applying": false
},
{
"body1": "Saturn",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 5.6,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Vesta",
"aspect": "conjunction",
"orb": 7.56,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Neptune",
"aspect": "sextile",
"orb": 0.02,
"exact": true,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pluto",
"aspect": "trine",
"orb": 0.18,
"exact": true,
"applying": false
},
{
"body1": "Uranus",
"body2": "North Node",
"aspect": "square",
"orb": 4.15,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "South Node",
"aspect": "square",
"orb": 4.15,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 0.86,
"exact": true,
"applying": false
},
{
"body1": "Uranus",
"body2": "Juno",
"aspect": "trine",
"orb": 1.95,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Vesta",
"aspect": "semi-square",
"orb": 2.81,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pluto",
"aspect": "sextile",
"orb": 0.16,
"exact": true,
"applying": false
},
{
"body1": "Neptune",
"body2": "Juno",
"aspect": "sextile",
"orb": 1.93,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Chiron",
"aspect": "square",
"orb": 3.86,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Ceres",
"aspect": "sesquiquadrate",
"orb": 0.33,
"exact": true,
"applying": false
},
{
"body1": "Pluto",
"body2": "Juno",
"aspect": "conjunction",
"orb": 1.78,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "North Node",
"aspect": "sextile",
"orb": 0.47,
"exact": true,
"applying": false
},
{
"body1": "Chiron",
"body2": "South Node",
"aspect": "trine",
"orb": 0.47,
"exact": true,
"applying": false
},
{
"body1": "Chiron",
"body2": "Lilith",
"aspect": "trine",
"orb": 7.54,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Juno",
"aspect": "square",
"orb": 5.64,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Eris",
"aspect": "conjunction",
"orb": 4.74,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Lilith",
"aspect": "opposition",
"orb": 3.93,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Pallas",
"aspect": "sextile",
"orb": 1.01,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Juno",
"aspect": "sesquiquadrate",
"orb": 2.1,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.97,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "South Node",
"aspect": "opposition",
"orb": 0.0,
"exact": true,
"applying": false
},
{
"body1": "North Node",
"body2": "Eris",
"aspect": "sextile",
"orb": 4.27,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Lilith",
"aspect": "trine",
"orb": 7.08,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Eris",
"aspect": "trine",
"orb": 4.27,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Pallas",
"aspect": "trine",
"orb": 2.91,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Juno",
"aspect": "semi-square",
"orb": 1.82,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Vesta",
"aspect": "trine",
"orb": 0.96,
"exact": true,
"applying": false
},
{
"body1": "Lilith",
"body2": "Eris",
"aspect": "trine",
"orb": 2.8,
"exact": false,
"applying": false
},
{
"body1": "Pallas",
"body2": "Vesta",
"aspect": "conjunction",
"orb": 1.95,
"exact": false,
"applying": false
},
{
"body1": "Pallas",
"body2": "Eris",
"aspect": "conjunction",
"orb": 5.72,
"exact": false,
"applying": false
},
{
"body1": "Vesta",
"body2": "Eris",
"aspect": "conjunction",
"orb": 3.76,
"exact": false,
"applying": false
}
]
},
"metrics": {
"sample_count": 12,
"aspect_counts": {
"conjunction": 135,
"opposition": 62,
"sextile": 178,
"trine": 156,
"square": 172,
"semi-square": 82,
"sesquiquadrate": 55,
"semi-sextile": 74,
"quincunx": 48
},
"retrograde_bodies": [
"Ceres",
"Chiron",
"Eris",
"Juno",
"Jupiter",
"Mercury",
"Neptune",
"North Node",
"Pallas",
"Pluto",
"Saturn",
"South Node",
"Uranus",
"Venus",
"Vesta"
],
"sign_changes": [
"Sun enters AQUARIUS on Feb 15",
"Moon enters AQUARIUS on Feb 15",
"Mercury enters PISCES on Feb 15",
"Venus enters PISCES on Feb 15",
"Mars enters AQUARIUS on Feb 15",
"Saturn enters ARIES on Feb 15",
"Neptune enters ARIES on Feb 15",
"Pallas enters PISCES on Feb 15",
"Sun enters PISCES on Mar 15",
"Venus enters ARIES on Mar 15",
"Mars enters PISCES on Mar 15",
"Ceres enters TAURUS on Mar 15",
"Vesta enters PISCES on Mar 15",
"Sun enters ARIES on Apr 15",
"Moon enters PISCES on Apr 15",
"Mercury enters ARIES on Apr 15",
"Venus enters TAURUS on Apr 15",
"Mars enters ARIES on Apr 15",
"Juno enters AQUARIUS on Apr 15",
"Sun enters TAURUS on May 15",
"Moon enters TAURUS on May 15",
"Mercury enters TAURUS on May 15",
"Venus enters GEMINI on May 15",
"Uranus enters GEMINI on May 15",
"Pallas enters ARIES on May 15",
"Vesta enters ARIES on May 15",
"Sun enters GEMINI on Jun 15",
"Moon enters GEMINI on Jun 15",
"Mercury enters CANCER on Jun 15",
"Venus enters LEO on Jun 15",
"Mars enters TAURUS on Jun 15",
"Ceres enters GEMINI on Jun 15",
"Sun enters CANCER on Jul 15",
"Moon enters LEO on Jul 15",
"Venus enters VIRGO on Jul 15",
"Mars enters GEMINI on Jul 15",
"Jupiter enters LEO on Jul 15",
"Chiron enters TAURUS on Jul 15",
"Sun enters LEO on Aug 15",
"Moon enters VIRGO on Aug 15",
"Mercury enters LEO on Aug 15",
"Venus enters LIBRA on Aug 15",
"Mars enters CANCER on Aug 15",
"Ceres enters CANCER on Aug 15",
"North Node enters AQUARIUS on Aug 15",
"South Node enters LEO on Aug 15",
"Juno enters CAPRICORN on Aug 15",
"Sun enters VIRGO on Sep 15",
"Moon enters SCORPIO on Sep 15",
"Mercury enters LIBRA on Sep 15",
"Venus enters SCORPIO on Sep 15",
"Lilith enters CAPRICORN on Sep 15",
"Sun enters LIBRA on Oct 15",
"Moon enters SAGITTARIUS on Oct 15",
"Mercury enters SCORPIO on Oct 15",
"Mars enters LEO on Oct 15",
"Chiron enters ARIES on Oct 15",
"Sun enters SCORPIO on Nov 15",
"Moon enters AQUARIUS on Nov 15",
"Venus enters LIBRA on Nov 15",
"Juno enters AQUARIUS on Nov 15",
"Sun enters SAGITTARIUS on Dec 15",
"Moon enters PISCES on Dec 15",
"Mercury enters SAGITTARIUS on Dec 15",
"Venus enters SCORPIO on Dec 15",
"Mars enters VIRGO on Dec 15"
]
},
"notable_events": [
"Venus sextile Saturn exact on Jan 15",
"Saturn sextile Uranus exact on Jan 15",
"Saturn conjunction Neptune exact on Feb 15",
"Jupiter opposition Juno exact on Feb 15",
"Jupiter stations direct on Mar 15",
"Jupiter trine Vesta exact on Apr 15",
"Saturn sextile Juno exact on May 15",
"Moon sextile North Node exact on May 15",
"New Moon window on Jun 15",
"Saturn conjunction Vesta exact on Jun 15",
"Saturn conjunction Pallas exact on Jun 15",
"Mercury conjunction Jupiter exact on Aug 15"
],
"period_events": [
{
"timestamp": "2026-01-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Venus",
"body2": "Saturn",
"sign": null,
"aspect": "sextile",
"exactness": 0.28,
"narrative_priority": 1.871,
"section_bias": {
"general": 1.0,
"love_singles": 0.9,
"love_couples": 1.0,
"money": 1.0,
"friendship": 0.4,
"career": 0.8,
"health": 0.5
},
"description": "Venus sextile Saturn exact on Jan 15"
},
{
"timestamp": "2026-01-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Uranus",
"sign": null,
"aspect": "sextile",
"exactness": 0.46,
"narrative_priority": 1.862,
"section_bias": {
"general": 1.4,
"career": 0.8,
"health": 0.5,
"money": 0.5,
"lifestyle": 0.7,
"communication": 0.4
},
"description": "Saturn sextile Uranus exact on Jan 15"
},
{
"timestamp": "2026-02-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Neptune",
"sign": null,
"aspect": "conjunction",
"exactness": 0.41,
"narrative_priority": 1.865,
"section_bias": {
"general": 1.4,
"career": 0.8,
"health": 1.0,
"money": 0.5,
"lifestyle": 0.6
},
"description": "Saturn conjunction Neptune exact on Feb 15"
},
{
"timestamp": "2026-02-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "Juno",
"sign": null,
"aspect": "opposition",
"exactness": 0.95,
"narrative_priority": 1.838,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter opposition Juno exact on Feb 15"
},
{
"timestamp": "2026-03-15T12:00:00",
"event_type": "station",
"body1": "Jupiter",
"body2": null,
"sign": null,
"aspect": null,
"exactness": null,
"narrative_priority": 1.823,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter stations direct on Mar 15"
},
{
"timestamp": "2026-04-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "Vesta",
"sign": null,
"aspect": "trine",
"exactness": 0.31,
"narrative_priority": 1.87,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter trine Vesta exact on Apr 15"
},
{
"timestamp": "2026-05-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Juno",
"sign": null,
"aspect": "sextile",
"exactness": 0.99,
"narrative_priority": 1.836,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.5,
"money": 0.5
},
"description": "Saturn sextile Juno exact on May 15"
},
{
"timestamp": "2026-05-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "North Node",
"sign": null,
"aspect": "sextile",
"exactness": 0.29,
"narrative_priority": 1.76,
"section_bias": {
"general": 2.2,
"love_singles": 0.7,
"love_couples": 0.4,
"friendship": 0.3,
"health": 0.3,
"career": 0.4
},
"description": "Moon sextile North Node exact on May 15"
},
{
"timestamp": "2026-06-15T12:00:00",
"event_type": "lunation",
"body1": "Moon",
"body2": "Sun",
"sign": null,
"aspect": null,
"exactness": 5.44,
"narrative_priority": 1.988,
"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": "New Moon window on Jun 15"
},
{
"timestamp": "2026-06-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Vesta",
"sign": null,
"aspect": "conjunction",
"exactness": 0.37,
"narrative_priority": 1.867,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.5,
"money": 0.5
},
"description": "Saturn conjunction Vesta exact on Jun 15"
},
{
"timestamp": "2026-06-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Pallas",
"sign": null,
"aspect": "conjunction",
"exactness": 0.92,
"narrative_priority": 1.839,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.5,
"money": 0.5
},
"description": "Saturn conjunction Pallas exact on Jun 15"
},
{
"timestamp": "2026-08-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Mercury",
"body2": "Jupiter",
"sign": null,
"aspect": "conjunction",
"exactness": 0.04,
"narrative_priority": 1.883,
"section_bias": {
"general": 1.1,
"communication": 0.9,
"career": 1.2000000000000002,
"friendship": 0.3,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Mercury conjunction Jupiter exact on Aug 15"
},
{
"timestamp": "2026-08-15T12:00:00",
"event_type": "station",
"body1": "Saturn",
"body2": null,
"sign": null,
"aspect": null,
"exactness": null,
"narrative_priority": 1.823,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.5,
"money": 0.5
},
"description": "Saturn stations retrograde on Aug 15"
},
{
"timestamp": "2026-10-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Sun",
"body2": "Jupiter",
"sign": null,
"aspect": "sextile",
"exactness": 0.13,
"narrative_priority": 1.879,
"section_bias": {
"general": 2.0,
"career": 1.3,
"lifestyle": 0.9,
"money": 0.8
},
"description": "Sun sextile Jupiter exact on Oct 15"
},
{
"timestamp": "2026-10-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Saturn",
"sign": null,
"aspect": "trine",
"exactness": 0.53,
"narrative_priority": 1.859,
"section_bias": {
"general": 1.0,
"career": 1.6,
"health": 1.1,
"love_singles": 0.3,
"money": 0.5
},
"description": "Mars trine Saturn exact on Oct 15"
},
{
"timestamp": "2026-10-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Saturn",
"body2": "Pallas",
"sign": null,
"aspect": "conjunction",
"exactness": 0.74,
"narrative_priority": 1.848,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.5,
"money": 0.5
},
"description": "Saturn conjunction Pallas exact on Oct 15"
},
{
"timestamp": "2026-11-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Jupiter",
"sign": null,
"aspect": "conjunction",
"exactness": 0.28,
"narrative_priority": 1.871,
"section_bias": {
"general": 1.1,
"career": 1.6,
"health": 0.6,
"love_singles": 0.3,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Mars conjunction Jupiter exact on Nov 15"
},
{
"timestamp": "2026-11-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "North Node",
"sign": null,
"aspect": "opposition",
"exactness": 0.66,
"narrative_priority": 1.852,
"section_bias": {
"general": 1.9000000000000001,
"career": 1.2000000000000002,
"money": 0.8,
"lifestyle": 0.4,
"love_singles": 0.3
},
"description": "Jupiter opposition North Node exact on Nov 15"
},
{
"timestamp": "2026-11-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "South Node",
"sign": null,
"aspect": "conjunction",
"exactness": 0.66,
"narrative_priority": 1.852,
"section_bias": {
"general": 1.8,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.8,
"friendship": 0.3
},
"description": "Jupiter conjunction South Node exact on Nov 15"
},
{
"timestamp": "2026-11-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "Eris",
"sign": null,
"aspect": "trine",
"exactness": 0.69,
"narrative_priority": 1.851,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter trine Eris exact on Nov 15"
},
{
"timestamp": "2026-11-15T12:00:00",
"event_type": "exact_aspect",
"body1": "North Node",
"body2": "Eris",
"sign": null,
"aspect": "sextile",
"exactness": 0.03,
"narrative_priority": 1.774,
"section_bias": {
"general": 1.4,
"career": 0.4,
"love_singles": 0.3
},
"description": "North Node sextile Eris exact on Nov 15"
},
{
"timestamp": "2026-12-15T12:00:00",
"event_type": "exact_aspect",
"body1": "Jupiter",
"body2": "Chiron",
"sign": null,
"aspect": "trine",
"exactness": 0.52,
"narrative_priority": 1.859,
"section_bias": {
"general": 1.5,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4,
"health": 0.8,
"love_couples": 0.4
},
"description": "Jupiter trine Chiron exact on Dec 15"
},
{
"timestamp": "2026-12-15T12:00:00",
"event_type": "station",
"body1": "Jupiter",
"body2": null,
"sign": null,
"aspect": null,
"exactness": null,
"narrative_priority": 1.823,
"section_bias": {
"general": 1.1,
"career": 0.8,
"money": 0.8,
"lifestyle": 0.4
},
"description": "Jupiter stations retrograde on Dec 15"
},
{
"timestamp": "2026-12-15T12:00:00",
"event_type": "station",
"body1": "Saturn",
"body2": null,
"sign": null,
"aspect": null,
"exactness": null,
"narrative_priority": 1.823,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.5,
"money": 0.5
},
"description": "Saturn stations direct on Dec 15"
}
],
"factor_values": {
"solar_return_tone": "integration_phase",
"birthday_year_reset": "closure_and_release",
"natal_sun_house_year_theme": "eighth_house_depth_arc"
}
},
"sections": [
{
"section": "general",
"title": "General yearly outlook: protective and intuitive (elevated)",
"summary": "Cancer, your solar return opens in an active register, spotlighting your overall direction. This cycle tracks an integration phase where aligning competing priorities becomes the real win and consistently rewards intentional pacing over reacting to pressure. The quieter repeats are the ones that will rewrite your baseline. Solar tone reads as integration phase; the reset arc is closure and release; the growth arena is shared resources, intimacy, and deeper trust work. In Q1, Saturn sextile Uranus peaks on Jan 15. Around the midyear pivot, Jupiter opposition Juno peaks on Feb 15. In the final quarter, Jupiter stations direct on Mar 15. These pivots define the larger arc of your year. The key is sequence: observe, decide, then commit. Solar-return integration asks you to reconcile competing priorities into one coherent path. Reflect on what you’ve carried forward from the past year. Your Cancer self is rewriting its foundation, and this is where your resilience begins. That perspective keeps your momentum clean. Meanwhile, the birthday reset signature is closure and release, marking where your next chapter wants cleaner alignment. In practice, write down one thing from 2023 that no longer aligns with your 2024 vision. Burn it as a symbolic act of release. Keep it simple and measurable. With eighth house depth arc as the natal Sun arc, this year keeps returning to lessons in this life domain. What looks like momentum can still be reacting to pressure; real progress comes from intentional pacing. Hold the long note this year. Consistency will make the shift visible. Keep grounding it through your overall direction. Limit exposure to people or habits that drain your energy. Your circle should now feel lighter, not heavier. That perspective keeps your momentum clean.",
"deep_report": "The yearly deep narrative begins with the strongest architectural signals, then layers strategic refinement around them. This reading stays coherent when pacing remains central to your choices. Mid-arc, this layer shapes decision quality: The first structural cue in this yearly narrative is birthday year reset signature of closure and release. The birthday reset signature is closure and release, marking where your next chapter wants cleaner alignment.\n\nWhat wants commitment now is Cancer energy thrives in cycles of surrender and renewal—this year's focus is on the first wave of that change. Make it practical with Limit exposure to people or habits that drain your energy. Let Write down one thing from 2023 that no longer aligns with your 2024 vision steer judgment while avoiding Be mindful of overcompensating for past commitments; your emotional resilience may push you to take on too much too soon. As Saturn sextile Uranus peaks on Jan 15 peaks, use it to update your birthday-year strategy in your overall direction this year.\n\nInto integration mode, this final layer keeps the year coherent; the lived expression is this: Another consequential influence in this yearly arc is solar return tone signature of integration phase. Solar-return integration asks you to reconcile competing priorities into one coherent path. The tension point is Reflect on what you’ve carried forward from the past year. Soften reactivity through Let your intuition guide your decisions, even if they feel counterintuitive.\n\nKeep Ask yourself: What emotions have I been avoiding this year active so Be mindful of setting boundaries where they’re needed stays contained. As Saturn conjunction Neptune peaks on Feb 15 comes into focus, treat it as a solar-year checkpoint for your overall direction this year. At midyear, this thread becomes strategically decisive; the practical consequence is this: A key pacing influence arrives as natal sun house year theme signature of eighth house depth arc. With eighth house depth arc as the natal Sun arc, this year keeps returning to lessons in this life domain.\n\nTiming quality improves when This year, anchor your priorities in the quiet strength of your home—where emotional security and boundaries thrive. Support that timing with Limit exposure to financial or emotional ‘noise’ outside your immediate circle; your energy is strongest when focused inward. Keep Consider how your home’s physical and emotional state reflects your ability to transform adversity into wisdom in view and avoid Beware over-investing in what drains you emotionally; the eighth house demands balance in how you engage with shared resources. With Jupiter stations direct on Mar 15 active, let this birthday-year timing cue refine your choices in your overall direction through this year.\n\nAcross the year, durability comes from letting defining influences set architecture and letting the rest refine strategy. Hold the central arc steady and refine method over time for your birthday-cycle choices around your overall direction. Across the year, long-arc discipline is your compounding advantage as this birthday year matures through your overall direction. Annual progress strengthens when strategy stays clear under shifting conditions while your birthday reset is being embodied in your overall direction.\n\nKeep the structural through-line visible while adapting tactics for your birthday-cycle choices around your overall direction.",
"highlights": [
"Birthday reset theme is closure and release, clarifying what this new year is asking you to realign.",
"Solar-return tone is integration phase, setting the headline climate for this birthday cycle.",
"Natal Sun house arc is eighth house depth arc, pointing to the life-domain where growth compounds this year.",
"Saturn sextile Uranus peaks on Jan 15."
],
"cautions": [
"Be mindful of overcompensating for past commitments; your emotional resilience may push you to take on too much too soon.",
"Be mindful of setting boundaries where they’re needed. Your sensitivity can make you vulnerable to emotional exhaustion if not managed carefully.",
"Beware over-investing in what drains you emotionally; the eighth house demands balance in how you engage with shared resources."
],
"actions": [
"Limit exposure to people or habits that drain your energy. Your circle should now feel lighter, not heavier.",
"Let your intuition guide your decisions, even if they feel counterintuitive. Your Cancer mind knows when to trust its gut, even when logic fails.",
"Limit exposure to financial or emotional ‘noise’ outside your immediate circle; your energy is strongest when focused inward.",
"Release what no longer serves me with gratitude, knowing my energy is now free to flow toward what truly matters."
],
"scores": {
"momentum": 100.0,
"clarity": 14.5,
"opportunity": 100.0,
"focus": 100.0,
"stability": 14.7,
"connection": 85.6
},
"intensity": "elevated",
"factor_details": [
{
"factor_type": "solar_return_tone",
"factor_value": "integration_phase",
"weight": 1.55,
"factor_insights": {
"motivation": "Reflect on what you’ve carried forward from the past year. Your Cancer self is rewriting its foundation, and this is where your resilience begins.",
"caution": "Be mindful of setting boundaries where they’re needed. Your sensitivity can make you vulnerable to emotional exhaustion if not managed carefully.",
"reflection": "Ask yourself: What emotions have I been avoiding this year? Your Cancer self craves honesty—dive into them without judgment to uncover hidden truths.",
"yearly_tip": "Let your intuition guide your decisions, even if they feel counterintuitive. Your Cancer mind knows when to trust its gut, even when logic fails.",
"affirmation": "I release what no longer serves me, making space for what truly nourishes my soul this year."
}
},
{
"factor_type": "birthday_year_reset",
"factor_value": "closure_and_release",
"weight": 1.6,
"factor_insights": {
"motivation": "Cancer energy thrives in cycles of surrender and renewal—this year's focus is on the first wave of that change.",
"caution": "Be mindful of overcompensating for past commitments; your emotional resilience may push you to take on too much too soon.",
"reflection": "Write down one thing from 2023 that no longer aligns with your 2024 vision. Burn it as a symbolic act of release.",
"yearly_tip": "Limit exposure to people or habits that drain your energy. Your circle should now feel lighter, not heavier.",
"affirmation": "I release what no longer serves me with gratitude, knowing my energy is now free to flow toward what truly matters."
}
},
{
"factor_type": "natal_sun_house_year_theme",
"factor_value": "eighth_house_depth_arc",
"weight": 1.45,
"factor_insights": {
"motivation": "This year, anchor your priorities in the quiet strength of your home—where emotional security and boundaries thrive.",
"caution": "Beware over-investing in what drains you emotionally; the eighth house demands balance in how you engage with shared resources.",
"reflection": "Consider how your home’s physical and emotional state reflects your ability to transform adversity into wisdom.",
"yearly_tip": "Limit exposure to financial or emotional ‘noise’ outside your immediate circle; your energy is strongest when focused inward.",
"affirmation": "My home is a sanctuary where I reclaim control over my emotional and material flow."
}
}
],
"debug_trace": null
},
{
"section": "career",
"title": "Career yearly outlook: protective and intuitive (elevated)",
"summary": "This new birthday cycle opens with an active atmosphere for Cancer, centered on work visibility, priorities, and execution. Your next solar chapter highlights an integration phase where aligning competing priorities becomes the real win, rewarding work that compounds more than visible busyness. Let depth set the tempo; speed can follow later. Practically, integration phase tone and closure and release reset logic converge, with outcomes concentrating in shared resources, intimacy, and deeper trust work. At the start of the year, Saturn sextile Uranus peaks on Jan 15. Through midyear, Jupiter opposition Juno peaks on Feb 15. Late in the year, Jupiter stations direct on Mar 15. These pivots shape your professional trajectory and leadership footprint. Keep your pace intentional so consequence works in your favor. In career terms, Solar-return integration asks you to reconcile competing priorities into one coherent path; Professionally, convert this into concrete output and clean prioritization. Cancer’s water energy now amplifies your ability to merge creativity with practical execution, turning ambitions into tangible momentum. That framing improves strategic timing. Also, At professional level, with closure and release active as your reset pattern, choices should prioritize long-term coherence; At work, sequence this into focused execution and visible follow-through. What did I need to let go of to grow? Your career growth depends on it. That framing improves strategic timing. In career terms, Natal Sun house arc of eighth house depth arc spotlights the life-domain where effort compounds fastest this year; Professionally, convert this into concrete output and clean prioritization. You may want visible busyness, but this cycle rewards work that compounds. By the next solar return, let your direction feel cleaner and less divided. Keep grounding it through work visibility, priorities, and execution. When stuck, ask: What would my ideal career day look like? Reverse-engineer from there. Let that answer tighten your next priority.",
"deep_report": "This year's deep narrative opens with the defining annual influences and then maps the supporting signatures around them. This reading stays coherent when positioning remains central to your choices. Mid-arc, this layer shapes decision quality; the lived expression is this: The lead signal for this yearly window is birthday year reset signature of closure and release. In career terms, with closure and release active as your reset pattern, choices should prioritize long-term coherence; Professionally, convert this into concrete output and clean prioritization.\n\nFrom an execution lens, center The universe is nudging you toward a role that aligns with your true potential. Make it concrete with When stuck, ask: What would my ideal career day look like. Keep What did I need to let go of to grow visible while limiting Protect your energy by setting boundaries around meetings or networking that drain you. As Saturn sextile Uranus peaks on Jan 15 comes into focus, sequence practical priorities in work visibility, priorities, and execution across this birthday year.\n\nMid-arc, this layer shapes decision quality; the practical consequence is this: A second influence shaping pressure is solar return tone signature of integration phase. At professional level, Solar-return integration asks you to reconcile competing priorities into one coherent path; At work, sequence this into focused execution and visible follow-through. Practical friction gathers around Cancer’s water energy now amplifies your ability to merge creativity with practical execution, turning ambitions into tangible momentum. De-risk it through Invest in a mentor who embodies the career path you aspire to—Cancer’s solar return signals a need for external validation that feels earned, not imposed.\n\nLet What legacy are you building in this career phase sharpen choices around Guard against burnout by setting intentional limits on emotional labor—your resilience will be your strongest asset in this phase. As Saturn conjunction Neptune peaks on Feb 15 peaks, update your birthday-year strategy in work visibility, priorities, and execution with cleaner timing. The opening annual movement is unmistakable; the practical consequence is this: The timing layer is carried by natal sun house year theme signature of eighth house depth arc. In career terms, Natal Sun house arc of eighth house depth arc spotlights the life-domain where effort compounds fastest this year; Professionally, convert this into concrete output and clean prioritization.\n\nPractical timing improves when Cancer’s emotional depth here means trust is earned through transparency; avoid assumptions about partners’ intentions. Keep cadence clean through Invest in a mentor or advisor who specializes in eighth-house dynamics (e.g., mergers, inheritances, partnerships). Use Reflect on past high-pressure moments where you handled ambiguity well; replay those moments for resilience to avoid the urge to second-guess your authority—your leadership here is strongest when you assert boundaries clearly. With Jupiter stations direct on Mar 15 active, treat it as a birthday-year timing marker for execution quality in work visibility, priorities, and execution.\n\nFor year-end integrity, protect central trajectory decisions and use reinforcement layers for tactical precision. Keep the structural through-line visible while adapting tactics for your birthday-cycle choices around work visibility, priorities, and execution. This year rewards durable choices over performative motion as this birthday year matures through work visibility, priorities, and execution.",
"highlights": [
"Birthday reset theme is closure and release, clarifying what this new year is asking you to realign.",
"Solar-return tone is integration phase, setting the headline climate for this birthday cycle.",
"Natal Sun house arc is eighth house depth arc, pointing to the life-domain where growth compounds this year.",
"Saturn sextile Uranus peaks on Jan 15."
],
"cautions": [
"Protect your energy by setting boundaries around meetings or networking that drain you.",
"Guard against burnout by setting intentional limits on emotional labor—your resilience will be your strongest asset in this phase.",
"Keep in check the urge to second-guess your authority—your leadership here is strongest when you assert boundaries clearly."
],
"actions": [
"When stuck, ask: What would my ideal career day look like? Reverse-engineer from there.",
"Allocate toward a mentor who embodies the career path you aspire to—Cancer’s solar return signals a need for external validation that feels earned, not imposed.",
"Allocate toward a mentor or advisor who specializes in eighth-house dynamics (e.g., mergers, inheritances, partnerships).",
"My career path is a natural evolution, not a forced transition—trust the process."
],
"scores": {
"momentum": 100.0,
"clarity": 12.0,
"opportunity": 100.0,
"focus": 100.0,
"stability": 21.3,
"connection": 81.3
},
"intensity": "elevated",
"factor_details": [
{
"factor_type": "solar_return_tone",
"factor_value": "integration_phase",
"weight": 1.55,
"factor_insights": {
"motivation": "Cancer’s water energy now amplifies your ability to merge creativity with practical execution, turning ambitions into tangible momentum.",
"caution": "Guard against burnout by setting intentional limits on emotional labor—your resilience will be your strongest asset in this phase.",
"reflection": "What legacy are you building in this career phase? Cancer’s return to the solar chart forces you to reflect: Are your contributions authentic, or are you adapting to meet external expectations?",
"yearly_tip": "Invest in a mentor who embodies the career path you aspire to—Cancer’s solar return signals a need for external validation that feels earned, not imposed.",
"affirmation": "I release the need to control outcomes and embrace the flow of opportunities that serve my growth."
}
},
{
"factor_type": "birthday_year_reset",
"factor_value": "closure_and_release",
"weight": 1.6,
"factor_insights": {
"motivation": "The universe is nudging you toward a role that aligns with your true potential.",
"caution": "Protect your energy by setting boundaries around meetings or networking that drain you.",
"reflection": "Ask: What did I need to let go of to grow? Your career growth depends on it.",
"yearly_tip": "When stuck, ask: What would my ideal career day look like? Reverse-engineer from there.",
"affirmation": "My career path is a natural evolution, not a forced transition—trust the process."
}
},
{
"factor_type": "natal_sun_house_year_theme",
"factor_value": "eighth_house_depth_arc",
"weight": 1.45,
"factor_insights": {
"motivation": "Cancer’s emotional depth here means trust is earned through transparency; avoid assumptions about partners’ intentions.",
"caution": "Resist the urge to second-guess your authority—your leadership here is strongest when you assert boundaries clearly.",
"reflection": "Reflect on past high-pressure moments where you handled ambiguity well; replay those moments for resilience.",
"yearly_tip": "Invest in a mentor or advisor who specializes in eighth-house dynamics (e.g., mergers, inheritances, partnerships).",
"affirmation": "I honor my ability to protect what matters most through calculated risks and transparent boundaries."
}
}
],
"debug_trace": null
},
{
"section": "love_singles",
"title": "Love Singles yearly outlook: protective and intuitive (high)",
"summary": "The birthday reset arrives for Cancer with a high-voltage pulse around dating, attraction, and emotional openness. The solar-return storyline is an integration phase where aligning competing priorities becomes the real win, asking for reciprocity with emotional honesty instead of chemistry without alignment. If the timing feels slow, trust the build instead of chasing noise. Relationally, integration phase tone meets a closure and release reset pattern, and the real work lands in shared resources, intimacy, and deeper trust work. At year open, Saturn sextile Uranus peaks on Jan 15. At the central stretch, Jupiter opposition Juno peaks on Feb 15. At year close, Jupiter stations direct on Mar 15. These pivots reshape the kind of love you are available for. Treat this as a timing signal, not a pressure spike. For dating dynamics, Solar-return integration asks you to reconcile competing priorities into one coherent path; In dating terms, prioritize standards, reciprocity, and clean signals. Your emotional depth now demands intentional boundaries—listen to your instincts about what truly nourishes your heart. That stance helps the right people find you. Also, In romantic discovery terms, the birthday reset signature is closure and release, marking where your next chapter wants cleaner alignment; Dating-wise, let consistency filter attraction before momentum takes over. Journal about the people who once defined your worth—how did they shape your expectations for love? That stance helps the right people find you. For dating dynamics, Your natal Sun house theme is eighth house depth arc, so this area carries the clearest developmental signal; In dating terms, prioritize standards, reciprocity, and clean signals. The impulse is chemistry without alignment; the wiser move is reciprocity with emotional honesty. When the next birthday arrives, your quieter discipline should be visible in every domain. Keep grounding it through dating, attraction, and emotional openness. Watch for signs of emotional exhaustion in potential partners; a healthy love should never demand your constant care. That stance helps the right people find you.",
"deep_report": "For the long game, this yearly narrative keeps structure clear: dominant pressure first, supportive calibration second. For this yearly love singles arc, let chemistry be your orienting principle. The opening annual movement is unmistakable; the lived expression is this: The dominant influence now is birthday year reset signature of closure and release. For dating dynamics, the birthday reset signature is closure and release, marking where your next chapter wants cleaner alignment; In dating terms, prioritize standards, reciprocity, and clean signals.\n\nRelationally, the first move is This is your year to choose love that aligns with your truth, not the version you were promised by others. Anchor it through Watch for signs of emotional exhaustion in potential partners; a healthy love should never demand your constant care. Keep Journal about the people who once defined your worth—how did they shape your expectations for love active while reducing Be wary of people who want to fill the void you’re releasing—true love won’t need to compete with your independence. With Saturn sextile Uranus peaks on Jan 15 active, let this birthday-year signal reshape reciprocity in dating, attraction, and emotional openness through this year.\n\nInto integration mode, this final layer keeps the year coherent: The next strategic tension point is solar return tone signature of integration phase. In romantic discovery terms, Solar-return integration asks you to reconcile competing priorities into one coherent path; Dating-wise, let consistency filter attraction before momentum takes over. Connection friction grows around Your emotional depth now demands intentional boundaries—listen to your instincts about what truly nourishes your heart. Regulate it with Learn to say ‘I need time’ without guilt; your needs aren’t selfish—they’re survival.\n\nUse Your past wounds may still whisper ‘I’m unlovable,’ but this year, silence those echoes with self-trust to keep Overcommitment to ‘fixing’ others’ expectations can leave you emotionally exhausted—pause before acting from repeating. As Saturn conjunction Neptune peaks on Feb 15 peaks, recalibrate relational pacing in dating, attraction, and emotional openness across your birthday year. Into integration mode, this final layer keeps the year coherent: Pacing decisions in this yearly cycle are shaped by natal sun house year theme signature of eighth house depth arc. For dating dynamics, Your natal Sun house theme is eighth house depth arc, so this area carries the clearest developmental signal; In dating terms, prioritize standards, reciprocity, and clean signals.\n\nRelational timing sharpens through Avoid settling for familiarity. Build repeatability with Start this year by auditing your emotional and financial dependencies. Let What legacy do you want to leave in this relationship guide decisions around people who exploit your depth. As Jupiter stations direct on Mar 15 comes into focus, use it as a solar-year checkpoint for trust and boundaries in dating, attraction, and emotional openness this year.\n\nAcross the long game, coherence belongs to choices that respected core architecture before tactical noise. Sustained clarity will outperform intermittent intensity this year for your birthday-cycle choices around dating, attraction, and emotional openness. Let strategic patience shape decisions with lasting value as this birthday year matures through dating, attraction, and emotional openness. Year-long results improve when priorities stay hierarchically ordered while your birthday reset is being embodied in dating, attraction, and emotional openness.",
"highlights": [
"Birthday reset theme is closure and release, clarifying what this new year is asking you to realign.",
"Solar-return tone is integration phase, setting the headline climate for this birthday cycle.",
"Natal Sun house arc is eighth house depth arc, pointing to the life-domain where growth compounds this year.",
"Saturn sextile Uranus peaks on Jan 15."
],
"cautions": [
"Be wary of people who want to fill the void you’re releasing—true love won’t need to compete with your independence.",
"Overcommitment to ‘fixing’ others’ expectations can leave you emotionally exhausted—pause before acting.",
"Monitor people who exploit your depth. The eighth house demands reciprocity; if someone only takes, walk away before resentment builds."
],
"actions": [
"Watch for signs of emotional exhaustion in potential partners; a healthy love should never demand your constant care.",
"Learn to say ‘I need time’ without guilt; your needs aren’t selfish—they’re survival.",
"Open this year by auditing your emotional and financial dependencies. The eighth house demands transparency—what do you need to release to create space for something new?",
"Release what no longer aligns with my highest good and welcome love that honors my freedom."
],
"scores": {
"momentum": 100.0,
"clarity": 15.9,
"opportunity": 100.0,
"focus": 100.0,
"stability": 17.2,
"connection": 93.9
},
"intensity": "high",
"factor_details": [
{
"factor_type": "solar_return_tone",
"factor_value": "integration_phase",
"weight": 1.55,
"factor_insights": {
"motivation": "Your emotional depth now demands intentional boundaries—listen to your instincts about what truly nourishes your heart.",
"caution": "Overcommitment to ‘fixing’ others’ expectations can leave you emotionally exhausted—pause before acting.",
"reflection": "Your past wounds may still whisper ‘I’m unlovable,’ but this year, silence those echoes with self-trust.",
"yearly_tip": "Learn to say ‘I need time’ without guilt; your needs aren’t selfish—they’re survival.",
"affirmation": "Every ‘no’ I say is a step toward a ‘yes’ that aligns with my truth. I trust the timing."
}
},
{
"factor_type": "birthday_year_reset",
"factor_value": "closure_and_release",
"weight": 1.6,
"factor_insights": {
"motivation": "This is your year to choose love that aligns with your truth, not the version you were promised by others.",
"caution": "Be wary of people who want to fill the void you’re releasing—true love won’t need to compete with your independence.",
"reflection": "Journal about the people who once defined your worth—how did they shape your expectations for love?",
"yearly_tip": "Watch for signs of emotional exhaustion in potential partners; a healthy love should never demand your constant care.",
"affirmation": "I release what no longer aligns with my highest good and welcome love that honors my freedom."
}
},
{
"factor_type": "natal_sun_house_year_theme",
"factor_value": "eighth_house_depth_arc",
"weight": 1.45,
"factor_insights": {
"motivation": "Avoid settling for familiarity. The right dynamic will feel like a natural extension of your inner world, not a forced adjustment.",
"caution": "Watch for people who exploit your depth. The eighth house demands reciprocity; if someone only takes, walk away before resentment builds.",
"reflection": "What legacy do you want to leave in this relationship? The eighth house asks: Will I be remembered as someone who gave, or only took?",
"yearly_tip": "Start this year by auditing your emotional and financial dependencies. The eighth house demands transparency—what do you need to release to create space for something new?",
"affirmation": "I trust that my deepest needs will be met in a way that feels authentic to me, not imposed by others."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "590971a5748fb362",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "horoscope_birthday_post",
"endpoint_description": "Provides birthday horoscope reports.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-08T13:52:15.826003+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": ""
}
}