Ba Zi (Four Pillars) | Feng Shui | Zodiac Animals | Five Elements
The first API to cover the complete Chinese metaphysics stack. Ba Zi destiny charts, Feng Shui Kua directions, Chinese Zodiac compatibility, Five Element balance, and AI-powered readings. Purpose-built for faith-tech.
Five systems, one API key
Complete Four Pillars of Destiny chart from birth date and time. Year, Month, Day, and Hour pillars with Heavenly Stems and Earthly Branches.
/v2/divination/chinese/bazi
Kua number calculation, auspicious and inauspicious directions, flying star chart, and room placement recommendations.
/v2/divination/chinese/fengshui
12 animal signs with personality traits, compatibility matrix, lucky elements, and yearly forecasts based on the Chinese lunar calendar.
/v2/divination/chinese/zodiac
Wood, Fire, Earth, Metal, Water balance analysis. Element interactions (generating/controlling cycles), dominant element, and remedial suggestions.
/v2/divination/chinese/elements
Zodiac animal compatibility, Ba Zi element harmony, and relationship analysis between two birth charts.
/v2/divination/chinese/compatibility
Vedika AI interprets Ba Zi charts and Chinese astrology readings in natural language. Purpose-built for East Asian metaphysics.
/v2/divination/chinese/interpret
curl -X POST https://api.vedika.io/v2/divination/chinese/bazi \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-05-15",
"time": "10:30:00",
"gender": "male"
}'
const res = await fetch(
'https://api.vedika.io/v2/divination/chinese/zodiac',
{
method: 'POST',
headers: {
'Authorization': 'Bearer your_api_key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
date_of_birth: '1990-05-15'
})
}
);
const { data } = await res.json();
console.log(data.animal); // "Horse"
console.log(data.element); // "Metal"
All endpoints included. Chinese + Vedic + Western + Tarot.
Ba Zi. Feng Shui. Zodiac. Five Elements. Plans from $12/month.