About this endpoint
What it does
Generates a daily horoscope for a zodiac sign and returns a JSON object with horoscope text and related fields for that day.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| date | String | Yes | The horoscope date in date format (YYYY-MM-DD). |
| sign | ENUM | No | The zodiac sign. Allowed values: aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces. Default: aries |
| tone | ENUM | No | The writing tone. Allowed values: balanced, positive, direct. Default: balanced. |
Response
Returns a JSON object with date, love, sign, career, health, overview, lucky_color, and lucky_number fields. date and sign are strings, love, career, health, overview, and lucky_color are strings, and lucky_number is an integer.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| date | String | No | The horoscope date in date format (YYYY-MM-DD). |
| love | String | No | Horoscope text for love. |
| sign | String | No | The zodiac sign. |
| career | String | No | Horoscope text for career. |
| health | String | No | Horoscope text for health. |
| overview | String | No | General horoscope overview text. |
| lucky_color | String | No | The lucky color. |
| lucky_number | Integer | No | The lucky number. |