Horoscope quotidien de l'amitié, hier¶
L'endpoint Horoscope quotidien de l'amitié, hier renvoie le rapport quotidien généré par l'engine friendship pour yesterday.
Support linguistique : Cet endpoint
/api/v1/horoscope/reports/*, basé sur l'engine, prend actuellement uniquement en charge l'anglais (lang=en).
Endpoint¶
| Méthode | Chemin |
|---|---|
POST | https://api.numerologyapi.com/api/v1/horoscope/reports/friendship/daily/yesterday |
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 (nullable) | - | Commutateur facultatif pour le mode compact. Définir sur false pour exclure le bloc de capture d'écran du payload de réponse. |
include_positions | Non | Booléen (nullable) | - | Commutateur facultatif pour le mode compact. Définir sur false pour exclure les tableaux de positions du payload de réponse. |
zodiac_system | Non | Chaîne (nullable) | tropical | Zodiac computation mode. Allowed: sidéral⟫, tropical |
ayanamsa | Non | Chaîne (nullable) | lahiri | Sidereal ayanamsa system. Allowed: lahiri⟫, fagan_bradley⟫, krishnamurti⟫, raman⟫, yukteswar |
house_system | Non | Chaîne (nullable) | placidus | House calculation system. Allowed: placidus⟫, signe_entier⟫, égal⟫, koch |
node_type | Non | Chaîne (nullable) | true | Lunar node mode. Allowed: true⟫, moyen |
tenant_id | Non | Chaîne (nullable) | docs-smoke | Commutateur facultatif pour remplacer l'espace de noms du locataire/cache. |
birth_time | Non | Chaîne (nullable) | 13:45 | Birth time (HH:MM⟫, 24h). Pattern: ^\d{2}:\d{2}$ |
birth_latitude | Non | Nombre (facultatif) | 40.7128 | Birth latitude. Range: -90 to 90 |
birth_longitude | Non | Nombre (facultatif) | -74.0060 | Birth longitude. Range: -180 to 180 |
birth_timezone | Non | Chaîne (facultatif) | America/New_York | Définition du fuseau horaire de naissance (IANA). |
Réponse¶
Retourne le payload de réponse brut du moteur avec des wrappers de gateway ajoutés :
_enterprise_api_metadata_
Exemple de mode personnalisé (Recommandé)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/friendship/daily/yesterday?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"
}'
Exemple de mode public (Basé sur le signe)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/reports/friendship/daily/yesterday?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"timezone": "America/New_York"
}'
Exemple de réponse¶
{
"report_type": "horoscope",
"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": "sidereal",
"ayanamsa": "Lahiri",
"ayanamsa_value": 24.224033,
"ayanamsa_system": "lahiri",
"sun_sign": "PISCES",
"moon_sign": "SAGITTARIUS",
"rising_sign": null,
"house_system": null,
"house_cusps": null,
"positions": [
{
"name": "Sun",
"longitude": 354.4364031365586,
"tropical_longitude": 18.662080153343677,
"sidereal_longitude": 354.4364031365586,
"latitude": -0.00017314999039155018,
"speed": 0.9828625761578493,
"sign": "PISCES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 24.436403136558624,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Moon",
"longitude": 245.73893938017068,
"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": 5.738939380170677,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Mercury",
"longitude": 327.15336324298397,
"tropical_longitude": 351.37904025976906,
"sidereal_longitude": 327.15336324298397,
"latitude": -2.214814112326329,
"speed": 1.1825791118193736,
"sign": "AQUARIUS",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 27.15336324298397,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Venus",
"longitude": 16.632316661495327,
"tropical_longitude": 40.857993678280415,
"sidereal_longitude": 16.632316661495327,
"latitude": -0.12219908113230322,
"speed": 1.2265774637001046,
"sign": "ARIES",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 16.632316661495327,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Mars",
"longitude": 334.7484441872952,
"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": 4.748444187295206,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Jupiter",
"longitude": 82.12320175462516,
"tropical_longitude": 106.34887877141026,
"sidereal_longitude": 82.12320175462516,
"latitude": 0.37623825357820645,
"speed": 0.08605169031338009,
"sign": "GEMINI",
"tropical_sign": "CANCER",
"sidereal_sign": "GEMINI",
"degree_in_sign": 22.123201754625157,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Saturn",
"longitude": 342.2506281497647,
"tropical_longitude": 6.4763051665497295,
"sidereal_longitude": 342.2506281497647,
"latitude": -2.1350962445667347,
"speed": 0.1230171210889875,
"sign": "PISCES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 12.25062814976468,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Uranus",
"longitude": 34.87620714928175,
"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": 4.876207149281747,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Neptune",
"longitude": 338.25712090748476,
"tropical_longitude": 2.4827979242698643,
"sidereal_longitude": 338.25712090748476,
"latitude": -1.3096399800285514,
"speed": 0.03669580398594739,
"sign": "PISCES",
"tropical_sign": "ARIES",
"sidereal_sign": "PISCES",
"degree_in_sign": 8.257120907484762,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Pluto",
"longitude": 281.1000290896686,
"tropical_longitude": 305.3257061064537,
"sidereal_longitude": 281.1000290896686,
"latitude": -3.970012080180854,
"speed": 0.012950592230773949,
"sign": "CAPRICORN",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 11.100029089668624,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Chiron",
"longitude": 1.9250965452316586,
"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": 1.9250965452316586,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Ceres",
"longitude": 15.227365265372471,
"tropical_longitude": 39.453042282157554,
"sidereal_longitude": 15.227365265372471,
"latitude": -4.489833691368399,
"speed": 0.3980031154165485,
"sign": "ARIES",
"tropical_sign": "TAURUS",
"sidereal_sign": "ARIES",
"degree_in_sign": 15.227365265372471,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "North Node",
"longitude": 313.87975503580054,
"tropical_longitude": 338.1054320525856,
"sidereal_longitude": 313.87975503580054,
"latitude": 0.0,
"speed": -0.05526456671736626,
"sign": "AQUARIUS",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 13.879755035800542,
"house": null,
"retrograde": true,
"ayanamsa_value": 24.224033236855632
},
{
"name": "South Node",
"longitude": 133.87975503580054,
"tropical_longitude": 158.10543205258568,
"sidereal_longitude": 133.87975503580054,
"latitude": 0.0,
"speed": -0.05526456671736626,
"sign": "LEO",
"tropical_sign": "VIRGO",
"sidereal_sign": "LEO",
"degree_in_sign": 13.879755035800542,
"house": null,
"retrograde": true,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Lilith",
"longitude": 227.95469164083025,
"tropical_longitude": 252.18036865761533,
"sidereal_longitude": 227.95469164083025,
"latitude": -5.124555001082225,
"speed": 0.11201934900409877,
"sign": "SCORPIO",
"tropical_sign": "SAGITTARIUS",
"sidereal_sign": "SCORPIO",
"degree_in_sign": 17.954691640830248,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Pallas",
"longitude": 330.0839190298654,
"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": 0.0839190298653989,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Juno",
"longitude": 278.44676798225606,
"tropical_longitude": 302.67244499904115,
"sidereal_longitude": 278.44676798225606,
"latitude": 11.637665074974603,
"speed": 0.2511989524314414,
"sign": "CAPRICORN",
"tropical_sign": "AQUARIUS",
"sidereal_sign": "CAPRICORN",
"degree_in_sign": 8.446767982256063,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Vesta",
"longitude": 319.79628411898443,
"tropical_longitude": 344.0219611357695,
"sidereal_longitude": 319.79628411898443,
"latitude": -3.8449837093845414,
"speed": 0.47647969009636404,
"sign": "AQUARIUS",
"tropical_sign": "PISCES",
"sidereal_sign": "AQUARIUS",
"degree_in_sign": 19.79628411898443,
"house": null,
"retrograde": false,
"ayanamsa_value": 24.224033236855632
},
{
"name": "Eris",
"longitude": 0.9753788901101663,
"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": 0.9753788901101663,
"house": null,
"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": {
"sun_in_sign": "PISCES",
"moon_in_sign": "SAGITTARIUS",
"transits_archetypes": "retrograde_review",
"aspects": "conjunction"
},
"focus_source": null,
"planet_focus_source": null,
"top_drivers": [],
"aspect_signature": null,
"transit_windows": []
},
"sections": [
{
"section": "friendship",
"title": "Friendship daily outlook: protective and intuitive (elevated)",
"headline": "Daily spotlight on community, loyalty, and social alignment: retrograde review",
"summary": "On April 8, Cancer meets an active flow in community, loyalty, and social alignment. Give energy where reciprocity is real, not where obligation is loud. Mars sextile Uranus peaks on Apr 08. In friendship terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Socially, invest where loyalty and reciprocity are mutual. The tension here isn’t just about conflict; it’s about clarity—what you’re not letting go of in these relationships. That perspective protects your social energy. Meanwhile, At social-circle level, Conjunction patterns ease coordination and keep momentum usable; In friendship, keep this aligned with reciprocity and emotional steadiness. Which friendships feel like a safe harbor, and which ones need space to heal? Let this energy surface those truths. That perspective protects your social energy. When emotions rise, pause and ask: ‘What do I need to feel safe here? ’ Then act on it. Use that answer to reset social boundaries.",
"deep_report": "At day level, the narrative opens with what carries the strongest signal, then calibrates with reinforcing threads. In friendship terms, keep reciprocity as the anchor theme.\n\nA supporting signal now enters the frame: The opening thesis centers on transit pattern of retrograde review. In friendship terms, This retrograde review cycle rewards cleanup now so later progress is cleaner; Socially, invest where loyalty and reciprocity are mutual. In relationship space, center The tension here isn’t just about conflict; it’s about clarity—what you’re not letting go of in these relationships. Make it visible through When emotions rise, pause and ask: ‘What do I need to feel safe here?’ Then act on it. Keep Journal one conversation where you felt heavy afterward close and limit conditions where someone’s words feel heavy. As Mars sextile Uranus peaks on Apr 08 peaks, recalibrate closeness and boundaries in community, loyalty, and social alignment today.\n\nThe opening move today centers here; the lived expression is this: A meaningful counter-pressure comes through aspect climate of conjunction. At social-circle level, Conjunction patterns ease coordination and keep momentum usable; In friendship, keep this aligned with reciprocity and emotional steadiness. The relational stress point is Lean into this elevated energy to deepen bonds by sharing how your emotional depth shapes your friendships—let vulnerability be your bridge. Stabilize your approach through When emotions rise, pause and ask: What does this friend need from me right now. Keep Which friendships feel like a safe harbor, and which ones need space to heal active and reduce conditions where a friendship feels drained. As Neptune sextile Juno peaks on Apr 08 comes into focus, use it to clean up relational timing in community, loyalty, and social alignment today.\n\nBy day-end, keep the main influence in front and let secondary layers refine, not distract.",
"highlights": [
"This retrograde review cycle rewards cleanup now so later progress is cleaner.",
"Conjunction patterns ease coordination and keep momentum usable.",
"Lunar tone in Sagittarius brings bold, direct, and action-led reactivity to the foreground.",
"The solar signature in Pisces pushes the cycle toward intuitive, emotional, and receptive expression."
],
"cautions": [
"If someone’s words feel heavy, pause before reacting; let their energy settle like a tide before you commit to the response.",
"If a friendship feels drained, pause and ask: Is this energy serving both of us, or just one side?",
"Steer clear of debates that drain your energy; your moon thrives on exploration, but your Cancer needs calm to recharge.",
"Guard your energy; elevated Pisces energy can make you more vulnerable—don’t let that invite exploitation."
],
"actions": [
"When emotions rise, pause and ask: ‘What do I need to feel safe here?’ Then act on it.",
"When emotions rise, pause and ask: What does this friend need from me right now? (The answer will guide your action.).",
"Plan a low-key adventure with a friend—try a new café, a short hike, or a creative activity (painting, cooking) to channel your moon’s energy.",
"Plan a low-key activity with a friend (coffee, a walk, a shared hobby). Pisces loves shared experiences over grand gestures."
],
"scores": {
"momentum": 100.0,
"clarity": 33.8,
"opportunity": 100.0,
"focus": 75.4,
"stability": 30.5,
"connection": 78.1
},
"intensity": "elevated",
"factor_details": [
{
"factor_type": "sun_in_sign",
"factor_value": "PISCES",
"weight": 1.0,
"factor_insights": {
"motivation": "Trust your gut; Pisces’ sensitivity will guide you toward people who mirror your compassion and creativity.",
"caution": "Guard your energy; elevated Pisces energy can make you more vulnerable—don’t let that invite exploitation.",
"reflection": "Ask yourself: Which friendships align with my values, not just my mood? Let Pisces’ intuition guide you toward loyalty.",
"daily_tip": "Plan a low-key activity with a friend (coffee, a walk, a shared hobby). Pisces loves shared experiences over grand gestures.",
"affirmation": "My friendships are built on mutual respect and shared growth—not just emotional highs."
}
},
{
"factor_type": "moon_in_sign",
"factor_value": "SAGITTARIUS",
"weight": 1.15,
"factor_insights": {
"motivation": "Lean into this elevated energy to deepen bonds with your closest friends—your emotional depth will naturally bridge gaps others miss.",
"caution": "Steer clear of debates that drain your energy; your moon thrives on exploration, but your Cancer needs calm to recharge.",
"reflection": "Reflect on which friendships align with your moon’s wanderlust—those who inspire adventure with you, not just companionship.",
"daily_tip": "Plan a low-key adventure with a friend—try a new café, a short hike, or a creative activity (painting, cooking) to channel your moon’s energy.",
"affirmation": "I trust my Cancer’s heart to create friendships that feel authentic, even when my Sagittarius mind craves new horizons."
}
},
{
"factor_type": "transits_archetypes",
"factor_value": "retrograde_review",
"weight": 1.3,
"factor_insights": {
"motivation": "The tension here isn’t just about conflict; it’s about clarity—what you’re not letting go of in these relationships.",
"caution": "If someone’s words feel heavy, pause before reacting; let their energy settle like a tide before you commit to the response.",
"reflection": "Journal one conversation where you felt heavy afterward. What did it reveal about your need for reciprocity?",
"daily_tip": "When emotions rise, pause and ask: ‘What do I need to feel safe here?’ Then act on it.",
"affirmation": "Even in tension, I choose to listen more than I respond, and that’s where real connection begins."
}
},
{
"factor_type": "aspects",
"factor_value": "conjunction",
"weight": 1.2,
"factor_insights": {
"motivation": "Lean into this elevated energy to deepen bonds by sharing how your emotional depth shapes your friendships—let vulnerability be your bridge.",
"caution": "If a friendship feels drained, pause and ask: Is this energy serving both of us, or just one side?",
"reflection": "Ask: Which friendships feel like a safe harbor, and which ones need space to heal? Let this energy surface those truths.",
"daily_tip": "When emotions rise, pause and ask: What does this friend need from me right now? (The answer will guide your action.)",
"affirmation": "Friendships that align with my truth will feel like a current pulling me toward them, not away."
}
}
],
"debug_trace": null
}
],
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "6f050d156f14a1e5",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "horoscope_friendship_daily_yesterday_post",
"endpoint_description": "Provides yesterday's friendship horoscope.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-09T09:52:35.238645+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": ""
}
}