Planet-House Daily Sections Horoscope¶
The Planet-House Daily Sections Horoscope endpoint returns personalized-only Swiss Ephemeris house-based astrology reports.
Public mode is not supported for this surface. Birth vector fields are required.
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/planet/house/daily |
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 for period anchor resolution. 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. 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). Required for personalized house reports. |
birth_latitude | No | number (nullable) | 40.7128 | Birth latitude. Required for personalized house reports. |
birth_longitude | No | number (nullable) | -74.0060 | Birth longitude. Required for personalized house reports. |
birth_timezone | No | string (nullable) | America/New_York | Birth-time timezone override (IANA). Falls back to timezone. |
house_override | No | integer (nullable) | 10 | Optional deterministic house focus override. Allowed: 1 to 12. |
sections | No | array | ["career","money"] | Requested report sections. Allowed: love_singles, love_couples, career, friendship, health, money, communication, lifestyle. general is not allowed here; use /overview. |
planet | No | string | sun | Planet focus key. Allowed: sun, moon, mercury, venus, mars, jupiter, saturn, uranus, neptune, pluto, chiron, north_node, south_node, lilith, pallas, juno, vesta, eris, ceres. |
day | No | string | today | Relative daily anchor. Allowed: yesterday, today, tomorrow. Default: today. |
| ## Response |
Returns the raw engine payload plus gateway metadata:
_enterprise_api_metadata_
Personalized Mode Example¶
curl --request POST --url "https://api.numerologyapi.com/api/v1/horoscope/reports/planet/house/daily?lang=en" --header "X-API-Key: YOUR_API_KEY" --header "Content-Type: application/json" --data '{
"dob": "1992-07-16",
"timezone": "America/New_York",
"zodiac_system": "tropical",
"ayanamsa": "lahiri",
"house_system": "placidus",
"node_type": "true",
"tenant_id": "docs-smoke",
"birth_time": "13:45",
"birth_latitude": 40.7128,
"birth_longitude": -74.006,
"birth_timezone": "America/New_York",
"house_override": 10,
"planet": "sun",
"day": "today",
"sections": [
"career",
"money"
]
}'
Example Response¶
{
"report_type": "planet_house",
"sign": "CANCER",
"period": "daily",
"start": "2026-04-09T00:00:00",
"end": "2026-04-10T00:00:00",
"data": {
"period": "daily",
"start": "2026-04-09T00:00:00",
"end": "2026-04-10T00:00:00",
"snapshot": {
"timestamp": "2026-04-09T12:00:00",
"zodiac_system": "tropical",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.224071,
"ayanamsa_system": "lahiri",
"sun_sign": "ARIES",
"moon_sign": "CAPRICORN",
"rising_sign": "VIRGO",
"house_system": "P",
"house_cusps": [
161.6924,
186.013827,
215.276659,
248.620341,
282.855058,
314.297647,
341.6924,
6.013827,
35.276659,
68.620341,
102.855058,
134.297647
],
"positions": [
{
"name": "Sun",
"longitude": 19.64475544233151,
"tropical_longitude": 19.64475544233151,
"sidereal_longitude": 355.419022486965,
"latitude": -0.00015625541229057335,
"speed": 0.9823746533213473,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 19.64475544233151,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Moon",
"longitude": 281.8864373690246,
"tropical_longitude": 281.8864373690246,
"sidereal_longitude": 257.6607044136581,
"latitude": -4.295765307420144,
"speed": 11.97309170457133,
"sign": "CAPRICORN",
"tropical_sign": "CAPRICORN",
"sidereal_sign": "SAGITTARIUS",
"degree_in_sign": 11.886437369024577,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mercury",
"longitude": 352.5802572359631,
"tropical_longitude": 352.5802572359631,
"sidereal_longitude": 328.3545242805966,
"latitude": -2.2971296709056848,
"speed": 1.2194950548775936,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 22.580257235963074,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Venus",
"longitude": 42.084325282594584,
"tropical_longitude": 42.084325282594584,
"sidereal_longitude": 17.858592327228074,
"latitude": -0.0777587361654963,
"speed": 1.225972896324446,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 12.084325282594584,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Mars",
"longitude": 359.7532634372632,
"tropical_longitude": 359.7532634372632,
"sidereal_longitude": 335.5275304818967,
"latitude": -1.009787931441409,
"speed": 0.7788692227227461,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 29.753263437263172,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Jupiter",
"longitude": 106.43632944702173,
"tropical_longitude": 106.43632944702173,
"sidereal_longitude": 82.21059649165524,
"latitude": 0.37689533905247297,
"speed": 0.08873292598110066,
"sign": "CANCER",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 16.436329447021734,
"house": 11,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Saturn",
"longitude": 6.5992511458486,
"tropical_longitude": 6.5992511458486,
"sidereal_longitude": 342.3735181904821,
"latitude": -2.1361921758191063,
"speed": 0.1227594968320901,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 6.5992511458486,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Uranus",
"longitude": 59.14957632153192,
"tropical_longitude": 59.14957632153192,
"sidereal_longitude": 34.9238433661654,
"latitude": -0.16879422828172888,
"speed": 0.04787966917556078,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "TAURUS",
"degree_in_sign": 29.149576321531917,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Neptune",
"longitude": 2.5194795745925687,
"tropical_longitude": 2.5194795745925687,
"sidereal_longitude": 338.29374661922606,
"latitude": -1.3099498284729205,
"speed": 0.03655388844960104,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 2.5194795745925687,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pluto",
"longitude": 305.3384917540674,
"tropical_longitude": 305.3384917540674,
"sidereal_longitude": 281.1127587987009,
"latitude": -3.9731815545209166,
"speed": 0.012508214748788368,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 5.338491754067377,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Chiron",
"longitude": 26.210606894426327,
"tropical_longitude": 26.210606894426327,
"sidereal_longitude": 1.9848739390598138,
"latitude": 0.3579307208025253,
"speed": 0.05982722032578317,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 26.210606894426327,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Ceres",
"longitude": 39.85140044565914,
"tropical_longitude": 39.85140044565914,
"sidereal_longitude": 15.625667490292626,
"latitude": -4.459698464834262,
"speed": 0.39859821530256523,
"sign": "TAURUS",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 9.851400445659138,
"house": 9,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "North Node",
"longitude": 338.06468807384545,
"tropical_longitude": 338.06468807384545,
"sidereal_longitude": 313.838955118479,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 8.064688073845446,
"house": 6,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "South Node",
"longitude": 158.06468807384545,
"tropical_longitude": 158.06468807384545,
"sidereal_longitude": 133.83895511847902,
"latitude": 0.0,
"speed": -0.02522967145532394,
"sign": "VIRGO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 8.064688073845446,
"house": 12,
"retrograde": true,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Lilith",
"longitude": 252.29244356989153,
"tropical_longitude": 252.29244356989153,
"sidereal_longitude": 228.066710614525,
"latitude": -5.123204974212474,
"speed": 0.11201863529358284,
"sign": "SAGITTARIUS",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 12.292443569891532,
"house": 4,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Pallas",
"longitude": 354.6361388995335,
"tropical_longitude": 354.6361388995335,
"sidereal_longitude": 330.410405944167,
"latitude": 3.4361514264197948,
"speed": 0.3262291903539235,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "PISCES",
"degree_in_sign": 24.636138899533478,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Juno",
"longitude": 302.92237426346543,
"tropical_longitude": 302.92237426346543,
"sidereal_longitude": 278.6966413080989,
"latitude": 11.673348190740995,
"speed": 0.24853964788414096,
"sign": "AQUARIUS",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 2.9223742634654286,
"house": 5,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Vesta",
"longitude": 344.4979671991508,
"tropical_longitude": 344.4979671991508,
"sidereal_longitude": 320.27223424378434,
"latitude": -3.8728401831323054,
"speed": 0.47541753950246307,
"sign": "PISCES",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 14.497967199150821,
"house": 7,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
},
{
"name": "Eris",
"longitude": 25.211983606179118,
"tropical_longitude": 25.211983606179118,
"sidereal_longitude": 0.9862506508126041,
"latitude": -10.393050979080442,
"speed": 0.010881315418548417,
"sign": "ARIES",
"tropical_sign": "ARIES",
"sidereal_sign": "ARIES",
"degree_in_sign": 25.211983606179118,
"house": 8,
"retrograde": false,
"ayanamsa_value": 24.224071485980346
}
],
"aspects": [
{
"body1": "Sun",
"body2": "Moon",
"aspect": "square",
"orb": 7.76,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Mercury",
"aspect": "semi-sextile",
"orb": 2.94,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Jupiter",
"aspect": "square",
"orb": 3.21,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Chiron",
"aspect": "conjunction",
"orb": 6.57,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Lilith",
"aspect": "trine",
"orb": 7.35,
"exact": false,
"applying": false
},
{
"body1": "Sun",
"body2": "Eris",
"aspect": "conjunction",
"orb": 5.57,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Venus",
"aspect": "trine",
"orb": 0.2,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Jupiter",
"aspect": "opposition",
"orb": 4.55,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Saturn",
"aspect": "square",
"orb": 5.29,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Uranus",
"aspect": "sesquiquadrate",
"orb": 2.26,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Ceres",
"aspect": "trine",
"orb": 2.04,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "North Node",
"aspect": "sextile",
"orb": 3.82,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "South Node",
"aspect": "trine",
"orb": 3.82,
"exact": false,
"applying": false
},
{
"body1": "Moon",
"body2": "Lilith",
"aspect": "semi-sextile",
"orb": 0.41,
"exact": true,
"applying": false
},
{
"body1": "Moon",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.61,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Mars",
"aspect": "conjunction",
"orb": 7.17,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Jupiter",
"aspect": "trine",
"orb": 6.14,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pluto",
"aspect": "semi-square",
"orb": 2.24,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Ceres",
"aspect": "semi-square",
"orb": 2.27,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 2.06,
"exact": false,
"applying": false
},
{
"body1": "Mercury",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 2.63,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Mars",
"aspect": "semi-square",
"orb": 2.67,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Jupiter",
"aspect": "sextile",
"orb": 4.35,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Pluto",
"aspect": "square",
"orb": 6.75,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Ceres",
"aspect": "conjunction",
"orb": 2.23,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "North Node",
"aspect": "sextile",
"orb": 4.02,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "South Node",
"aspect": "trine",
"orb": 4.02,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 0.21,
"exact": true,
"applying": false
},
{
"body1": "Venus",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 2.45,
"exact": false,
"applying": false
},
{
"body1": "Venus",
"body2": "Vesta",
"aspect": "sextile",
"orb": 2.41,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Saturn",
"aspect": "conjunction",
"orb": 6.85,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Uranus",
"aspect": "sextile",
"orb": 0.6,
"exact": true,
"applying": false
},
{
"body1": "Mars",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 2.77,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pluto",
"aspect": "sextile",
"orb": 5.59,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 5.12,
"exact": false,
"applying": false
},
{
"body1": "Mars",
"body2": "Juno",
"aspect": "sextile",
"orb": 3.17,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Uranus",
"aspect": "semi-square",
"orb": 2.29,
"exact": false,
"applying": false
},
{
"body1": "Jupiter",
"body2": "Vesta",
"aspect": "trine",
"orb": 1.94,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Neptune",
"aspect": "conjunction",
"orb": 4.08,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Pluto",
"aspect": "sextile",
"orb": 1.26,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 1.47,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "South Node",
"aspect": "quincunx",
"orb": 1.47,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Lilith",
"aspect": "trine",
"orb": 5.69,
"exact": false,
"applying": false
},
{
"body1": "Saturn",
"body2": "Juno",
"aspect": "sextile",
"orb": 3.68,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Neptune",
"aspect": "sextile",
"orb": 3.37,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pluto",
"aspect": "trine",
"orb": 6.19,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Chiron",
"aspect": "semi-sextile",
"orb": 2.94,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Pallas",
"aspect": "sextile",
"orb": 4.51,
"exact": false,
"applying": false
},
{
"body1": "Uranus",
"body2": "Juno",
"aspect": "trine",
"orb": 3.77,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pluto",
"aspect": "sextile",
"orb": 2.82,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Pallas",
"aspect": "conjunction",
"orb": 7.88,
"exact": false,
"applying": false
},
{
"body1": "Neptune",
"body2": "Juno",
"aspect": "sextile",
"orb": 0.4,
"exact": true,
"applying": false
},
{
"body1": "Pluto",
"body2": "Ceres",
"aspect": "square",
"orb": 4.51,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "North Node",
"aspect": "semi-sextile",
"orb": 2.73,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "South Node",
"aspect": "quincunx",
"orb": 2.73,
"exact": false,
"applying": false
},
{
"body1": "Pluto",
"body2": "Juno",
"aspect": "conjunction",
"orb": 2.42,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Lilith",
"aspect": "sesquiquadrate",
"orb": 1.08,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Pallas",
"aspect": "semi-sextile",
"orb": 1.57,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Juno",
"aspect": "square",
"orb": 6.71,
"exact": false,
"applying": false
},
{
"body1": "Chiron",
"body2": "Eris",
"aspect": "conjunction",
"orb": 1.0,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "North Node",
"aspect": "sextile",
"orb": 1.79,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "South Node",
"aspect": "trine",
"orb": 1.79,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Lilith",
"aspect": "quincunx",
"orb": 2.44,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Pallas",
"aspect": "semi-square",
"orb": 0.22,
"exact": true,
"applying": false
},
{
"body1": "Ceres",
"body2": "Juno",
"aspect": "square",
"orb": 6.93,
"exact": false,
"applying": false
},
{
"body1": "Ceres",
"body2": "Vesta",
"aspect": "sextile",
"orb": 4.65,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "South Node",
"aspect": "opposition",
"orb": 0.0,
"exact": true,
"applying": false
},
{
"body1": "North Node",
"body2": "Lilith",
"aspect": "square",
"orb": 4.23,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Vesta",
"aspect": "conjunction",
"orb": 6.43,
"exact": false,
"applying": false
},
{
"body1": "North Node",
"body2": "Eris",
"aspect": "semi-square",
"orb": 2.15,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Lilith",
"aspect": "square",
"orb": 4.23,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Vesta",
"aspect": "opposition",
"orb": 6.43,
"exact": false,
"applying": false
},
{
"body1": "South Node",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.15,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Vesta",
"aspect": "square",
"orb": 2.21,
"exact": false,
"applying": false
},
{
"body1": "Lilith",
"body2": "Eris",
"aspect": "sesquiquadrate",
"orb": 2.08,
"exact": false,
"applying": false
},
{
"body1": "Pallas",
"body2": "Eris",
"aspect": "semi-sextile",
"orb": 0.58,
"exact": true,
"applying": false
},
{
"body1": "Juno",
"body2": "Eris",
"aspect": "square",
"orb": 7.71,
"exact": false,
"applying": false
}
]
},
"metrics": {
"sample_count": 1,
"aspect_counts": {
"square": 11,
"semi-sextile": 8,
"conjunction": 13,
"trine": 11,
"opposition": 3,
"sesquiquadrate": 4,
"sextile": 16,
"semi-square": 7,
"quincunx": 4
},
"retrograde_bodies": [
"North Node",
"South Node"
],
"sign_changes": []
},
"notable_events": [
"Neptune sextile Juno exact on Apr 09",
"Mars sextile Uranus exact on Apr 09",
"Chiron conjunction Eris exact on Apr 09",
"Moon trine Venus exact on Apr 09",
"North Node retrograde emphasis",
"South Node retrograde emphasis"
],
"period_events": [
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Neptune",
"body2": "Juno",
"sign": null,
"aspect": "sextile",
"exactness": 0.4,
"narrative_priority": 1.7,
"section_bias": {
"general": 1.0,
"health": 0.5,
"lifestyle": 0.6
},
"description": "Neptune sextile Juno exact on Apr 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Mars",
"body2": "Uranus",
"sign": null,
"aspect": "sextile",
"exactness": 0.6,
"narrative_priority": 1.69,
"section_bias": {
"general": 1.0,
"career": 0.8,
"health": 0.6,
"love_singles": 0.3,
"lifestyle": 0.7,
"communication": 0.4
},
"description": "Mars sextile Uranus exact on Apr 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Chiron",
"body2": "Eris",
"sign": null,
"aspect": "conjunction",
"exactness": 1.0,
"narrative_priority": 1.615,
"section_bias": {
"general": 1.0,
"health": 0.8,
"love_couples": 0.4
},
"description": "Chiron conjunction Eris exact on Apr 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "exact_aspect",
"body1": "Moon",
"body2": "Venus",
"sign": null,
"aspect": "trine",
"exactness": 0.2,
"narrative_priority": 1.6,
"section_bias": {
"general": 1.4,
"love_singles": 1.3,
"love_couples": 1.4,
"friendship": 0.7,
"health": 0.3,
"money": 0.5
},
"description": "Moon trine Venus exact on Apr 09"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "retrograde_emphasis",
"body1": "North Node",
"body2": null,
"sign": null,
"aspect": null,
"exactness": null,
"narrative_priority": 1.125,
"section_bias": {
"general": 1.4,
"career": 0.4,
"love_singles": 0.3
},
"description": "North Node retrograde emphasis"
},
{
"timestamp": "2026-04-09T12:00:00",
"event_type": "retrograde_emphasis",
"body1": "South Node",
"body2": null,
"sign": null,
"aspect": null,
"exactness": null,
"narrative_priority": 1.035,
"section_bias": {
"general": 1.2999999999999998,
"lifestyle": 0.4,
"friendship": 0.3
},
"description": "South Node retrograde emphasis"
}
],
"factor_values": {
"transits_archetypes": "conjunction_growth",
"aspects": "conjunction",
"planet_core_archetypes": "sun_core",
"planet_condition_archetypes": "direct_flow",
"planet_sign_archetypes": "element_fire",
"planet_house_focus": "tenth_house"
},
"focus_source": "override",
"planet_focus_source": "override",
"top_drivers": [
{
"factor_type": "planet_core_archetypes",
"factor_value": "sun_core",
"weight": 1.45,
"influence": "Channel your intuitive leadership to redefine how your team sees your vision—Cancer’s emotional depth is your superpower for shaping meaningful work."
},
{
"factor_type": "planet_condition_archetypes",
"factor_value": "direct_flow",
"weight": 1.3,
"influence": "Trust your gut instincts to guide decisions, but anchor them in tangible outcomes."
},
{
"factor_type": "transits_archetypes",
"factor_value": "conjunction_growth",
"weight": 1.3,
"influence": "Leverage emotional intelligence to align your vision with collective growth; this is your moment to shape meaningful impact."
},
{
"factor_type": "planet_house_focus",
"factor_value": "tenth_house",
"weight": 1.25,
"influence": "Cancer’s nurturing energy in this house demands you prioritize collective growth over individual ambition."
}
],
"aspect_signature": null,
"transit_windows": []
},
"sections": [
{
"section": "career",
"title": "Career daily outlook: protective and intuitive (high)",
"headline": "Planet-house focus in work visibility, priorities, and execution: sun core",
"summary": "Cancer, the day is planet-led via Sun; the meaningful leverage sits in work visibility, priorities, and execution. Today's planet thesis is a visibility-forward push where identity and direction need clean ownership, rewarding work that compounds more than visible busyness. Protect your focus window before adding new inputs. Neptune sextile Juno peaks on Apr 09. In career terms, In work visibility, priorities, and execution, Sun is the core narrative driver, so anchor delivery standards in execution quality to build visible professional traction; Professionally, convert this into concrete output and clean prioritization. Channel your intuitive leadership to redefine how your team sees your vision—Cancer’s emotional depth is your superpower for shaping meaningful work. This keeps your effort compounding. In parallel, At professional level, a conjunction growth pattern concentrates energy into one clear growth edge; At work, sequence this into focused execution and visible follow-through. Review past high-intensity projects—where did emotional alignment make the biggest difference in outcomes? Keep the move scoped and shippable. Let the day close on one decision that protects your signal quality. Keep it anchored in work visibility, priorities, and execution. Pair a high-energy task with a brief walk outside to ground yourself—Cancer’s sensitivity benefits from sensory reset before deep work. Tie this to one measurable output.",
"deep_report": "At daily scale, planet-house pressure sets sequence first, then supporting signals refine execution. In career terms, keep leverage as the anchor theme. Another planet-house strand now reshapes sequence: The opening thesis centers on planet core archetypes signature of sun core.\n\nIn career terms, In work visibility, priorities, and execution, Sun is the core narrative driver, so anchor delivery standards in execution quality to build visible professional traction; Professionally, convert this into concrete output and clean prioritization. Practically, the thesis is Channel your intuitive leadership to redefine how your team sees your vision—Cancer’s emotional depth is your superpower for shaping meaningful work. Turn it into progress through Pair a high-energy task with a brief walk outside to ground yourself—Cancer’s sensitivity benefits from sensory reset before deep work.\n\nCarry Notice where your intuition aligns with results—those moments reveal your true leadership style in high-stakes work environments and avoid Overidentifying with outcomes can lead to burnout; detach slightly to observe progress objectively and adjust with confidence. With Neptune sextile Juno peaks on Apr 09 active, read it as a planet-house execution marker in work visibility, priorities, and execution for today. Across today, planet-house coherence comes from honoring the core axis before reaction.\n\nUse the active axis as your filter before acting on noise for visible follow-through in your work today. Daily premium quality comes from coherent planet-house sequencing for visible follow-through in your work today.",
"highlights": [
"Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
"A conjunction growth pattern concentrates energy into one clear growth edge.",
"Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
"Planet house focus concentrates on public positioning, leadership pressure, and reputation decisions, making this life-area the main decision arena."
],
"cautions": [
"Overidentifying with outcomes can lead to burnout; detach slightly to observe progress objectively and adjust with confidence.",
"Overidentify with team emotions and risk stifling progress; maintain a measured, strategic approach.",
"Overindulging in emotional discussions may dilute focus; strike a balance between empathy and strategic direction.",
"Hold back from the urge to micromanage creative projects—let your team’s autonomy thrive."
],
"actions": [
"Pair a high-energy task with a brief walk outside to ground yourself—Cancer’s sensitivity benefits from sensory reset before deep work.",
"Keep a private journal entry: ‘What’s one leadership decision I’m most proud of today?’ (No overthinking—just clarity.).",
"Delegate tasks with clear deadlines and follow-ups—your Cancer energy thrives on purposeful delegation.",
"Open meetings with a 5-minute check-in on emotional needs (e.g., ‘What’s one thing I can support you with?’)."
],
"scores": {
"momentum": 100.0,
"clarity": 39.1,
"opportunity": 100.0,
"focus": 78.9,
"stability": 33.4,
"connection": 79.7
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "conjunction_growth",
"weight": 1.3,
"factor_insights": {
"motivation": "Leverage emotional intelligence to align your vision with collective growth; this is your moment to shape meaningful impact.",
"caution": "Overindulging in emotional discussions may dilute focus; strike a balance between empathy and strategic direction.",
"reflection": "Review past high-intensity projects—where did emotional alignment make the biggest difference in outcomes?",
"daily_tip": "Keep a private journal entry: ‘What’s one leadership decision I’m most proud of today?’ (No overthinking—just clarity.)",
"affirmation": "I lead with emotional intelligence, not control—my team trusts my vision because I trust their capacity to grow."
}
},
{
"factor_type": "aspects",
"factor_value": "conjunction",
"weight": 1.2,
"factor_insights": {
"motivation": "Avoid overthinking the details; trust that the right opportunities align with your natural rhythm.",
"caution": "Be mindful of burnout; your career growth thrives when you balance ambition with rest.",
"reflection": "What’s one creative project you’ve been avoiding? This conjunction is nudging you to reclaim it—your skills belong here.",
"daily_tip": "End your workday by listing one win in your creative output, no matter how small.",
"affirmation": "Opportunities align with my vision when I stay present to my instincts."
}
},
{
"factor_type": "planet_core_archetypes",
"factor_value": "sun_core",
"weight": 1.45,
"factor_insights": {
"motivation": "Channel your intuitive leadership to redefine how your team sees your vision—Cancer’s emotional depth is your superpower for shaping meaningful work.",
"caution": "Overidentifying with outcomes can lead to burnout; detach slightly to observe progress objectively and adjust with confidence.",
"reflection": "Notice where your intuition aligns with results—those moments reveal your true leadership style in high-stakes work environments.",
"daily_tip": "Pair a high-energy task with a brief walk outside to ground yourself—Cancer’s sensitivity benefits from sensory reset before deep work.",
"affirmation": "My leadership is rooted in empathy, not perfection—I trust my team’s potential as much as my own vision."
}
},
{
"factor_type": "planet_condition_archetypes",
"factor_value": "direct_flow",
"weight": 1.3,
"factor_insights": {
"motivation": "Trust your gut instincts to guide decisions, but anchor them in tangible outcomes.",
"caution": "Overidentify with team emotions and risk stifling progress; maintain a measured, strategic approach.",
"reflection": "Write down three concrete wins from today. Review them to reinforce your role as a catalyst.",
"daily_tip": "Delegate tasks with clear deadlines and follow-ups—your Cancer energy thrives on purposeful delegation.",
"affirmation": "I protect my energy by setting boundaries, ensuring my high intensity fuels, not drains, my work."
}
},
{
"factor_type": "planet_sign_archetypes",
"factor_value": "element_fire",
"weight": 1.15,
"factor_insights": {
"motivation": "The fire in you now isn’t just passion; it’s a catalyst for transformative momentum in your professional path.",
"caution": "Resist the urge to rush decisions; let your fire fuel deliberate action rather than impulsive moves.",
"reflection": "Review past successes: Where did your emotional drive align with tangible results? What patterns emerge?",
"daily_tip": "Delegate tasks that require precision to others; your fire belongs in vision, not execution details.",
"affirmation": "I lead with confidence, balancing intuition with action to drive meaningful progress in my career."
}
},
{
"factor_type": "planet_house_focus",
"factor_value": "tenth_house",
"weight": 1.25,
"factor_insights": {
"motivation": "Cancer’s nurturing energy in this house demands you prioritize collective growth over individual ambition.",
"caution": "Resist the urge to micromanage creative projects—let your team’s autonomy thrive.",
"reflection": "Ask: How can I use my nurturing to inspire, not just direct?",
"daily_tip": "Start meetings with a 5-minute check-in on emotional needs (e.g., ‘What’s one thing I can support you with?’).",
"affirmation": "I lead with compassionate authority, trusting my intuition to guide high-stakes decisions."
}
}
],
"debug_trace": null
},
{
"section": "money",
"title": "Money daily outlook: protective and intuitive (high)",
"headline": "Planet-house activation for resources, spending choices, and value alignment: sun core",
"summary": "Today's planet-led tone for Cancer runs through Sun, concentrating on resources, spending choices, and value alignment. Today keeps testing emotional spending loops versus value-led financial decisions; the wiser answer is the latter. Let clarity set the pace before speed enters the room. Neptune sextile Juno peaks on Apr 09. In money terms, with Sun leading resources, spending choices, and value alignment, route effort through value-led allocation; this keeps spending discipline aligned with financial stability; Financially, apply this through value-based decisions and disciplined timing. Today, ask: Where does my money align with my deepest needs? Let the answer guide cuts, not habit. That perspective strengthens financial discipline. Also, At resource-management level, a conjunction growth pattern concentrates energy into one clear growth edge; with money, convert this into timing discipline and values-led choices. What does my future self need most right now? This isn’t about greed—it’s about clarity. Align spending with what truly supports your long-term goals. This helps you protect long-term stability. Let today end with one deliberate decision fully executed. Keep it anchored in resources, spending choices, and value alignment. Set a ‘watering’ limit: Only fund what’s essential. The rest is like overfeeding plants—it withers. Anchor the move to value, not impulse.",
"deep_report": "This day starts with planet-house emphasis, then folds in timing weather and geometry. For this daily money arc, let reserves be your orienting principle.\n\nFor day-end coherence, this planet-house line matters: At the core of this daily arc is planet core archetypes signature of sun core. In money terms, with Sun leading resources, spending choices, and value alignment, route effort through value-led allocation; this keeps spending discipline aligned with financial stability; Financially, apply this through value-based decisions and disciplined timing. In practical terms, the priority is Today, ask: Where does my money align with my deepest needs. Convert it into outcomes via Set a ‘watering’ limit: Only fund what’s essential. Keep Cancer’s core is security; align your money with what feels like a lifeline, not a cage alive and avoid emotional overdrafts—when Cancer’s protective mode kicks in, resist the urge to ‘protect’ by hoarding. As Neptune sextile Juno peaks on Apr 09 comes into focus, sequence priorities in resources, spending choices, and value alignment with planet-house precision today.\n\nAs timing matures, this cue directs leverage; the practical consequence is this: A meaningful counter-pressure comes through transit pattern of conjunction growth. At resource-management level, a conjunction growth pattern concentrates energy into one clear growth edge; with money, convert this into timing discipline and values-led choices. Execution pressure rises around You’re not just managing money—you’re nurturing a legacy. Stabilize workflow through Use the ‘24-hour rule’ for non-essential purchases. Keep What does my future self need most right now present and watch spreading yourself too thin with multiple high-risk investments or debt. As Mars sextile Uranus peaks on Apr 09 peaks, tighten delivery choices in resources, spending choices, and value alignment within this planet-house cycle.\n\nDaily planet-house quality improves when focused-planet intent leads through house context.",
"highlights": [
"Sun is the core driver, so choices linked to this planet's themes carry the strongest signal.",
"A conjunction growth pattern concentrates energy into one clear growth edge.",
"Planetary condition is direct flow, setting the tempo for how quickly results compound this cycle.",
"Planet house focus concentrates on earnings visibility through reputation, positioning, and delivery quality, making this life-area the main decision arena."
],
"cautions": [
"Steer clear of emotional overdrafts—when Cancer’s protective mode kicks in, resist the urge to ‘protect’ by hoarding.",
"Keep clear of ‘emotional’ withdrawals from accounts—this isn’t about deprivation; it’s about intentional spending.",
"Monitor spreading yourself too thin with multiple high-risk investments or debt. This is a time to consolidate, not expand.",
"Avoid comparing your tenth-house progress to others; this house judges itself by its own standards."
],
"actions": [
"Set a ‘watering’ limit: Only fund what’s essential. The rest is like overfeeding plants—it withers.",
"Use the ‘24-hour rule’ for non-essential purchases. If you’re tempted to spend, wait a day. Often, the urge fades—and you’ll feel more confident in your choice.",
"Use your phone’s ‘low battery’ reminder as a financial wake-up: When energy is low, so is discipline—plan ahead.",
"End the day by journaling: What’s one financial decision I could have handled differently?"
],
"scores": {
"momentum": 100.0,
"clarity": 37.3,
"opportunity": 100.0,
"focus": 82.5,
"stability": 35.4,
"connection": 80.6
},
"intensity": "high",
"factor_details": [
{
"factor_type": "transits_archetypes",
"factor_value": "conjunction_growth",
"weight": 1.3,
"factor_insights": {
"motivation": "You’re not just managing money—you’re nurturing a legacy. Treat this period like a garden: water it wisely, and it will flourish.",
"caution": "Avoid spreading yourself too thin with multiple high-risk investments or debt. This is a time to consolidate, not expand.",
"reflection": "Ask: What does my future self need most right now? This isn’t about greed—it’s about clarity. Align spending with what truly supports your long-term goals.",
"daily_tip": "Use the ‘24-hour rule’ for non-essential purchases. If you’re tempted to spend, wait a day. Often, the urge fades—and you’ll feel more confident in your choice.",
"affirmation": "I honor my financial needs with clarity and intention. Every decision I make today strengthens my ability to create abundance in the future."
}
},
{
"factor_type": "aspects",
"factor_value": "conjunction",
"weight": 1.2,
"factor_insights": {
"motivation": "This conjunction nudges you to redefine what ‘enough’ means for your bank account, not just your heart’s needs.",
"caution": "Avoid emotional spending tied to mood swings; this aspect amplifies the need for discipline.",
"reflection": "Reframe ‘rest’ as ‘restocking’—your wallet needs replenishment, just like your emotions.",
"daily_tip": "Open your bank app right now and check your balance. Name three areas where you’re over/underfunding yourself.",
"affirmation": "I am disciplined enough to protect my resources, just as I am compassionate with myself."
}
},
{
"factor_type": "planet_core_archetypes",
"factor_value": "sun_core",
"weight": 1.45,
"factor_insights": {
"motivation": "Today, ask: Where does my money align with my deepest needs? Let the answer guide cuts, not habit.",
"caution": "Avoid emotional overdrafts—when Cancer’s protective mode kicks in, resist the urge to ‘protect’ by hoarding.",
"reflection": "Cancer’s core is security; align your money with what feels like a lifeline, not a cage.",
"daily_tip": "Set a ‘watering’ limit: Only fund what’s essential. The rest is like overfeeding plants—it withers.",
"affirmation": "I protect my resources with the same care I’d give a child’s safety. Every dollar is sacred."
}
},
{
"factor_type": "planet_condition_archetypes",
"factor_value": "direct_flow",
"weight": 1.3,
"factor_insights": {
"motivation": "This isn’t about deprivation, but about meaningful control—where every dollar serves your values.",
"caution": "Avoid ‘emotional’ withdrawals from accounts—this isn’t about deprivation; it’s about intentional spending.",
"reflection": "Reframe ‘needs’ vs. ‘wants’: A Cancer’s needs are deeply tied to emotional well-being—align spending accordingly.",
"daily_tip": "Use your phone’s ‘low battery’ reminder as a financial wake-up: When energy is low, so is discipline—plan ahead.",
"affirmation": "I honor my needs as a priority, and my money flows with intention and ease."
}
},
{
"factor_type": "planet_sign_archetypes",
"factor_value": "element_fire",
"weight": 1.15,
"factor_insights": {
"motivation": "Trust that your instincts are guiding you toward investments that grow with your values, not just those that flash brightly.",
"caution": "Avoid impulsive withdrawals or emotional spending when emotions run high; Fire’s intensity can blur boundaries between need and desire.",
"reflection": "Reflect on how your past financial decisions align with your current priorities—Cancer’s memory holds lessons about what truly matters.",
"daily_tip": "Open your bank app and review your last 3 transactions. Cancel or reclassify one that doesn’t align with your values—Fire’s energy will push you to act.",
"affirmation": "I am disciplined with my money, but flexible with my needs—balance is my strength."
}
},
{
"factor_type": "planet_house_focus",
"factor_value": "tenth_house",
"weight": 1.25,
"factor_insights": {
"motivation": "Guard your emotional energy—every dollar you protect today is a shield against future financial surprises.",
"caution": "Avoid comparing your tenth-house progress to others; this house judges itself by its own standards.",
"reflection": "The tenth house is where legacy begins. Invest in assets that honor your future self.",
"daily_tip": "End the day by journaling: What’s one financial decision I could have handled differently?",
"affirmation": "Every dollar I manage today is a step toward stability and purpose."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "61206457d3740647",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "horoscope_report_planet_house_daily_post",
"endpoint_description": "Provides personalized daily planet-house report sections (non-general sections).",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-09T07:27:09.382981+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": ""
}
}