Aller au contenu

Sections Daily Transit Horoscope

L'endpoint Sections Daily Transit Horoscope renvoie des sections de rapports quotidiennes axées sur les transit, provenant du moteur horoscope interne.

Langue : uniquement en anglais (actuellement)

Support linguistique : Cet endpoint /api/v1/horoscope/reports/*, basé sur le moteur, prend actuellement en charge uniquement l'anglais (lang=en).

Endpoint

Méthode Chemin
POST https://api.numerologyapi.com/api/v1/horoscope/reports/transits/daily

Corps de la requête

Nom Obligatoire Type Exemple Description
dob Oui chaîne 1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}
timezone Non chaîne America/New_York IANA timezone used to resolve period anchors accurately. Default: UTC
include_snapshot Non booléen (facultatif) - Commutateur facultatif pour le mode compact. Définir sur false pour exclure le bloc de capture d'écran dans le payload de réponse.
include_positions Non booléen (facultatif) - Commutateur facultatif pour le mode compact. Définir sur false pour exclure les tableaux de positions dans le payload de réponse.
zodiac_system Non chaîne (facultatif) tropical Zodiac computation mode. Allowed: sidéral, tropical
ayanamsa Non chaîne (facultatif) lahiri Sidereal ayanamsa system. Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system Non chaîne (facultatif) placidus House calculation system. Allowed: placidus, whole_sign, equal, koch
node_type Non chaîne (facultatif) true Lunar node mode. Allowed: true, mean
tenant_id Non chaîne (facultatif) docs-smoke Commutateur facultatif pour remplacer l'espace de noms de locataire/cache.
birth_time Non chaîne (facultatif) 13:45 Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}
birth_latitude Non nombre (facultatif) 40.7128 Birth latitude. Provide with longitude_naissance.
birth_longitude Non nombre (facultatif) -74.0060 Birth longitude. Provide with latitude_naissance.
birth_timezone Non chaîne (facultatif) America/New_York Définition du fuseau horaire de naissance (IANA).
transit Non chaîne (facultatif) retrograde_review Optional override for engine focus. Allowed: action_activation, appel_aventure, flux_communication, défi_conjonction, croissance_conjonction, flux_créativité, point_décision, restriction_discipline, flux_émotionnel, focus_financier, conscience_santé, phase_introspection, opportunité_apprentissage, énergie_réseau, conflit_opposition, tension_relationnelle, examen_rétrograde, opportunité_sextile, alignement_spirituel, tension_croisée, harmonie_trinitaire
sections Non tableau ["career","money"] Requested report sections. Allowed: amour_célibataires, amour_couples, carrière, amitié, santé, argent, communication, style_de_vie. général is not allowed here; use /aperçu.
day Non string `today Relative daily anchor. Allowed: hier, aujourd'hui, demain. Default: aujourd'hui.

Réponse

Retourne le payload du moteur brut ainsi que les métadonnées du gateway :

  • _enterprise
  • _api_metadata_

Activation de la personnalisation

Pour générer un rapport de transit personnalisé (au lieu d'une sortie généralisée au niveau de l'utilisateur), inclure :

  • birth_time
  • birth_latitude et birth_longitude ensemble
  • éventuellement birth_timezone (reviendra à timezone)

Si ces champs de vecteur de naissance sont omis, l'endpoint fonctionne toujours en production en utilisant des couches généralisées basées sur les signes.

Exemple de mode personnalisé (Recommandé)

Le mode personnalisé active des vecteurs Swiss Ephemeris supplémentaires et déterministes (par exemple, les maisons, les vecteurs de temps et les couches astrologiques optionnelles). Cela signifie que deux utilisateurs ayant le même signe peuvent toujours recevoir des éditeurs de rapports différents lorsque les détails de naissance diffèrent.

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/transits/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",
  "day": "today",
  "transit": "retrograde_review",
  "sections": [
    "career",
    "money",
    "communication"
  ]
}'

Exemple de mode public (Basé sur les signes général)

Le mode public est utilisable en production et est calculé avec des couches astrologiques qui ne nécessitent pas d'options de vecteur de naissance personnalisé. Il est basé sur les signes, de sorte que les utilisateurs partageant le même signe reçoivent le même éditorial de lecture pour la même période.

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

Exemple de réponse

{
  "report_type": "transit",
  "sign": "CANCER",
  "period": "daily",
  "start": "2026-04-08T00:00:00",
  "end": "2026-04-09T00:00:00",
  "data": {
    "period": "daily",
    "start": "2026-04-08T00:00:00",
    "end": "2026-04-09T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-08T12:00:00",
      "zodiac_system": "tropical",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.224033,
      "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": 18.662080153343677,
          "tropical_longitude": 18.662080153343677,
          "sidereal_longitude": 354.4364031365586,
          "latitude": -0.00017314999039155018,
          "speed": 0.9828625761578493,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 18.662080153343677,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Moon",
          "longitude": 269.96461639695576,
          "tropical_longitude": 269.96461639695576,
          "sidereal_longitude": 245.73893938017068,
          "latitude": -4.795058451420149,
          "speed": 11.883451687140411,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SAGITTARIUS",
          "degree_in_sign": 29.964616396955762,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Mercury",
          "longitude": 351.37904025976906,
          "tropical_longitude": 351.37904025976906,
          "sidereal_longitude": 327.15336324298397,
          "latitude": -2.214814112326329,
          "speed": 1.1825791118193736,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 21.379040259769056,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Venus",
          "longitude": 40.857993678280415,
          "tropical_longitude": 40.857993678280415,
          "sidereal_longitude": 16.632316661495327,
          "latitude": -0.12219908113230322,
          "speed": 1.2265774637001046,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 10.857993678280415,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Mars",
          "longitude": 358.9741212040803,
          "tropical_longitude": 358.9741212040803,
          "sidereal_longitude": 334.7484441872952,
          "latitude": -1.01425612458948,
          "speed": 0.7792998540255472,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 28.97412120408029,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Jupiter",
          "longitude": 106.34887877141026,
          "tropical_longitude": 106.34887877141026,
          "sidereal_longitude": 82.12320175462516,
          "latitude": 0.37623825357820645,
          "speed": 0.08605169031338009,
          "sign": "CANCER",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 16.348878771410256,
          "house": 11,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Saturn",
          "longitude": 6.4763051665497295,
          "tropical_longitude": 6.4763051665497295,
          "sidereal_longitude": 342.2506281497647,
          "latitude": -2.1350962445667347,
          "speed": 0.1230171210889875,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 6.4763051665497295,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Uranus",
          "longitude": 59.101884166066846,
          "tropical_longitude": 59.101884166066846,
          "sidereal_longitude": 34.87620714928175,
          "latitude": -0.16903279984024824,
          "speed": 0.04739079233330246,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 29.101884166066846,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Neptune",
          "longitude": 2.4827979242698643,
          "tropical_longitude": 2.4827979242698643,
          "sidereal_longitude": 338.25712090748476,
          "latitude": -1.3096399800285514,
          "speed": 0.03669580398594739,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 2.4827979242698643,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Pluto",
          "longitude": 305.3257061064537,
          "tropical_longitude": 305.3257061064537,
          "sidereal_longitude": 281.1000290896686,
          "latitude": -3.970012080180854,
          "speed": 0.012950592230773949,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 5.325706106453708,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Chiron",
          "longitude": 26.150773562016752,
          "tropical_longitude": 26.150773562016752,
          "sidereal_longitude": 1.9250965452316586,
          "latitude": 0.3591183005080764,
          "speed": 0.05972523478798165,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 26.150773562016752,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Ceres",
          "longitude": 39.453042282157554,
          "tropical_longitude": 39.453042282157554,
          "sidereal_longitude": 15.227365265372471,
          "latitude": -4.489833691368399,
          "speed": 0.3980031154165485,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 9.453042282157554,
          "house": 9,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "North Node",
          "longitude": 338.1054320525856,
          "tropical_longitude": 338.1054320525856,
          "sidereal_longitude": 313.87975503580054,
          "latitude": 0.0,
          "speed": -0.05526456671736626,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 8.105432052585627,
          "house": 6,
          "retrograde": true,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "South Node",
          "longitude": 158.10543205258568,
          "tropical_longitude": 158.10543205258568,
          "sidereal_longitude": 133.87975503580054,
          "latitude": 0.0,
          "speed": -0.05526456671736626,
          "sign": "VIRGO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 8.105432052585684,
          "house": 12,
          "retrograde": true,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Lilith",
          "longitude": 252.18036865761533,
          "tropical_longitude": 252.18036865761533,
          "sidereal_longitude": 227.95469164083025,
          "latitude": -5.124555001082225,
          "speed": 0.11201934900409877,
          "sign": "SAGITTARIUS",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 12.180368657615332,
          "house": 4,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Pallas",
          "longitude": 354.3095960466505,
          "tropical_longitude": 354.3095960466505,
          "sidereal_longitude": 330.0839190298654,
          "latitude": 3.502091214623772,
          "speed": 0.3267412347686282,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 24.309596046650483,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Juno",
          "longitude": 302.67244499904115,
          "tropical_longitude": 302.67244499904115,
          "sidereal_longitude": 278.44676798225606,
          "latitude": 11.637665074974603,
          "speed": 0.2511989524314414,
          "sign": "AQUARIUS",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 2.672444999041147,
          "house": 5,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Vesta",
          "longitude": 344.0219611357695,
          "tropical_longitude": 344.0219611357695,
          "sidereal_longitude": 319.79628411898443,
          "latitude": -3.8449837093845414,
          "speed": 0.47647969009636404,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 14.021961135769516,
          "house": 7,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        },
        {
          "name": "Eris",
          "longitude": 25.20105590689525,
          "tropical_longitude": 25.20105590689525,
          "sidereal_longitude": 0.9753788901101663,
          "latitude": -10.393832559302957,
          "speed": 0.010860664063415876,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 25.20105590689525,
          "house": 8,
          "retrograde": false,
          "ayanamsa_value": 24.224033236855632
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "semi-sextile",
          "orb": 2.72,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 2.31,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Chiron",
          "aspect": "conjunction",
          "orb": 7.49,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 6.48,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 6.54,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Mars",
          "aspect": "square",
          "orb": 0.99,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Saturn",
          "aspect": "square",
          "orb": 6.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "quincunx",
          "orb": 0.86,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Neptune",
          "aspect": "square",
          "orb": 2.52,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Chiron",
          "aspect": "trine",
          "orb": 3.81,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pallas",
          "aspect": "square",
          "orb": 5.66,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Juno",
          "aspect": "semi-sextile",
          "orb": 2.71,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Eris",
          "aspect": "trine",
          "orb": 4.76,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Mars",
          "aspect": "conjunction",
          "orb": 7.6,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 5.03,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 1.05,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 2.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 7.36,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Jupiter",
          "aspect": "sextile",
          "orb": 5.49,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 5.53,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 1.4,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 2.75,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 2.75,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 1.32,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 1.55,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 3.16,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Saturn",
          "aspect": "conjunction",
          "orb": 7.5,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 0.13,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 3.51,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 4.66,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.25,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Pallas",
          "aspect": "trine",
          "orb": 7.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 2.33,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 3.99,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 1.15,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Ceres",
          "aspect": "semi-sextile",
          "orb": 2.98,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 1.63,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 1.63,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 3.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.38,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.22,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.95,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 4.79,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.57,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.84,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.19,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 4.13,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.78,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.78,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 2.65,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 1.03,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 1.84,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.52,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 2.87,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 0.95,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 1.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 1.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Lilith",
          "aspect": "quincunx",
          "orb": 2.73,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.14,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.78,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.57,
          "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.07,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 5.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 4.07,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 5.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 2.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 1.84,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 1.98,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 0.89,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 7.47,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 1,
      "aspect_counts": {
        "semi-sextile": 9,
        "square": 13,
        "conjunction": 13,
        "trine": 11,
        "quincunx": 5,
        "semi-square": 6,
        "sextile": 13,
        "sesquiquadrate": 3,
        "opposition": 2
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": []
    },
    "notable_events": [
      "Mars sextile Uranus exact on Apr 08",
      "Neptune sextile Juno exact on Apr 08",
      "Chiron conjunction Eris exact on Apr 08",
      "Moon square Mars exact on Apr 08",
      "North Node retrograde emphasis",
      "South Node retrograde emphasis"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-08T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Mars",
        "body2": "Uranus",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.13,
        "narrative_priority": 1.714,
        "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 08"
      },
      {
        "timestamp": "2026-04-08T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.19,
        "narrative_priority": 1.711,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 08"
      },
      {
        "timestamp": "2026-04-08T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Chiron",
        "body2": "Eris",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.95,
        "narrative_priority": 1.617,
        "section_bias": {
          "general": 1.0,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Chiron conjunction Eris exact on Apr 08"
      },
      {
        "timestamp": "2026-04-08T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Mars",
        "sign": null,
        "aspect": "square",
        "exactness": 0.99,
        "narrative_priority": 1.615,
        "section_bias": {
          "general": 1.4,
          "love_singles": 0.7,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8999999999999999,
          "career": 0.8
        },
        "description": "Moon square Mars exact on Apr 08"
      },
      {
        "timestamp": "2026-04-08T12: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-08T12: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": "retrograde_review",
      "aspects": "conjunction",
      "sun_in_sign": "ARIES",
      "moon_in_sign": "SAGITTARIUS",
      "rising_sign": "VIRGO",
      "daily_house_focus": "seventh_house"
    },
    "focus_source": "override"
  },
  "sections": [
    {
      "section": "career",
      "title": "Career daily outlook: protective and intuitive (high)",
      "headline": "Transit weather in work visibility, priorities, and execution: retrograde review",
      "summary": "A transit-led daily arc forms around retrograde review for Cancer, with emphasis on work visibility, priorities, and execution. Today’s transit logic rewards work that compounds more than visible busyness under revision pressure and strategic slowdown. Watch the climate shift once before you commit. Mars sextile Uranus peaks on Apr 08. In career terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Professionally, convert this into concrete output and clean prioritization. This high-intensity retrograde review asks: What’s a career decision rooted in your heart that could unravel if you don’t anchor it in tangible steps? This keeps your effort compounding. At the same time, At professional level, Conjunction patterns ease coordination and keep momentum usable; At work, sequence this into focused execution and visible follow-through. Trace this energy back to your emotional roots: Where does this surge of ambition come from? Is it growth or avoidance? That framing improves strategic timing. End the day with one context-aware decision you trust. Keep it anchored in work visibility, priorities, and execution. Set a ‘career boundary timer’ for 30 minutes daily: No meetings after 2 PM, no ‘emergency’ emails after 5 PM. Use it to protect your creative energy. Keep the move scoped and shippable.",
      "deep_report": "Lead climate signal opens the day, then structural precision is added. For this daily career arc, let execution be your orienting principle. At integration level, this weather cue drives quality; the lived expression is this: The lead signal for this daily window is transit pattern of retrograde review.\n\nIn career terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Professionally, convert this into concrete output and clean prioritization. In practical terms, the priority is This high-intensity retrograde review asks: What’s a career decision rooted in your heart that could unravel if you don’t anchor it in tangible steps. Convert it into outcomes via Set a ‘career boundary timer’ for 30 minutes daily: No meetings after 2 PM, no ‘emergency’ emails after 5 PM.\n\nKeep what’s a career decision I’ve delayed due to fear of failure alive and avoid Overanalyzing past career moves could leave you stuck in ‘what ifs.’ Focus on the present: What’s one concrete step to redefine your next move. As Mars sextile Uranus peaks on Apr 08 develops, treat weather pressure as a sequencing cue for work visibility, priorities, and execution this today. Daily transit integrity grows when you adapt without surrendering structure.\n\nKeep reactions slower than your awareness, and clarity stays available for visible follow-through in your work today as this transit-led day unfolds in work visibility, priorities, and execution.",
      "highlights": [
        "This retrograde review cycle rewards cleanup now so later progress is cleaner.",
        "Conjunction patterns ease coordination and keep momentum usable.",
        "Moon placement in Sagittarius shapes responses through bold, direct, and action-led instincts.",
        "House activation highlights partnership dynamics, agreements, and reciprocity as the most activated life areas this cycle."
      ],
      "cautions": [
        "Overanalyzing past career moves could leave you stuck in ‘what ifs.’ Focus on the present: What’s one concrete step to redefine your next move?",
        "Overly sensitive to criticism or feedback in this phase; filter input to ensure it fuels progress rather than derails momentum.",
        "Monitor spreading yourself thin—focus on one high-impact initiative where your intuition aligns with measurable outcomes.",
        "Over-reliance on emotional connection without clear terms can lead to resentment. This house forces you to ask: What does this partnership actually cost me?"
      ],
      "actions": [
        "Set a ‘career boundary timer’ for 30 minutes daily: No meetings after 2 PM, no ‘emergency’ emails after 5 PM. Use it to protect your creative energy.",
        "Prioritize one high-impact conversation today: Use your emotional connection to make your vision tangible for others.",
        "Open your day with a 5-minute meditation focusing on your career’s emotional anchor. Visualize your ideal work environment—what does it feel like?",
        "End your workday by reviewing one partnership where you felt aligned. Celebrate that moment—it’s proof the house’s energy is working for you."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 36.5,
        "opportunity": 100.0,
        "focus": 82.4,
        "stability": 32.1,
        "connection": 76.7
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "This high-intensity retrograde review asks: What’s a career decision rooted in your heart that could unravel if you don’t anchor it in tangible steps?",
            "caution": "Overanalyzing past career moves could leave you stuck in ‘what ifs.’ Focus on the present: What’s one concrete step to redefine your next move?",
            "reflection": "Ask: What’s a career decision I’ve delayed due to fear of failure? What’s the smallest, most vulnerable step to take toward it?",
            "daily_tip": "Set a ‘career boundary timer’ for 30 minutes daily: No meetings after 2 PM, no ‘emergency’ emails after 5 PM. Use it to protect your creative energy.",
            "affirmation": "Every challenge in my career is a lesson in how to wield my emotional intelligence as a tool, not a limitation."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "conjunction",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This high-energy conjunction demands you balance empathy with assertiveness; your intuition will guide bold decisions that align with your vision.",
            "caution": "Overly sensitive to criticism or feedback in this phase; filter input to ensure it fuels progress rather than derails momentum.",
            "reflection": "Trace this energy back to your emotional roots: Where does this surge of ambition come from? Is it growth or avoidance?",
            "daily_tip": "Prioritize one high-impact conversation today: Use your emotional connection to make your vision tangible for others.",
            "affirmation": "My intuition is my compass—when aligned, it directs me toward impactful decisions."
          }
        },
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Your career thrives when you balance intuition with decisive action. Trust your instincts to guide bold moves, but anchor them in tangible goals.",
            "caution": "When emotions clash with ambition, pause to recalibrate. Ask: Does this align with my long-term vision, or just my immediate desire?.",
            "reflection": "Ask: What does my career look like when I’m at my most fulfilled? Define this vision before acting on impulses.",
            "daily_tip": "Start your day by journaling one decision you’ll trust your intuition to guide. Write it down, then act with confidence.",
            "affirmation": "My decisions align with sustainable growth, not just fleeting ambition."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SAGITTARIUS",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "This energy demands you channel your intuitive leadership into projects that resonate with purpose, not just momentum.",
            "caution": "Avoid spreading yourself thin—focus on one high-impact initiative where your intuition aligns with measurable outcomes.",
            "reflection": "Journal for 10 minutes daily: What excites me emotionally, and what would I abandon if forced to choose?",
            "daily_tip": "Start your day with a 5-minute meditation focusing on your career’s emotional anchor. Visualize your ideal work environment—what does it feel like?",
            "affirmation": "My career thrives when my intuition and ambition work in harmony. I trust my emotional wisdom to guide purposeful action."
          }
        },
        {
          "factor_type": "rising_sign",
          "factor_value": "VIRGO",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Refine your workflow today by focusing on precision—Virgo’s Virgo rising demands meticulous attention to detail in how you structure tasks. Trust that every small step aligns with your long-term vision.",
            "caution": "Resist the urge to micromanage others’ work. Your Virgo rising’s precision is a gift—use it to mentor, not control. Trust their capacity to deliver.",
            "reflection": "Ask: What’s one career habit I’ve adopted that’s working well? Virgo rising’s strength lies in iterative improvement. Celebrate the small wins that prove your system is evolving.",
            "daily_tip": "Use a ‘one-minute rule’ for emails: If a task takes <1 minute, do it immediately. Virgo rising’s Virgo rising’s efficiency grows with this discipline.",
            "affirmation": "I embrace the tension between perfection and progress. Every small step is a step toward mastery. My Virgo rising’s Virgo rising’s discipline is my compass."
          }
        },
        {
          "factor_type": "daily_house_focus",
          "factor_value": "seventh_house",
          "weight": 1.08,
          "factor_insights": {
            "motivation": "This isn’t about control but about alignment—where both parties feel seen and secure in the structure of their collaboration.",
            "caution": "Over-reliance on emotional connection without clear terms can lead to resentment. This house forces you to ask: What does this partnership actually cost me?",
            "reflection": "Today, your seventh house is a mirror: what you seek in partnerships, you may unknowingly project onto others. Are you prioritizing harmony over substance, or vice versa?",
            "daily_tip": "End your workday by reviewing one partnership where you felt aligned. Celebrate that moment—it’s proof the house’s energy is working for you.",
            "affirmation": "I honor my worth in partnerships by setting terms that honor my needs, not just my desire for harmony. My boundaries are not walls, but bridges to deeper trust."
          }
        }
      ],
      "debug_trace": null
    },
    {
      "section": "money",
      "title": "Money daily outlook: protective and intuitive (high)",
      "headline": "resources, spending choices, and value alignment under transit climate: retrograde review",
      "summary": "Cancer moves through a transit-led day under retrograde review climate in resources, spending choices, and value alignment. Under this transit-led day, financial review energy around leak points and delayed payoff keeps redirecting you from emotional spending loops to value-led financial decisions. Stay responsive, not reactive. Mars sextile Uranus peaks on Apr 08. In money terms, retrograde review is active, so edits and recalibration outperform rushing; Financially, apply this through value-based decisions and disciplined timing. ‘Did I spend this out of necessity or habit?’ before finalizing. That perspective strengthens financial discipline. Meanwhile, At resource-management level, with conjunction emphasis, timing is cleaner and execution feels less forced; with money, convert this into timing discipline and values-led choices. Revisit your budget like a map—where do you overspend, and where do you hoard? Balance is key. That perspective strengthens financial discipline. Close today by keeping one adaptation that clearly worked. Keep it anchored in resources, spending choices, and value alignment. Use a separate account for discretionary funds to slow the flow of impulse. Anchor the move to value, not impulse.",
      "deep_report": "Today starts with active weather, then layers supporting structure. In money terms, keep reserves as the anchor theme.\n\nToday’s primary climate signal is clear: The first structural cue in this daily narrative is transit pattern of retrograde review. In money terms, retrograde review is active, so edits and recalibration outperform rushing; Financially, apply this through value-based decisions and disciplined timing. Practically, the thesis is ‘Did I spend this out of necessity or habit?’ before finalizing. Turn it into progress through Use a separate account for discretionary funds to slow the flow of impulse. Carry What financial decisions from the past left you feeling drained and avoid conditions where you’re tempted to overspend on self-care. As Mars sextile Uranus peaks on Apr 08 comes into focus, sequence priorities in resources, spending choices, and value alignment with transit-aware timing today.\n\nAs the day advances, this cue guides execution; the lived expression is this: A secondary pressure curve is set by aspect climate of conjunction. At resource-management level, with conjunction emphasis, timing is cleaner and execution feels less forced; with money, convert this into timing discipline and values-led choices. Execution pressure rises around This high energy demands discipline: resist impulse buys, and let your wallet speak before your heart. Stabilize workflow through Open your bank app right now and check your balance. Keep Revisit your budget like a map—where do you overspend, and where do you hoard present and watch Ask yourself: Is this purchase aligned with my long-term goals, or just a short-term fix. With Neptune sextile Juno peaks on Apr 08 active, read it as a transit execution marker in resources, spending choices, and value alignment for today.\n\nThe day’s transit edge is flexible timing with steady direction.",
      "highlights": [
        "Retrograde review is active, so edits and recalibration outperform rushing.",
        "With conjunction emphasis, timing is cleaner and execution feels less forced.",
        "The Moon in Sagittarius colors reactions with a bold, direct, and action-led emotional filter.",
        "House activation highlights partnership dynamics, agreements, and reciprocity as the most activated life areas this cycle."
      ],
      "cautions": [
        "If you’re tempted to overspend on self-care, pause: is this a need or a habit?",
        "Ask yourself: Is this purchase aligned with my long-term goals, or just a short-term fix?",
        "Monitor sharing financial details with Sagittarius energy—it thrives on broad strokes, not specifics. Keep your budget’s guard up; precision matters more than grand visions.",
        "If a deal feels like a test, step back—this house yearns for fairness, not just convenience."
      ],
      "actions": [
        "Use a separate account for discretionary funds to slow the flow of impulse.",
        "Open your bank app right now and check your balance. No excuses. This is non-negotiable discipline.",
        "Set a ‘Sagittarius’ rule: If a purchase feels like a ‘must-have’ adventure, wait 24 hours. Often, the urge fades, and you’ll save money while keeping the thrill alive.",
        "If a deal feels emotionally charged, pause. The Cancer moon here won’t rush; it’ll wait for the right alignment before committing."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 35.4,
        "opportunity": 100.0,
        "focus": 84.8,
        "stability": 34.1,
        "connection": 77.6
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "Ask: ‘Did I spend this out of necessity or habit?’ before finalizing.",
            "caution": "If you’re tempted to overspend on self-care, pause: is this a need or a habit?",
            "reflection": "What financial decisions from the past left you feeling drained? Uncover the root.",
            "daily_tip": "Use a separate account for discretionary funds to slow the flow of impulse.",
            "affirmation": "My money flows freely only when it reflects my emotional and practical clarity."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "conjunction",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "This high energy demands discipline: resist impulse buys, and let your wallet speak before your heart.",
            "caution": "Ask yourself: Is this purchase aligned with my long-term goals, or just a short-term fix?",
            "reflection": "Revisit your budget like a map—where do you overspend, and where do you hoard? Balance is key.",
            "daily_tip": "Open your bank app right now and check your balance. No excuses. This is non-negotiable discipline.",
            "affirmation": "Every dollar I spend today serves a purpose, not an emotion. I align my wallet with my values."
          }
        },
        {
          "factor_type": "sun_in_sign",
          "factor_value": "ARIES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Tide your finances with the protective energy of Cancer—guard what’s yours like a home’s walls.",
            "caution": "Revisit your budget now: Aries’ fire may demand more than your Cancer-led reserves allow.",
            "reflection": "Reframe spending as protection, not indulgence: Aries’ boldness needs a Cancer shield.",
            "daily_tip": "Lock your phone in a drawer for 30 minutes—no screens, no impulse buys. Let your hands feel the weight of responsibility.",
            "affirmation": "Every dollar is a promise to my future—no Aries distractions, only Cancer stability."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SAGITTARIUS",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Sagittarius’ restless spirit thrives on purpose, so let this be the day to audit your finances with curiosity rather than guilt. Every dollar has a story.",
            "caution": "Avoid sharing financial details with Sagittarius energy—it thrives on broad strokes, not specifics. Keep your budget’s guard up; precision matters more than grand visions.",
            "reflection": "Reflect on where your current spending aligns with your Cancer moon’s core need for emotional safety. Are you investing in experiences that feed your soul, or habits that drain it?",
            "daily_tip": "Set a ‘Sagittarius’ rule: If a purchase feels like a ‘must-have’ adventure, wait 24 hours. Often, the urge fades, and you’ll save money while keeping the thrill alive.",
            "affirmation": "My financial choices reflect my values, not my mood. I spend mindfully, not impulsively, and my money works for me as much as I work for it."
          }
        },
        {
          "factor_type": "rising_sign",
          "factor_value": "VIRGO",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Guard your financial energy like you would your home—Virgo’s precision demands meticulous attention to every transaction. Today’s focus isn’t just about spending but about protecting the balance that supports your daily needs.",
            "caution": "Avoid the trap of comparing prices obsessively; sometimes, the best deal is the one you already have. Let go of the need to always find the ‘perfect’ option.",
            "reflection": "Take a moment to review your last month’s spending. Where did you overspend? What habits could you adjust to save more? Virgo’s reflective nature demands this self-examination.",
            "daily_tip": "Use the ‘24-hour rule’ for non-essential purchases: If you don’t buy it within 24 hours, it’s likely not worth it. Virgo’s discipline shines in this small but powerful habit.",
            "affirmation": "My money moves reflect my values, not my emotions. I reclaim control—one careful decision at a time."
          }
        },
        {
          "factor_type": "daily_house_focus",
          "factor_value": "seventh_house",
          "weight": 1.08,
          "factor_insights": {
            "motivation": "The seventh house’s focus on contracts means your financial boundaries will feel stronger, not oppressive; they’ll be the foundation of stability.",
            "caution": "If a deal feels like a test, step back—this house yearns for fairness, not just convenience.",
            "reflection": "Reflect on how you’ve handled past commitments; today's energy will either deepen your reputation or expose gaps in your approach.",
            "daily_tip": "If a deal feels emotionally charged, pause. The Cancer moon here won’t rush; it’ll wait for the right alignment before committing.",
            "affirmation": "I honor the balance between generosity and self-preservation in all financial partnerships today. My word is as trustworthy as my resources."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "75b8e0337ad97b53",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.0",
    "endpoint_name": "horoscope_transits_daily_post",
    "endpoint_description": "Provides daily transit-focused section reports (non-general sections).",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-08T19:46:55.922567+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": ""
  }
}