---
title: "Daily Horoscope (public, no key)"
method: GET
path: "/public/horoscope/daily"
tags: ["Public"]
---

# Daily Horoscope (public, no key)

`GET /public/horoscope/daily`

Sun-sign daily horoscope. No authentication, IP-rate-limited (30/hr). Cached per (sign, date, language); every response carries the `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.

## Query parameters

- `sign` 'aries' | 'taurus' | 'gemini' | 'cancer' | 'leo' | 'virgo' | 'libra' | 'scorpio' | 'sagittarius' | 'capricorn' | 'aquarius' | 'pisces', required
- `date` string, date
- `lang` string

## Headers

- `Accept-Language` string

## Response `200`

OK

- object
  - `ok` boolean
  - `data` object
    - `sign` string, nullable
    - `date` string, nullable
    - `period` string, nullable
    - `horoscope` string, nullable
    - `disclaimer` string, nullable
    - `model` string, nullable
    - `language` string, nullable
  - `_footer` string — Free-tier watermark, present on every public response. Keys on a paid plan do not receive it.

## Other responses

- `400` — Invalid sign or date

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/529d7d36d7d6/schema)
