🌍 Astrocartography API and ✋ Palmistry API are now live. Ship them in your app today.Get Started

Weekly Horoscope prediction

Fetches personalized weekly predictions for any zodiac sign, covering love, career, finances, and health. Each forecast is tied to the week's start date and delivers insightful, easy-to- read guidance shaped by current planetary movements
POSThttps://json.astrologyapi.com/v1/horoscope_prediction/weekly/:zodiacName

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en.

Path parameters

zodiacNamestringrequired

Zodiac Name , eg: aries,taurus

  • aries
  • taurus
  • gemini
  • cancer
  • leo
  • virgo
  • libra
  • scorpio
  • sagittarius
  • capricorn
  • aquarius
  • pisces

Body parameters

timezonefloatrequired

Timezone, eg: 5.5

curl --location 'https://json.astrologyapi.com/v1/horoscope_prediction/weekly/aries' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "timezone": 5.5
}'
Try it

Runs with sample data — no API key needed

{
  "status": true,
  "sun_sign": "aries",
  "week_start_date": "14-6-2026",
  "prediction": [
    "Relationships run on raw feeling this week as the Moon changes signs quickly. You might catch yourself craving warmth and attention, and sudden mood shifts leave you guessing what you really want from someone. The New Moon sparks a new chapter in communication—if there’s something unsaid, now’s the time to get it out, even if it feels risky.",
    "While this plays out in your work life, team moods shift just as fast. The early week feels scattered, with people sending mixed signals or pulling away without warning. As the Moon hits your creative house by midweek, you’ll want center stage or at least clear recognition for what you’ve done. It’s a strong week to pitch ideas, just watch the urge to dominate every conversation.",
    "On the money side, the week starts with impulsive spending threats. Emotional choices lead you down unnecessary purchase paths, especially if you’re stressed. As the Moon lands in your house of fun, you’ll want to treat yourself, but double-check every cost before you swipe. The urge for retail therapy can distract you from the smarter, steady moves for your long-term goals.",
    "Health-wise, your mood is running the show. The Moon’s quick moves agitate routines and sleep, meaning you’ll need to pause before you react or eat for comfort. One night you’ll want rest, the next you’re wide awake with energy to burn. Channel restlessness into activity, but step back from anything too intense when your energy dips.",
    "Overall, your week shapes up like this: expect swift mood changes to drive your choices in love, work, spending, and self-care. The key is to notice what you’re feeling before you act, especially as communication opens up around the New Moon. This cycle gives you a fresh start, but only if you own your impulses instead of following them blindly."
  ]
}