---
title: "Daily Horoscope (HTML)"
method: GET
path: "/embed/daily-horoscope"
tags: ["Embeddable Widgets"]
---

# Daily Horoscope (HTML)

`GET /embed/daily-horoscope`

Iframe-friendly daily horoscope card per zodiac sign.

## Query parameters

- `sign` 'aries' | 'taurus' | 'gemini' | 'cancer' | 'leo' | 'virgo' | 'libra' | 'scorpio' | 'sagittarius' | 'capricorn' | 'aquarius' | 'pisces'
- `date` string, date
- `time` string
- `tz` number
- `lat` number
- `lng` number
- `city` string
- `lang` 'uk' | 'en' | 'de' | 'ru' | 'pl' | 'es' | 'pt' | 'fr' | 'it' | 'nl' | 'cs' | 'ro' | 'hu' | 'el' | 'tr' | 'ar' | 'hi' | 'ja' | 'ko' | 'vi' | 'id'
- `theme` 'dark' | 'light' | 'console'

## Response `200`

Rendered widget markup, ready to drop into an iframe.

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[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/6828e5609564/schema)
