Personalized Horoscopes via API

Horoscope API.

Get personalized horoscope readings for any zodiac sign. Returns today's or yesterday's predictions with lucky numbers, colors, mood, and compatibility insights. Perfect for horoscope apps, astrology websites, and personalized content.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/horoscopelive
Response200 OK · sample
{
  "status": "ok",
  "error": null,
  "data": {
    "color": "green",
    "compatibility": [
      "leo",
      "sagittarius"
    ],
    "horoscope": "Today, the celestial alignment initiates a deep dive into your emotional landscapes, prompting you to analyze your hidden sentiments to strengthen existing links and navigate difficulties with loved ones more successfully. Open communication becomes essential, allowing you to gracefully balance individual desires. Financially, shrewd judgments keep a cautious route, reducing unnecessary risks and consolidating existing assets. Pay concentrated consideration not to let minor grievances cloud your judgement, strive to discover common understanding and resolve internal clashes diplomatically to facilitate individual advancement, reinforcing your bonds through vulnerability while navigating the ups and downs of interpersonal relationships cautiously keeping everything in balance.",
    "luckyNumber": 12,
    "luckyTime": "8:00 AM",
    "mood": "excited",
    "sign": "aries",
    "zodiac": {
      "element": "fire",
      "name": "Aries",
      "stone": "bloodstone",
      "symbol": "♈"
    }
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

Horoscope API

Get personalized horoscope readings for any zodiac sign. Returns today's or yesterday's predictions with lucky numbers, colors, mood, and compatibility insights. Perfect for horoscope apps, astrology websites, and personalized content.

  • Daily horoscope readings for all 12 signs
  • Zodiac compatibility and relationship insights
  • All 12 zodiac signs with personality traits
  • Chinese zodiac year and animal calculations
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/horoscope?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { color, compatibility, horoscope, }

Everything in a single call.

/v1/horoscopeapplication/json
color"green"
compatibilityarray of 2
horoscope"Today, the celestial alignment initiates a deep dive into…"
luckyNumber12
luckyTime"8:00 AM"
mood"excited"
sign"aries"
zodiacelement, name, stone, symbol

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

Copy a working request, or install a typed SDK. Same endpoint, same key.

const res = await fetch("https://api.apiverve.com/v1/horoscope?sign=aries", {
  headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);

One subscription, the whole personalized horoscopes via api stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Log Daily Horoscopes to Google Sheets
WhenScheduled daily trigger
ThenFetch horoscope for a sign → append row with sign, horoscope, mood, luckyNumber, and color
Slack
Daily Horoscope in Slack
WhenScheduled daily trigger
ThenFetch horoscope for team sign → post horoscope, mood, and luckyNumber to Slack channel
Airtable
Enrich Airtable Contacts with Horoscope
WhenNew record created in Airtable
ThenFetch horoscope for contact zodiac sign → update record with horoscope, mood, and color
Notion
Horoscope Daily Log in Notion
WhenScheduled daily trigger
ThenFetch horoscope → create Notion page with sign, horoscope text, mood, luckyNumber, and color
Salesforce
Horoscope Data on Salesforce Leads
WhenNew lead created in Salesforce
ThenFetch horoscope for lead birth sign → update lead notes with horoscope and luckyNumber
GitHub
Horoscope in GitHub Issue Comments
WhenNew issue created in GitHub
ThenFetch horoscope for a sign → add horoscope text and mood as a fun comment
Browse all integrations

Questions about the API

What horoscope readings are available?
You can request today's or yesterday's horoscope reading for any zodiac sign. Each reading includes the horoscope text, lucky numbers, lucky time, mood, color, and compatibility information.
What zodiac signs are supported?
We support all 12 Western zodiac signs: Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, and Pisces.
Can I get compatibility readings between signs?
Yes! Our Zodiac Sign API includes compatibility scores and insights between any two zodiac signs, perfect for dating apps and relationship features.
Do you support Chinese zodiac?
Yes! Our Chinese Zodiac API calculates the zodiac animal for any birth year and provides personality traits, compatible signs, and lucky elements.
Is there a free tier available?
Yes! The free tier includes 1,000 API calls per month for development and testing purposes. Commercial use requires a paid plan. Check our pricing page for details.
Can I get yesterday's horoscope?
Yes! Use the yesterday parameter set to true to retrieve yesterday's horoscope reading. This is useful for displaying missed readings or comparing yesterday's prediction.
What is the typical API response time?
Our horoscope APIs typically respond in under 200ms, providing fast access to horoscope content for your applications.
Are there rate limits I should know about?
Rate limits vary by plan. Check our pricing page for details. All plans are designed to support production applications with generous limits to prevent throttling.
Can I customize the horoscope content for my brand?
While the horoscope text itself is generated by our system, you can customize how it's displayed and formatted in your application. Enterprise plans offer custom content options.
Do you provide lucky numbers and colors?
Yes! Our daily horoscope responses include lucky numbers, lucky colors, and mood predictions for each zodiac sign, giving you rich content to display to your users.

Start building with the Horoscope API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog