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.
{
"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": "♈"
}
}
}






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.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/horoscope?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ color, compatibility, horoscope, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseOur Horoscope API delivers fresh daily, weekly, and monthly readings for all 12 zodiac signs. Just call the API and display personalized content to your users based on their birth date.
Our Zodiac Sign API provides compatibility scores and relationship insights between any two signs. Add a fun, engaging layer to your matching algorithm or profile pages.
Use zodiac data to personalize recommendations, daily messages, or content suggestions. Our API provides personality traits, preferences, and characteristics for each sign.
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);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog