Перейти до вмісту
AstroWay/api v2.95.1 · docs
усі системи в нормі

Monthly Horoscope (public, no key)

GET
/public/horoscope/monthly
Code sample: cURL
request.sh
curl 'https://api.astroway.info/v1/public/horoscope/monthly?sign=aries'

Sun-sign monthly horoscope. The cache key anchors to the 1st of the month. _footer watermark.

sign required
string
Allowed values: aries taurus gemini cancer leo virgo libra scorpio sagittarius capricorn aquarius pisces

Zodiac sun sign.

date
string format: date

Calendar date YYYY-MM-DD (UTC). Defaults to today.

Accept-Language
string

BCP-47 language (e.g. uk, en, de) — sets the horoscope text language. ?lang= also works.

OK

Media type application/json
Example
{
"ok": true,
"data": {
"sign": "aries",
"date": "2026-06-01",
"period": "monthly",
"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"
}
}
Корисно?