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

Planet of the Day (public, no key)

GET
/public/planet-of-day
Code sample: cURL
request.sh
curl 'https://api.astroway.info/v1/public/planet-of-day'

Traditional (Chaldean) planetary ruler of the weekday — Sun=Sunday, Moon=Monday, …, Saturn=Saturday. Deterministic, no AI. _footer watermark.

date
string format: date

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

OK

Media type application/json
Example
{
"ok": true,
"data": {
"date": "2026-06-14",
"weekday": "Sunday",
"planet": "Sun",
"glyph": "",
"themes": [
"vitality",
"success",
"leadership",
"self-expression"
]
},
"_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"
}
}
Корисно?