HOROSCOPE API
Daily horoscope content. Zero content pipeline.
Structured horoscope feeds across 12 signs, 6 life areas, 3 cadences. Launch in apps, email, SMS, or chat — the response is ready to render. No writers, no CMS, no manual updates. Fresh content every day, automatically.
Life areas per forecast
6
Personal life, career, health, emotions, travel, and luck — every sign, every day
Languages
5+
Localized copy with timezone-aware daily refresh — same endpoint, different lang param
Cadences
3
Daily, monthly, and yearly — consistent schema across all three
What the response actually looks like. Ready to render.
One call returns the full day's forecast for a sign — structured prediction text, numeric scores, and lucky values. No post-processing. Pass prediction.personal_life to a card, score.love to a ring component, done.
1{ 2 "status": true, 3 "sun_sign": "taurus", 4 "prediction_date": "8-7-2019", 5 "prediction": { 6 "personal_life": "Mercury stations retrograde today. With it comes your need for a deeper understanding of your partner. Or if you are single this will mean that finding someone who matters has never been so important", 7 "profession": "Have faith in your own decisions. This will propel your career, which will also benefit you financially.", 8 "health": "You like to maintain a routine with both your diet and exercise. Stay on track and you will feel the benefits from all aspects", 9 "travel": "An exciting upcoming trip has injected life into your day. Relish the feeling. ", 10 "luck": "Go the road less travelled. It will bring you more luck.", 11 "emotions": "Try not to be insecure about something you have no control over. This will do more damage than good." 12 } 13}
Three steps from
API key to live feed.
Create your free account
Sign up and your API key is available immediately in the dashboard. No verification delay, no waiting period. Test the endpoint before committing to a plan.
Authorization: Basic {your_key}Pass sign and cadence — nothing else required
The sign goes in the URL path. The current date is used automatically. No request body, no date parameter. Monthly and yearly forecasts work the same way.
GET /sun_sign_prediction daily/scorpio
Render the structured response directly
Use prediction text fields for copy. Use score fields (0–100) for rings and progress bars. Use lucky values for widgets. The structure maps to a card layout without transformation.
{"prediction":"...",
"score":{"love":72}}Support
Frequently Asked Questions
Answers for product and growth teams building with Horoscope API.
Yes. The response contains plain text fields. App cards, email modules, and SMS truncations all read from the same daily payload. One API call, multiple delivery surfaces.
No. Lifestyle apps, loyalty programs, news publishers, and membership communities use horoscope feeds as a daily retention layer without making astrology the core feature.
Common patterns: lock premium life areas (career, love) behind a paywall, offer weekly or yearly forecast upgrades, run streak mechanics that reward consecutive reads, or trigger upgrade prompts right after the daily read.
Content refreshes daily and is grounded in real transit data — not templated text recycled across dates. Each day's prediction reflects the actual planetary positions for that date.
Under 300ms for 95% of calls. The response is pre-computed at the start of each day and served from cache — suitable for real-time page loads, not just background sync.
READY TO LAUNCH
Ship a daily horoscope feature this week.
Sandbox access is instant. One endpoint, one parameter, and your first horoscope feed is live. No content infrastructure to build.