Przejdź do treści

Horoskop z poprzedniego dnia

Zwraca horoskop z poprzedniego dnia, wykorzystując nasz własny silnik Swiss Ephemeris.

Statystyki interfejsu aplikacji (Spotlight)

Dostępne w trybie codziennym (birth_time + birth_latitude + birth_longitude) z wyjściem w formacie data.daily_personalized_stats.

Statystyki interfejsu aplikacji Aktywator trybu Gęstość danych Moduły wykresów

Język: Tylko język angielski (obecnie)

Wsparcie języka: Ten endpoint, oparty na silniku /api/v1/horoscope/reports/*, obecnie obsługuje tylko język angielski (lang=en).

Endpoint

Metoda Ścieżka
POST https://api.numerologyapi.com/api/v1/horoscope/reports/yesterday

Treść żądania| Nazwa | Wymagane | Typ | Przykład | Opis |

|------|----------|------|---------|-------------| | dob | Tak | string | 1992-07-16 | Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$ | | timezone | Nie | string | America/New_York | IANA timezone used to resolve period anchors accurately. Default: UTC | | include_snapshot | Nie | boolean (opcjonalne) | - | Opcjonalny przełącznik trybu kompaktowego. Ustaw na false, aby pominąć blok snapshot w payload odpowiedzi. | | include_positions | Nie | boolean (opcjonalne) | - | Opcjonalny przełącznik trybu kompaktowego. Ustaw na false, aby pominąć tablice pozycji w payload odpowiedzi. | | zodiac_system | Nie | string (opcjonalne) | tropical | Zodiac computation mode. Allowed: sideral, tropical | | ayanamsa | Nie | string (opcjonalne) | lahiri | Sidereal ayanamsa system (used when sidereal mode is selected). Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar | | house_system | Nie | string (opcjonalne) | placidus | House calculation system. Allowed: placidus, whole_sign, equal, koch | | node_type | Nie | string (opcjonalne) | true | Lunar node mode. Allowed: true, mean | | tenant_id | Nie | string (opcjonalne) | docs-smoke | Opcjonalna wartość zastępcza dla nazwy namespace użytkownika/cache. | | birth_time | Nie | string (opcjonalne) | 13:45 | Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$ || birth_latitude | Nie | liczba (opcjonalna) | 40.7128 | Birth latitude. Provide with birth_longitude. | | birth_longitude | Nie | liczba (opcjonalna) | -74.0060 | Birth longitude. Provide with birth_latitude. | | birth_timezone | Nie | ciąg znaków (opcjonalny) | America/New_York | Nadpisywanie strefy czasowej urodzenia (IANA). | | daily_stats_detail | Nie | ciąg znaków (opcjonalny) | compact | Daily personalized stats payload density. Allowed: compact, full. |

Przykład trybu spersonalizowanego (zalecany)

Tryb spersonalizowany aktywuje dodatkowe, deterministyczne wektory Swiss Ephemeris (np. domy, wektory czasowe i opcjonalne warstwy astrologiczne). Oznacza to, że dwie osoby z tym samym znakiem nadal mogą otrzymywać różne redakcje raportów, jeśli różnią się danymi urodzeniowymi.

Użyj tego endpointu bezpośrednio z opcjonalnymi wektorami spersonalizowania:

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/horoscope/reports/yesterday?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "timezone": "America/New_York",
  "birth_time": "13:45",
  "birth_latitude": 40.7128,
  "birth_longitude": -74.006,
  "birth_timezone": "America/New_York",
  "zodiac_system": "tropical",
  "house_system": "placidus",
  "node_type": "true",
  "daily_stats_detail": "full"
}'

Przykład trybu ogólnego (oparty na znaku)

Tryb ogólny jest przeznaczony do użytku w środowisku produkcyjnym i obliczany jest z warstw, które nie są spersonalizowane. Jest oparty na znaku, więc użytkownicy o tym samym znaku otrzymują tę samą podstawową interpretację dla tego samego okresu. Użyj tego trybu, gdy chcesz uzyskać stabilne wyniki na poziomie znaku bez różnic wynikających z indywidualnych wektorów urodzeniowych.

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

Przykład odpowiedzi

{
  "report_type": "horoscope",
  "sign": "CANCER",
  "period": "daily",
  "start": "2026-04-06T00:00:00",
  "end": "2026-04-07T00:00:00",
  "data": {
    "period": "daily",
    "start": "2026-04-06T00:00:00",
    "end": "2026-04-07T00:00:00",
    "snapshot": {
      "timestamp": "2026-04-06T12:00:00",
      "zodiac_system": "sidereal",
      "ayanamsa": "Lahiri",
      "ayanamsa_value": 24.223957,
      "ayanamsa_system": "lahiri",
      "sun_sign": "PISCES",
      "moon_sign": "SCORPIO",
      "rising_sign": null,
      "house_system": null,
      "house_cusps": null,
      "positions": [
        {
          "name": "Sun",
          "longitude": 352.4696842613283,
          "tropical_longitude": 16.695254281843585,
          "sidereal_longitude": 352.4696842613283,
          "latitude": -0.00018486859804063628,
          "speed": 0.9838592440067431,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 22.469684261328325,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Moon",
          "longitude": 221.9807759650879,
          "tropical_longitude": 246.20634598560315,
          "sidereal_longitude": 221.9807759650879,
          "latitude": -5.159075906065195,
          "speed": 11.917766091088254,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 11.9807759650879,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Mercury",
          "longitude": 324.86559010964066,
          "tropical_longitude": 349.09116013015586,
          "sidereal_longitude": 324.86559010964066,
          "latitude": -2.0227941185015896,
          "speed": 1.1040688553531324,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 24.865590109640664,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Venus",
          "longitude": 14.177951475770499,
          "tropical_longitude": 38.403521496285705,
          "sidereal_longitude": 14.177951475770499,
          "latitude": -0.2100747691954559,
          "speed": 1.2277873612128276,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 14.177951475770499,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Mars",
          "longitude": 333.18900659615315,
          "tropical_longitude": 357.41457661666834,
          "sidereal_longitude": 333.18900659615315,
          "latitude": -1.022830830154259,
          "speed": 0.7801295276068009,
          "sign": "PISCES",
          "tropical_sign": "PISCES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 3.189006596153149,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Jupiter",
          "longitude": 81.95651968923363,
          "tropical_longitude": 106.18208970974885,
          "sidereal_longitude": 81.95651968923363,
          "latitude": 0.37491548479233955,
          "speed": 0.08061285837290831,
          "sign": "GEMINI",
          "tropical_sign": "CANCER",
          "sidereal_sign": "GEMINI",
          "degree_in_sign": 21.95651968923363,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Saturn",
          "longitude": 342.0041194958188,
          "tropical_longitude": 6.229689516334033,
          "sidereal_longitude": 342.0041194958188,
          "latitude": -2.133051362883477,
          "speed": 0.12347938287797783,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 12.004119495818827,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Uranus",
          "longitude": 34.78242567000394,
          "tropical_longitude": 59.00799569051915,
          "sidereal_longitude": 34.78242567000394,
          "latitude": -0.16951486082595787,
          "speed": 0.04638393426695234,
          "sign": "TAURUS",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "TAURUS",
          "degree_in_sign": 4.7824256700039385,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Neptune",
          "longitude": 338.1834636295525,
          "tropical_longitude": 2.409033650067719,
          "sidereal_longitude": 338.1834636295525,
          "latitude": -1.3090544166206362,
          "speed": 0.03695581189067009,
          "sign": "PISCES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "PISCES",
          "degree_in_sign": 8.183463629552477,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Pluto",
          "longitude": 281.0732499242492,
          "tropical_longitude": 305.2988199447644,
          "sidereal_longitude": 281.0732499242492,
          "latitude": -3.963709502554748,
          "speed": 0.013826434115081634,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 11.073249924249183,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Chiron",
          "longitude": 1.8058770691388786,
          "tropical_longitude": 26.031447089654094,
          "sidereal_longitude": 1.8058770691388786,
          "latitude": 0.3615106335198085,
          "speed": 0.059486081878264464,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 1.8058770691388786,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Ceres",
          "longitude": 14.432579071091418,
          "tropical_longitude": 38.658149091606624,
          "sidereal_longitude": 14.432579071091418,
          "latitude": -4.550613607026484,
          "speed": 0.3967735813924988,
          "sign": "ARIES",
          "tropical_sign": "TAURUS",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 14.432579071091418,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "North Node",
          "longitude": 314.03547285867865,
          "tropical_longitude": 338.2610428791939,
          "sidereal_longitude": 314.03547285867865,
          "latitude": -0.0,
          "speed": -0.09665162257722339,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 14.035472858678645,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "South Node",
          "longitude": 134.03547285867865,
          "tropical_longitude": 158.26104287919384,
          "sidereal_longitude": 134.03547285867865,
          "latitude": -0.0,
          "speed": -0.09665162257722339,
          "sign": "LEO",
          "tropical_sign": "VIRGO",
          "sidereal_sign": "LEO",
          "degree_in_sign": 14.035472858678645,
          "house": null,
          "retrograde": true,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Lilith",
          "longitude": 227.7306516558252,
          "tropical_longitude": 251.95622167634042,
          "sidereal_longitude": 227.7306516558252,
          "latitude": -5.12712820835031,
          "speed": 0.11202064540414153,
          "sign": "SCORPIO",
          "tropical_sign": "SAGITTARIUS",
          "sidereal_sign": "SCORPIO",
          "degree_in_sign": 17.7306516558252,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Pallas",
          "longitude": 329.42945170208156,
          "tropical_longitude": 353.65502172259676,
          "sidereal_longitude": 329.42945170208156,
          "latitude": 3.633599449031079,
          "speed": 0.3277147102038955,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 29.429451702081565,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Juno",
          "longitude": 277.93916837111254,
          "tropical_longitude": 302.16473839162774,
          "sidereal_longitude": 277.93916837111254,
          "latitude": 11.567474045954965,
          "speed": 0.25636851686956236,
          "sign": "CAPRICORN",
          "tropical_sign": "AQUARIUS",
          "sidereal_sign": "CAPRICORN",
          "degree_in_sign": 7.939168371112544,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Vesta",
          "longitude": 318.8412350558606,
          "tropical_longitude": 343.0668050763758,
          "sidereal_longitude": 318.8412350558606,
          "latitude": -3.7896259298861326,
          "speed": 0.4785595343264754,
          "sign": "AQUARIUS",
          "tropical_sign": "PISCES",
          "sidereal_sign": "AQUARIUS",
          "degree_in_sign": 18.84123505586058,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        },
        {
          "name": "Eris",
          "longitude": 0.9537044940243795,
          "tropical_longitude": 25.1792745145396,
          "sidereal_longitude": 0.9537044940243795,
          "latitude": -10.395488413842067,
          "speed": 0.01081078682790229,
          "sign": "ARIES",
          "tropical_sign": "ARIES",
          "sidereal_sign": "ARIES",
          "degree_in_sign": 0.9537044940243795,
          "house": null,
          "retrograde": false,
          "ayanamsa_value": 24.223956738607626
        }
      ],
      "aspects": [
        {
          "body1": "Sun",
          "body2": "Mercury",
          "aspect": "semi-sextile",
          "orb": 2.4,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Jupiter",
          "aspect": "square",
          "orb": 0.51,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.69,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Sun",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 4.74,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Venus",
          "aspect": "quincunx",
          "orb": 2.2,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Saturn",
          "aspect": "trine",
          "orb": 0.02,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Uranus",
          "aspect": "opposition",
          "orb": 7.2,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Neptune",
          "aspect": "trine",
          "orb": 3.8,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 0.91,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Ceres",
          "aspect": "quincunx",
          "orb": 2.45,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "North Node",
          "aspect": "square",
          "orb": 2.05,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "South Node",
          "aspect": "square",
          "orb": 2.05,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Lilith",
          "aspect": "conjunction",
          "orb": 5.75,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 4.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Moon",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 6.86,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Jupiter",
          "aspect": "trine",
          "orb": 2.91,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pluto",
          "aspect": "semi-square",
          "orb": 1.21,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 7.13,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 4.56,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Juno",
          "aspect": "semi-square",
          "orb": 1.93,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mercury",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 6.02,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Saturn",
          "aspect": "semi-sextile",
          "orb": 2.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pluto",
          "aspect": "square",
          "orb": 3.1,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Ceres",
          "aspect": "conjunction",
          "orb": 0.25,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 0.14,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 0.14,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.25,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.24,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Venus",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.66,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Uranus",
          "aspect": "sextile",
          "orb": 1.59,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 4.99,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 1.38,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Pallas",
          "aspect": "conjunction",
          "orb": 3.76,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 4.75,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Mars",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 2.24,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Uranus",
          "aspect": "semi-square",
          "orb": 2.17,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "North Node",
          "aspect": "trine",
          "orb": 7.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Pallas",
          "aspect": "trine",
          "orb": 7.47,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Jupiter",
          "body2": "Vesta",
          "aspect": "trine",
          "orb": 3.12,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Neptune",
          "aspect": "conjunction",
          "orb": 3.82,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 0.93,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Ceres",
          "aspect": "semi-sextile",
          "orb": 2.43,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.03,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.03,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Lilith",
          "aspect": "trine",
          "orb": 5.73,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Saturn",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 4.06,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Neptune",
          "aspect": "sextile",
          "orb": 3.4,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pluto",
          "aspect": "trine",
          "orb": 6.29,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Chiron",
          "aspect": "semi-sextile",
          "orb": 2.98,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Pallas",
          "aspect": "sextile",
          "orb": 5.35,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Uranus",
          "body2": "Juno",
          "aspect": "trine",
          "orb": 3.16,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Pluto",
          "aspect": "sextile",
          "orb": 2.89,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Neptune",
          "body2": "Juno",
          "aspect": "sextile",
          "orb": 0.24,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Ceres",
          "aspect": "square",
          "orb": 3.36,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "North Node",
          "aspect": "semi-sextile",
          "orb": 2.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "South Node",
          "aspect": "quincunx",
          "orb": 2.96,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pluto",
          "body2": "Juno",
          "aspect": "conjunction",
          "orb": 3.13,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "North Node",
          "aspect": "semi-square",
          "orb": 2.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "South Node",
          "aspect": "sesquiquadrate",
          "orb": 2.77,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Lilith",
          "aspect": "sesquiquadrate",
          "orb": 0.92,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Pallas",
          "aspect": "semi-sextile",
          "orb": 2.38,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.13,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Vesta",
          "aspect": "semi-square",
          "orb": 2.04,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Chiron",
          "body2": "Eris",
          "aspect": "conjunction",
          "orb": 0.85,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "North Node",
          "aspect": "sextile",
          "orb": 0.4,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "South Node",
          "aspect": "trine",
          "orb": 0.4,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Pallas",
          "aspect": "semi-square",
          "orb": 0.0,
          "exact": true,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Juno",
          "aspect": "square",
          "orb": 6.49,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Ceres",
          "body2": "Vesta",
          "aspect": "sextile",
          "orb": 4.41,
          "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.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Vesta",
          "aspect": "conjunction",
          "orb": 4.81,
          "exact": false,
          "applying": false
        },
        {
          "body1": "North Node",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 1.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Lilith",
          "aspect": "square",
          "orb": 3.7,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Vesta",
          "aspect": "opposition",
          "orb": 4.81,
          "exact": false,
          "applying": false
        },
        {
          "body1": "South Node",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 1.92,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Vesta",
          "aspect": "square",
          "orb": 1.11,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Lilith",
          "body2": "Eris",
          "aspect": "sesquiquadrate",
          "orb": 1.78,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Pallas",
          "body2": "Eris",
          "aspect": "semi-sextile",
          "orb": 1.52,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Juno",
          "body2": "Eris",
          "aspect": "square",
          "orb": 6.99,
          "exact": false,
          "applying": false
        },
        {
          "body1": "Vesta",
          "body2": "Eris",
          "aspect": "semi-square",
          "orb": 2.89,
          "exact": false,
          "applying": false
        }
      ]
    },
    "metrics": {
      "sample_count": 1,
      "aspect_counts": {
        "semi-sextile": 10,
        "square": 14,
        "semi-square": 10,
        "trine": 12,
        "quincunx": 4,
        "opposition": 3,
        "sextile": 14,
        "conjunction": 10,
        "sesquiquadrate": 4
      },
      "retrograde_bodies": [
        "North Node",
        "South Node"
      ],
      "sign_changes": []
    },
    "notable_events": [
      "Moon trine Saturn exact on Apr 06",
      "Sun square Jupiter exact on Apr 06",
      "Saturn sextile Pluto exact on Apr 06",
      "Venus sextile North Node exact on Apr 06",
      "Ceres sextile North Node exact on Apr 06",
      "Neptune sextile Juno exact on Apr 06",
      "Moon sextile Pluto exact on Apr 06",
      "Venus trine South Node exact on Apr 06",
      "Ceres trine South Node exact on Apr 06",
      "Chiron conjunction Eris exact on Apr 06",
      "Venus conjunction Ceres exact on Apr 06",
      "North Node retrograde emphasis"
    ],
    "period_events": [
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Saturn",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.02,
        "narrative_priority": 1.884,
        "section_bias": {
          "general": 1.7999999999999998,
          "love_singles": 0.4,
          "love_couples": 0.4,
          "friendship": 0.3,
          "health": 0.8,
          "career": 0.8,
          "money": 0.5
        },
        "description": "Moon trine Saturn exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Sun",
        "body2": "Jupiter",
        "sign": null,
        "aspect": "square",
        "exactness": 0.51,
        "narrative_priority": 1.86,
        "section_bias": {
          "general": 2.0,
          "career": 1.3,
          "lifestyle": 0.9,
          "money": 0.8
        },
        "description": "Sun square Jupiter exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Saturn",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.93,
        "narrative_priority": 1.839,
        "section_bias": {
          "general": 1.6,
          "career": 1.3,
          "health": 0.5,
          "money": 0.5,
          "love_couples": 0.4
        },
        "description": "Saturn sextile Pluto exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.14,
        "narrative_priority": 1.768,
        "section_bias": {
          "general": 1.4,
          "love_singles": 1.2,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.4,
          "career": 0.4
        },
        "description": "Venus sextile North Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "North Node",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.4,
        "narrative_priority": 1.755,
        "section_bias": {
          "general": 1.4,
          "career": 0.4,
          "love_singles": 0.3
        },
        "description": "Ceres sextile North Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Neptune",
        "body2": "Juno",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.24,
        "narrative_priority": 1.708,
        "section_bias": {
          "general": 1.0,
          "health": 0.5,
          "lifestyle": 0.6
        },
        "description": "Neptune sextile Juno exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Moon",
        "body2": "Pluto",
        "sign": null,
        "aspect": "sextile",
        "exactness": 0.91,
        "narrative_priority": 1.675,
        "section_bias": {
          "general": 2.0,
          "love_singles": 0.4,
          "love_couples": 0.8,
          "friendship": 0.3,
          "health": 0.3,
          "career": 0.5
        },
        "description": "Moon sextile Pluto exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "South Node",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.14,
        "narrative_priority": 1.658,
        "section_bias": {
          "general": 1.2999999999999998,
          "love_singles": 0.9,
          "love_couples": 1.0,
          "money": 0.5,
          "friendship": 0.7,
          "lifestyle": 0.4
        },
        "description": "Venus trine South Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Ceres",
        "body2": "South Node",
        "sign": null,
        "aspect": "trine",
        "exactness": 0.4,
        "narrative_priority": 1.645,
        "section_bias": {
          "general": 1.2999999999999998,
          "lifestyle": 0.4,
          "friendship": 0.3
        },
        "description": "Ceres trine South Node exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Chiron",
        "body2": "Eris",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.85,
        "narrative_priority": 1.623,
        "section_bias": {
          "general": 1.0,
          "health": 0.8,
          "love_couples": 0.4
        },
        "description": "Chiron conjunction Eris exact on Apr 06"
      },
      {
        "timestamp": "2026-04-06T12:00:00",
        "event_type": "exact_aspect",
        "body1": "Venus",
        "body2": "Ceres",
        "sign": null,
        "aspect": "conjunction",
        "exactness": 0.25,
        "narrative_priority": 1.598,
        "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 06"
      },
      {
        "timestamp": "2026-04-06T12: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-06T12: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": "PISCES",
      "moon_in_sign": "SCORPIO",
      "transits_archetypes": "retrograde_review",
      "aspects": "sextile"
    }
  },
  "sections": [
    {
      "section": "general",
      "title": "General daily outlook: protective and intuitive (high)",
      "summary": "On April 6, Cancer meets a high-voltage flow in your overall direction. Keep decisions aligned with your bigger direction, not momentary pressure. Moon trine Saturn peaks on Apr 06. Retrograde review is active, so edits and recalibration outperform rushing. The water sign’s rhythm is your compass; let it shape how you process today’s shifts. That perspective keeps your momentum clean. Meanwhile, Sextile patterns ease coordination and keep momentum usable. Trace back to a recent moment where your feelings aligned with your actions—what did it reveal? That perspective keeps your momentum clean. Carry a small notebook to jot down fleeting insights during the retrograde’s flow—don’t wait to analyze. That perspective keeps your momentum clean.",
      "deep_report": "At day level, the narrative opens with what carries the strongest signal, then calibrates with reinforcing threads. In general terms, keep pacing as the anchor theme.\n\nThe opening move today centers here; the practical consequence is this: The lead signal for this daily window is transit pattern of retrograde review. Retrograde review is active, so edits and recalibration outperform rushing. This first pressure line asks for The water sign’s rhythm is your compass; let it shape how you process today’s shifts. Anchor it in Carry a small notebook to jot down fleeting insights during the retrograde’s flow—don’t wait to analyze. Continue reflecting on Observe how your intuition reacts to small decisions—is it guiding or overruling while reducing conditions where relationships feel strained. As Moon trine Saturn peaks on Apr 06 peaks, use that shift to recalibrate your approach in your overall direction today.\n\nA follow-on influence adjusts the tone: A secondary pressure curve is set by aspect climate of sextile. Sextile patterns ease coordination and keep momentum usable. The tension point is Lean into this sextile energy as your emotional world expands—like a tide pulling you toward deeper self-awareness. Soften reactivity through Set a 10-minute morning ritual: Light a candle, sip tea, and write one thing you’re grateful for in your emotions. Keep Trace back to a recent moment where your feelings aligned with your actions—what did it reveal active so the urge to overanalyze or retreat into your shell; this aspect demands engagement stays contained. As Sun square Jupiter peaks on Apr 06 comes into focus, treat it as a live timing signal for your overall direction today.\n\nTo close the day cleanly, protect the central storyline and trim reactive noise.",
      "highlights": [
        "Retrograde review is active, so edits and recalibration outperform rushing.",
        "Sextile patterns ease coordination and keep momentum usable.",
        "Lunar tone in Scorpio brings intuitive, emotional, and receptive reactivity to the foreground.",
        "Sun in Pisces sets a core atmosphere that feels intuitive, emotional, and receptive."
      ],
      "cautions": [
        "If relationships feel strained, pause before assuming blame—retrograde review is about reflection, not conflict.",
        "Hold back from the urge to overanalyze or retreat into your shell; this aspect demands engagement.",
        "Keep clear of overanalyzing or getting stuck in emotional loops. Scorpio’s moon in Cancer can make you hyperfocus on past wounds or future fears, so ground yourself in the present with tangible actions.",
        "Distractors may arise; resist the urge to retreat into fantasy or nostalgia without purpose."
      ],
      "actions": [
        "Carry a small notebook to jot down fleeting insights during the retrograde’s flow—don’t wait to analyze.",
        "Set a 10-minute morning ritual: Light a candle, sip tea, and write one thing you’re grateful for in your emotions.",
        "Start your day with a ritual that grounds you: a warm drink, a short walk, or journaling one sentence about your emotional state. This prevents Scorpio’s moon from spiraling into overanalysis before you even begin.",
        "Pair your daily walk with a symbolic gesture: leave a note for someone you admire or a plant in a new spot."
      ],
      "scores": {
        "momentum": 100.0,
        "clarity": 30.4,
        "opportunity": 100.0,
        "focus": 84.3,
        "stability": 27.9,
        "connection": 80.4
      },
      "intensity": "high",
      "factor_details": [
        {
          "factor_type": "sun_in_sign",
          "factor_value": "PISCES",
          "weight": 1.0,
          "factor_insights": {
            "motivation": "Channel your intuitive flow today—let Pisces’ adaptability guide you toward emotional balance.",
            "caution": "Distractors may arise; resist the urge to retreat into fantasy or nostalgia without purpose.",
            "reflection": "Journal a dream or fleeting thought; it may hold a clue to your next step in this cycle.",
            "daily_tip": "Pair your daily walk with a symbolic gesture: leave a note for someone you admire or a plant in a new spot.",
            "affirmation": "My boundaries are sacred; I honor them with clarity and compassion."
          }
        },
        {
          "factor_type": "moon_in_sign",
          "factor_value": "SCORPIO",
          "weight": 1.15,
          "factor_insights": {
            "motivation": "Embrace the pull toward emotional honesty. Your Cancer self craves security, but Scorpio’s intensity forces you to confront what’s truly worth protecting—both inside and out.",
            "caution": "Avoid overanalyzing or getting stuck in emotional loops. Scorpio’s moon in Cancer can make you hyperfocus on past wounds or future fears, so ground yourself in the present with tangible actions.",
            "reflection": "Notice where you’re holding onto old patterns. Cancer’s need for stability meets Scorpio’s desire for transformation—where does this tension show up in your daily routine? Observe without judgment.",
            "daily_tip": "Start your day with a ritual that grounds you: a warm drink, a short walk, or journaling one sentence about your emotional state. This prevents Scorpio’s moon from spiraling into overanalysis before you even begin.",
            "affirmation": "I release what no longer serves my deepest self and embrace the courage to trust my Scorpio-Cancer energy. Today, I act with clarity and compassion."
          }
        },
        {
          "factor_type": "transits_archetypes",
          "factor_value": "retrograde_review",
          "weight": 1.3,
          "factor_insights": {
            "motivation": "The water sign’s rhythm is your compass; let it shape how you process today’s shifts.",
            "caution": "If relationships feel strained, pause before assuming blame—retrograde review is about reflection, not conflict.",
            "reflection": "Observe how your intuition reacts to small decisions—is it guiding or overruling?",
            "daily_tip": "Carry a small notebook to jot down fleeting insights during the retrograde’s flow—don’t wait to analyze.",
            "affirmation": "I release the need to control every emotional reaction; I choose to observe with kindness."
          }
        },
        {
          "factor_type": "aspects",
          "factor_value": "sextile",
          "weight": 1.2,
          "factor_insights": {
            "motivation": "Lean into this sextile energy as your emotional world expands—like a tide pulling you toward deeper self-awareness.",
            "caution": "Resist the urge to overanalyze or retreat into your shell; this aspect demands engagement.",
            "reflection": "Trace back to a recent moment where your feelings aligned with your actions—what did it reveal?",
            "daily_tip": "Set a 10-minute morning ritual: Light a candle, sip tea, and write one thing you’re grateful for in your emotions.",
            "affirmation": "I release the need to perform my feelings; they are my truth, and I am enough."
          }
        }
      ],
      "debug_trace": null
    }
  ],
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "2df0a5259419ef02",
    "quota": "unlimited",
    "usage_tracking": false
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "1.0.1",
    "endpoint_name": "horoscope_yesterday_post",
    "endpoint_description": "Provides yesterday's horoscope for your zodiac sign.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-04-07T23:44:37.593328+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": ""
  }
}

Powiązane- Dzisiejszy horoskop