Chinese Zodiac Sign
POST
/api/calc/chinese-horoscope
Calculate the Chinese zodiac sign and element based on birth year.
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", "language": "en", "includeText": false, "includeReadableEntities": false
{
}
Responses
Calculate Chinese horoscope sign
application/vnd.api+json
JSON "data": { "sign": "string", "element": "string", "year": 0, "text": "string" }
{
}