Chinese Horoscope

Introducing our Chinese Horoscope API, your gateway to providing users with personalized insights from the Chinese zodiac. Access daily, weekly, or yearly Chinese horoscope data for all animal signs.

POST https://divineapi.com/api/1.0/get_chinese_horoscope.php

Request Body

NameTypeDescription

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

sign*

String

A zodiac sign. (eg: Aries,Capricon)

date*

date

Current Date in Y-m-d Format (Ex: 2020-12-25)

timezone*

Float

timezone, eg: 5.5 Timezone List

{
    "success":1,
    "message":"Prediction data.2023-09-30
16:26:35",
    "data":{
        "sign":"rabbit",
        "prediction":{
            "sign":"Rabbit",
            "result":"September 30, 2023 - Today brings crucial
events. If managed well, they can turn into positive opportunities for your benefit. Network with others. The best
approach to any problem is to proceed slowly, carefully, and patiently. Stick to your routines and avoid rushing into
major decisions. Before taking action, ensure that you've thoroughly examined all aspects of the situation."
        }
    }
}

Take a look at how you might call this method via cURL, NodeJS, JavaScript jQuery AJAX or Python:

curl --location 'https://divineapi.com/api/1.0/get_chinese_horoscope.php' \
--form 'api_key="Your divine api key"'

Last updated