Chinese Zodiac Sign
POST
/api/calc/chinese-horoscope
Calculate the Chinese zodiac sign and element based on birth year.
Request Body
application/json
JSON
{
"birthDate": "string",
"language": "en",
"includeText": true,
"includeReadableEntities": false
}
Responses
Calculate Chinese horoscope sign
application/vnd.api+json
JSON
{
"data": {
"sign": "string",
"element": "string",
"year": 0,
"text": "string"
}
}