Horoscope

Get daily horoscope readings for all 12 zodiac signs. Each reading is deterministically generated per sign per day.

Get API Key

Overview

Use Cases

  • Daily horoscope widgets
  • Astrology apps
  • Entertainment platforms
  • Personalized daily content

Features

All 12 zodiac signs supported
Consistent daily readings (same sign returns same reading throughout the day)
Lucky number and mood included
Case-insensitive sign parameter

API Endpoints

Get Daily Horoscope

Returns a daily horoscope reading for the specified zodiac sign.

GET
https://api.requiems.xyz/v1/entertainment/horoscope/{sign}

Parameters

Name Type Required Description
sign string Required Zodiac sign (case-insensitive). Supported values: aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces

Try it out

Live Demo
Request

Zodiac sign (case-insensitive). Supported values: aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces

Response Fields

Field Type Description
sign string Normalized zodiac sign (lowercase)
date string Today's date in YYYY-MM-DD format (UTC)
horoscope string Daily horoscope reading
lucky_number integer Lucky number for the day (1-99)
mood string Suggested mood for the day

Code Examples

curl https://api.requiems.xyz/v1/entertainment/horoscope/aries \
  -H "requiems-api-key: YOUR_API_KEY"

Frequently Asked Questions