Daily Horoscope (public, no key)
GET
/public/horoscope/daily
Code sample: cURL
curl 'https://api.astroway.info/v1/public/horoscope/daily?sign=aries'Sun-sign daily horoscope. No authentication, IP-rate-limited (30/hr). Cached per (sign, date, language); every response carries the _footer watermark.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” sign required
string
Zodiac sun sign.
date
string format: date
Calendar date YYYY-MM-DD (UTC). Defaults to today.
Header Parameters
Section titled “Header Parameters ” Accept-Language
string
BCP-47 language (e.g. uk, en, de) — sets the horoscope text language. ?lang= also works.
Responses
Section titled “ Responses ”OK
Media type application/json
Example
{ "ok": true, "data": { "sign": "aries", "date": "2026-06-14", "period": "daily", "horoscope": "## …\n…", "disclaimer": "For entertainment purposes only.", "model": "groq/llama-3.3-70b", "language": "en" }, "_footer": "Powered by astroway.api — get your own key at https://api.astroway.info"}Invalid sign or date
Media type application/json
Example
{ "ok": false, "error": { "code": "INVALID_SIGN", "message": "sign must be one of the 12 zodiac signs" }} Корисно?
Дякуємо за фідбек.