Skip to content

Chinese Zodiac Forecast

POST
/api/calc/chinese-forecast

Get Chinese zodiac forecast for a specific year with category breakdowns.

Request Body

application/json
JSON
{
"birthDate": "string",
"forecastYear": 0,
"language": "en",
"includeText": true,
"includeReadableEntities": false
}

Responses

Calculate Chinese horoscope forecast

application/vnd.api+json
JSON
{
"data": {
"sign": "string",
"year": 0,
"text": "string",
"categories": {
"additionalProperties": "string"
}
}
}

Playground

Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation