Skip to content

Today Career Horoscope

The Today Career Horoscope endpoint provides insights into career trends, opportunities, and guidance for the current day.
It is perfect for users seeking daily professional direction, motivation, or reflections to help optimize their workday.


Language: English-only (currently)

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/career/today

Request Body

Name Required Type Example Description
dob Yes string 1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$
timezone No string America/New_York IANA timezone used to resolve period anchors accurately. Default: UTC
include_snapshot No boolean (nullable) - Optional compact mode switch. Set false to omit snapshot block from response payload.
include_positions No boolean (nullable) - Optional compact mode switch. Set false to omit positions arrays from response payload.
zodiac_system No string (nullable) tropical Zodiac computation mode. Allowed: sidereal, tropical
ayanamsa No string (nullable) lahiri Sidereal ayanamsa system (used when sidereal mode is selected). Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system No string (nullable) placidus House calculation system. Allowed: placidus, whole_sign, equal, koch
node_type No string (nullable) true Lunar node mode. Allowed: true, mean
tenant_id No string (nullable) docs-smoke Optional tenant/cache namespace override.
birth_time No string (nullable) 13:45 Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$
birth_latitude No number (nullable) 40.7128 Birth latitude. Provide with birth_longitude.
birth_longitude No number (nullable) -74.0060 Birth longitude. Provide with birth_latitude.
birth_timezone No string (nullable) America/New_York Birth-time timezone override (IANA).
## Personalized Mode Example (Recommended)

Personalized mode activates additional deterministic Swiss Ephemeris vectors (for example houses, timing vectors, and optional astrological layers). That means two users with the same sign can still receive different report editorials when birth details differ.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/career/today?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"
}'

Public Mode Example (General Sign-Based)

General mode is production-usable and is computed with non-personalized layers. It is sign-based, so users sharing the same sign receive the same core reading for the same period. Use this mode when you want stable sign-level output without per-user birth-vector differences.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/career/today?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York"
}'

Example Response

{
  "report_type": "horoscope",
  "sign": "CANCER",
  "period": "daily",
  "start": "2026-04-07T00:00:00",
  "end": "2026-04-08T00:00:00",
  "data": {
    "period": "daily",
    "start": "2026-04-07T00:00:00",
    "end": "2026-04-08T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-07T12:00:00",
      "zodiac_system": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.223995,
      "ayanamsa_system": "lahiri",
      "sun_sign": "ARIES",
      "moon_sign": "SAGITTARIUS",
      "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": 17.67891408687769,
          "tropical_longitude": 17.67891408687769,
          "sidereal_longitude": 353.45329281526136,
          "latitude": -0.00018276798177510123,
          "speed": 0.9833568354478606,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 17.67891408687769,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Moon",
          "longitude": 258.09451271335615,
          "tropical_longitude": 258.09451271335615,
          "sidereal_longitude": 233.86889144173983,
          "latitude": -5.086088956732362,
          "speed": 11.868267695403189,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 18.094512713356153,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Mercury",
          "longitude": 350.21547763315976,
          "tropical_longitude": 350.21547763315976,
          "sidereal_longitude": 325.9898563615435,
          "latitude": -2.1233831147322704,
          "speed": 1.1441595806289344,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 20.215477633159765,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Venus",
          "longitude": 39.63105778306125,
          "tropical_longitude": 39.63105778306125,
          "sidereal_longitude": 15.40543651144496,
          "latitude": -0.16631386594268807,
          "speed": 1.227182000669275,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.631057783061252,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Mars",
          "longitude": 358.19455403951764,
          "tropical_longitude": 358.19455403951764,
          "sidereal_longitude": 333.9689327679014,
          "latitude": -1.0186039576358337,
          "speed": 0.7797196259007054,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 28.19455403951764,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Jupiter",
          "longitude": 106.2641222810335,
          "tropical_longitude": 106.2641222810335,
          "sidereal_longitude": 82.0385010094172,
          "latitude": 0.3755783866557581,
          "speed": 0.08334497510885186,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 16.264122281033494,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Saturn",
          "longitude": 6.3531106501695085,
          "tropical_longitude": 6.3531106501695085,
          "sidereal_longitude": 342.12748937855326,
          "latitude": -2.1340493104865295,
          "speed": 0.12325699486012033,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 6.3531106501695085,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Uranus",
          "longitude": 59.05468596185015,
          "tropical_longitude": 59.05468596185015,
          "sidereal_longitude": 34.82906469023387,
          "latitude": -0.16927301857817117,
          "speed": 0.046892177579762266,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 29.054685961850147,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Neptune",
          "longitude": 2.445978539364558,
          "tropical_longitude": 2.445978539364558,
          "sidereal_longitude": 338.2203572677482,
          "latitude": -1.3093414992158183,
          "speed": 0.03682975638035889,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 2.445978539364558,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Pluto",
          "longitude": 305.31247973780876,
          "tropical_longitude": 305.31247973780876,
          "sidereal_longitude": 281.08685846619244,
          "latitude": -3.9668545785319056,
          "speed": 0.013390028981939285,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 5.312479737808758,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Chiron",
          "longitude": 26.091048285218868,
          "tropical_longitude": 26.091048285218868,
          "sidereal_longitude": 1.8654270136025883,
          "latitude": 0.36031159693034776,
          "speed": 0.05961150681553471,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.091048285218868,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Ceres",
          "longitude": 39.05528604725739,
          "tropical_longitude": 39.05528604725739,
          "sidereal_longitude": 14.829664775641097,
          "latitude": -4.520137741417602,
          "speed": 0.39739478904980524,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.05528604725739,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "North Node",
          "longitude": 338.172881863159,
          "tropical_longitude": 338.172881863159,
          "sidereal_longitude": 313.94726059154266,
          "latitude": 0.0,
          "speed": -0.07875036540025775,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 8.172881863158977,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "South Node",
          "longitude": 158.17288186315898,
          "tropical_longitude": 158.17288186315898,
          "sidereal_longitude": 133.94726059154266,
          "latitude": 0.0,
          "speed": -0.07875036540025775,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 8.172881863158977,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Lilith",
          "longitude": 252.06829325236245,
          "tropical_longitude": 252.06829325236245,
          "sidereal_longitude": 227.84267198074616,
          "latitude": -5.125862749467886,
          "speed": 0.1120200246167111,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 12.068293252362452,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Pallas",
          "longitude": 353.98254997430996,
          "tropical_longitude": 353.98254997430996,
          "sidereal_longitude": 329.75692870269364,
          "latitude": 3.567904375511222,
          "speed": 0.3272361431266616,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 23.98254997430996,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Juno",
          "longitude": 302.419881789253,
          "tropical_longitude": 302.419881789253,
          "sidereal_longitude": 278.1942605176367,
          "latitude": 11.602373687281121,
          "speed": 0.2538081243350781,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 2.4198817892529974,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Vesta",
          "longitude": 343.5449007785474,
          "tropical_longitude": 343.5449007785474,
          "sidereal_longitude": 319.31927950693114,
          "latitude": -3.8172465060813967,
          "speed": 0.47752668566381934,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 13.544900778547401,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        },
        {
          "name": "Eris",
          "longitude": 25.19015049136156,
          "tropical_longitude": 25.19015049136156,
          "sidereal_longitude": 0.9645292197452754,
          "latitude": -10.394645053592132,
          "speed": 0.010837141514527466,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 25.19015049136156,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.223994987731373
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Moon",
          "aspect": "trine",
          "orb": 0.42,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "semi-sextile",
          "orb": 2.54,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 1.41,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.61,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 7.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Mercury",
          "aspect": "square",
          "orb": 2.12,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Jupiter",
          "aspect": "quincunx",
          "orb": 1.83,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 2.22,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Chiron",
          "aspect": "trine",
          "orb": 8.0,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "conjunction",
          "orb": 6.03,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pallas",
          "aspect": "square",
          "orb": 5.89,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Juno",
          "aspect": "semi-square",
          "orb": 0.67,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 4.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Eris",
          "aspect": "trine",
          "orb": 7.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 7.98,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 3.95,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 0.1,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 3.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Juno",
          "aspect": "semi-square",
          "orb": 2.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 6.67,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 4.32,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 0.58,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 1.46,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 1.46,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 2.44,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.65,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Juno",
          "aspect": "square",
          "orb": 7.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 3.91,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 0.86,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 4.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 4.23,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Pallas",
          "aspect": "trine",
          "orb": 7.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 2.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 3.91,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 1.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Ceres",
          "aspect": "semi-sextile",
          "orb": 2.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 1.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 1.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.39,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.26,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 5.07,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.87,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.03,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 3.74,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 2.89,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "North Node",
          "aspect": "semi-square",
          "orb": 2.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "South Node",
          "aspect": "sesquiquadrate",
          "orb": 2.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 0.98,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 2.11,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 2.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 0.9,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 0.88,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 0.88,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.07,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.64,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.49,
          "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": 3.9,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 5.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 3.9,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 5.37,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 1.48,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 1.88,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 1.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.23,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 1,
      "aspect_counts": {
        "trine": 12,
        "semi-sextile": 8,
        "square": 13,
        "conjunction": 12,
        "quincunx": 4,
        "semi-square": 10,
        "sextile": 12,
        "sesquiquadrate": 4,
        "opposition": 2
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": []
    },
    "notable_events": [
      "Ceres sextile North Node exact on Apr 07",
      "Neptune sextile Juno exact on Apr 07",
      "Sun trine Moon exact on Apr 07",
      "Mars sextile Uranus exact on Apr 07",
      "Ceres trine South Node exact on Apr 07",
      "Chiron conjunction Eris exact on Apr 07",
      "Venus conjunction Ceres exact on Apr 07",
      "North Node retrograde emphasis",
      "South Node retrograde emphasis"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.88,
        "narrative_priority": 1.731,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "Ceres sextile North Node exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.03,
        "narrative_priority": 1.719,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Moon",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.42,
        "narrative_priority": 1.699,
        "section_bias": {
          "general": 2.3,
          "career": 0.5,
          "lifestyle": 0.5,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.3
        },
        "description": "Sun trine Moon exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Uranus",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.86,
        "narrative_priority": 1.677,
        "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 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "South Node",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.88,
        "narrative_priority": 1.621,
        "section_bias": {
          "general": 1.2999999999999998,
          "lifestyle": 0.4,
          "friendship": 0.3
        },
        "description": "Ceres trine South Node exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Chiron",
        "body2": "Eris",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.9,
        "narrative_priority": 1.62,
        "section_bias": {
          "general": 1.0,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Chiron conjunction Eris exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Ceres",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.58,
        "narrative_priority": 1.581,
        "section_bias": {
          "general": 0.6,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4
        },
        "description": "Venus conjunction Ceres exact on Apr 07"
      },
      {
        "timestamp": "2026-04-07T12: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-07T12: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": {
      "sun_in_sign": "ARIES",
      "moon_in_sign": "SAGITTARIUS",
      "rising_sign": "VIRGO",
      "transits_archetypes": "retrograde_review",
      "aspects": "square",
      "daily_house_focus": "ninth_house"
    }
  },
  "sections": [
    {
      "section": "career",
      "title": "Career daily outlook: protective and intuitive (high)",
      "summary": "For Cancer on April 7, the day opens with a high-voltage tone around work visibility, priorities, and execution. Execution matters more than urgency; ship what actually moves the needle. Sun trine Moon peaks on Apr 07. In career terms, retrograde review favors revision before expansion; Professionally, convert this into concrete output and clean prioritization. Embrace the pause: Retrograde energy forces you to assess what truly fuels your ambition. That framing improves strategic timing. In parallel, At professional level, the square aspect climate introduces friction that can be productive when handled deliberately; At work, sequence this into focused execution and visible follow-through. Observe how your emotional reactions shape decisions; are they aligned with long-term goals or short-term comfort? This keeps your effort compounding. End the day with a single decision you’re proud of; momentum starts with confidence. Tie this to one measurable output.",
      "deep_report": "The daily long-form reading begins with the clearest influence and then integrates secondary cues in sequence. In career terms, keep execution as the anchor theme. The main signal today is clear; the practical consequence is this: The opening thesis centers on transit pattern of retrograde review.\n\nIn career terms, retrograde review favors revision before expansion; Professionally, convert this into concrete output and clean prioritization. From an execution lens, center Embrace the pause: Retrograde energy forces you to assess what truly fuels your ambition. Make it concrete with End the day with a single decision you’re proud of; momentum starts with confidence.\n\nKeep What legacy do you want to leave in this role visible while limiting Overanalyzing decisions may stall momentum; trust that alignment will reveal itself in action. With Ceres sextile North Node peaks on Apr 07 active, treat it as execution timing for work visibility, priorities, and execution across today. To close the day cleanly, protect the central storyline and trim reactive noise.\n\nProtect your attention and let sequence create momentum for visible follow-through in your work today. Precision matters more than intensity in this window for visible follow-through in your work today. Keep your pace honest, and your outcomes stay clean for visible follow-through in your work today.\n\nToday rewards consistency over emotional improvisation for visible follow-through in your work today.",
      "highlights": [
        "Retrograde review favors revision before expansion.",
        "The square aspect climate introduces friction that can be productive when handled deliberately.",
        "The Moon in Sagittarius colors reactions with a bold, direct, and action-led emotional filter.",
        "House activation highlights teaching voice, publishing, and long-range market expansion as the most activated life areas this cycle."
      ],
      "cautions": [
        "Overanalyzing decisions may stall momentum; trust that alignment will reveal itself in action.",
        "Steer clear of people-pleasing in meetings; your Cancer energy demands you assert boundaries where necessary to uphold your vision.",
        "Avoid over-identifying with others' expectations; your Moon’s restless spirit thrives on authenticity, not compromise.",
        "Be wary of compartmentalizing this house’s themes; your career’s philosophical depth mustn’t isolate you from the tangible work that sustains it."
      ],
      "actions": [
        "End the day with a single decision you’re proud of; momentum starts with confidence.",
        "Delegate tasks that drain your emotional energy; your career thrives on what you create, not what you control.",
        "Close your shift by reviewing your Moon’s energy: Did Honor its need for freedom or creativity today?",
        "When faced with a decision, pause and ask: Does this align with the kind of work I’d be proud to leave behind? This isn’t about regret, but alignment."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 37.6,
        "opportunity": 100.0,
        "focus": 81.3,
        "stability": 32.7,
        "connection": 76.7
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "This energy demands action, but only when rooted in purpose. Avoid burnout by setting clear milestones tied to your values, not just momentum.",
            "caution": "Avoid dismissing feedback from colleagues who see your work through a different lens. Their insights may reveal blind spots your intuition isn’t yet catching.",
            "reflection": "How do you currently measure success in your career? If it’s tied to external validation (e.g., praise, promotions), shift toward intrinsic metrics tied to your growth and impact.",
            "daily_tip": "Set a ‘no-meeting’ boundary for 90 minutes after lunch. Use this time to reflect on your Cancer-Aries energy: What’s draining vs. what’s energizing? Adjust accordingly.",
            "affirmation": "Today, I honor my strengths without ignoring my limits. My energy is sustainable, my work is meaningful, and my confidence is unshaken."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SAGITTARIUS",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Your intuition is a compass—trust it to spot when collaboration could shift your career trajectory for the better.",
            "caution": "Avoid over-identifying with others' expectations; your Moon’s restless spirit thrives on authenticity, not compromise.",
            "reflection": "Reflect on how your emotional intelligence has shaped past collaborations—what lessons did you learn about trust and communication?",
            "daily_tip": "End your shift by reviewing your Moon’s energy: Did I honor its need for freedom or creativity today?",
            "affirmation": "I align my decisions with my Moon’s vision for growth, not others’ expectations."
          }
        },
        {
          "factor_type": "rising_sign",
          "factor_value": "VIRGO",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Channel your meticulous attention to refine how you present your work—details here define your credibility.",
            "caution": "Emotional sensitivity may clash with career demands; practice grounding techniques to stay present in high-stakes moments.",
            "reflection": "Visualize your ideal workday: What’s the first thing you do, and why? Align your actions with this vision.",
            "daily_tip": "Start your day by drafting one bullet-point summary of your top 3 priorities—Virgo’s clarity will sharpen your focus.",
            "affirmation": "Every career decision I make reflects my deepest purpose, not just my Virgo tendencies."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Embrace the pause: Retrograde energy forces you to assess what truly fuels your ambition.",
            "caution": "Overanalyzing decisions may stall momentum; trust that alignment will reveal itself in action.",
            "reflection": "What legacy do you want to leave in this role? Retrograde moments force clarity on legacy-building.",
            "daily_tip": "End the day with a single decision you’re proud of; momentum starts with confidence.",
            "affirmation": "I honor my leadership as a vessel for emotional wisdom, not just results."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "square",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Embrace the friction as your career’s path becomes unmistakably yours; the square is your compass, not your obstacle.",
            "caution": "Avoid people-pleasing in meetings; your Cancer energy demands you assert boundaries where necessary to uphold your vision.",
            "reflection": "Observe how your emotional reactions shape decisions; are they aligned with long-term goals or short-term comfort?",
            "daily_tip": "Delegate tasks that drain your emotional energy; your career thrives on what you create, not what you control.",
            "affirmation": "I protect my career with precision, not pity; every challenge is a step toward mastery."
          }
        },
        {
          "factor_type": "daily_house_focus",
          "factor_value": "ninth_house",
          "weight": 1.08,
          "factor_insights": {
            "motivation": "The ninth house’s call is to expand your perspective on work—where does your labor serve a larger, enduring purpose beyond your own immediate goals?",
            "caution": "Be wary of compartmentalizing this house’s themes; your career’s philosophical depth mustn’t isolate you from the tangible work that sustains it.",
            "reflection": "Reflect on a time you’ve felt truly seen for your intellectual or philosophical contributions. What did that look like, and how can you replicate that impact?",
            "daily_tip": "When faced with a decision, pause and ask: Does this align with the kind of work I’d be proud to leave behind? This isn’t about regret, but alignment.",
            "affirmation": "My work is a vessel for expanding perspectives, not just accumulating titles or credentials."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "b2de47e11588cf25",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_career_today_post",
    "endpoint_description": "Provides today's career and professional horoscope.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-07T23:44:37.251062+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": ""
  }
}