AI horoscope
What you'll get: - π Personalized Predictions β General, love, career, and health forecasts tailored to each zodiac sign - π« Compatibility Readings β Discover how signs match with detailed compatibility assessments - π° Lucky Insights β Lucky numbers, colors, and mood scores for every reading - π Multiple Time Periods β Daily, weekly, monthly, and yearly horoscopes
AI horoscope endpoints
| Method | Endpoint | Description |
|---|---|---|
| zodiac-signs | ||
| GET |
getAllZodiacSigns //zodiac-signs |
Get all zodiac signs with their information |
| zodiac-signs > {signName} | ||
| GET |
getZodiacSignByName //zodiac-signs/{signName} |
Get zodiac sign information by name |
| horoscopes > {signName} > daily | ||
| GET |
getDailyHoroscope //horoscopes/{signName}/daily |
Get today's daily horoscope for a zodiac sign. |
| horoscopes > {signName} > weekly | ||
| GET |
getWeeklyHoroscope //horoscopes/{signName}/weekly |
Get this week's horoscope for a zodiac sign. |
| horoscopes > {signName} > monthly | ||
| GET |
getMonthlyHoroscope //horoscopes/{signName}/monthly |
Get this month's horoscope for a zodiac sign. |
| horoscopes > {signName} > yearly | ||
| GET |
getYearlyHoroscope //horoscopes/{signName}/yearly |
Get this year's horoscope for a zodiac sign. Optionally specify a 'year' query parameter (defaults to current year). |
| horoscopes > {signName} > date > {date} | ||
| GET |
getDateHoroscope //horoscopes/{signName}/date/{date} |
Get horoscope for a zodiac sign on a specific date (ISO format: yyyy-MM-dd). |
| healthz | ||
| GET |
getHealth //healthz |
Get the health status of the API. |
| compatibilities > {firstSignName} > {secondSignName} | ||
| GET |
getCompatibility //compatibilities/{firstSignName}/{secondSignName} |
Get compatibility assessment between two zodiac signs. |
AI horoscope pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | β |
|
| PRO Recommended | $5 / month | 10000 / hour |
|
| ULTRA | $20 / month | β |
|