Chinese Zodiac Forecast
POST
/api/calc/chinese-forecast
Get Chinese zodiac forecast for a specific year with category breakdowns.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Request Body
application/json
JSON "birthDate": "string", "forecastYear": 0, "language": "en", "includeText": false, "includeReadableEntities": false
{
}
Responses
Calculate Chinese horoscope forecast
application/vnd.api+json
JSON "data": { "sign": "string", "year": 0, "text": "string", "categories": { "additionalProperties": "string" } }
{
}