NEW15 Endpoints | Ba Zi | Feng Shui | Chinese Zodiac | FREE Sandbox

Chinese Astrology API

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.

FREE Sandbox
5 Metaphysics Systems
Plans from $12/mo

Complete Chinese Metaphysics via API

Five systems, one API key

Ba Zi (Four Pillars)

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

Feng Shui Directions

Kua number calculation, auspicious and inauspicious directions, flying star chart, and room placement recommendations.

/v2/divination/chinese/fengshui

Chinese Zodiac

12 animal signs with personality traits, compatibility matrix, lucky elements, and yearly forecasts based on the Chinese lunar calendar.

/v2/divination/chinese/zodiac

Five Elements

Wood, Fire, Earth, Metal, Water balance analysis. Element interactions (generating/controlling cycles), dominant element, and remedial suggestions.

/v2/divination/chinese/elements

Compatibility

Zodiac animal compatibility, Ba Zi element harmony, and relationship analysis between two birth charts.

/v2/divination/chinese/compatibility

AI Interpretation

Vedika AI interprets Ba Zi charts and Chinese astrology readings in natural language. Purpose-built for East Asian metaphysics.

/v2/divination/chinese/interpret

Simple Integration

cURL - Ba Zi Chart
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"
  }'
JavaScript - Chinese Zodiac
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"

Pricing

All endpoints included. Chinese + Vedic + Western + Tarot.

Starter

$12/mo
  • 300 credits/month
Get Started
POPULAR

Pro

$60/mo
  • 1,500 credits/month
Get Started

Business

$120/mo
  • 3,000 credits/month
Get Started

Enterprise

$240/mo
  • 6,000 credits + SLA
Contact Sales

Start Building with Chinese Astrology

Ba Zi. Feng Shui. Zodiac. Five Elements. Plans from $12/month.