한국어|English

What is Saju?

Korean Four Pillars of Destiny

Saju (사주, 四柱) is a traditional Korean fortune-telling system based on the Chinese metaphysical concept of the Four Pillars of Destiny (BaZi in Chinese). It analyzes a person's fate and characteristics using their birth date and time.

The four pillars represent the year, month, day, and hour of birth, each consisting of two characters from the Heavenly Stems (천간) and Earthly Branches (지지) - totaling eight characters, hence also called Saju Palja (八字, Eight Characters).

In Korea, Saju analysis is deeply embedded in culture - used for marriage compatibility, career guidance, naming children, and understanding one's life path. Our API brings this ancient wisdom into the digital age.

KEY CONCEPTS
Four Pillars (사주)Year, Month, Day, Hour pillars derived from birth time
Ten Gods (십성)Relationship patterns between the five elements
Daeun (대운)10-year major fortune cycles throughout life
Hapchung (합충)Harmony and clash relationships between elements
Sinsal (신살)Special stars indicating specific life events
Sin Strength (신강/신약)Overall energy balance of the Day Master
UnseWiki API v1.0
PRODUCTION READY|200K+ USERS

Saju Analysis API
for Developers

Algorithm verified by 200K+ users, delivered via REST API.
Complex fortune calculations in a single API call.

Request200 OK
POST {SAJU_ENDPOINT}

{
  "birthYear": "1990",
  "birthMonth": "5",
  "birthDay": "15",
  "birthHour": "14",
  "gender": "male"
}

// Response includes:
// - Four Pillars (四柱八字)
// - Ten Gods Analysis (十星)
// - Sin Strength 7-level rating
// - Hapchung relationships
// - Daeun/Seun fortune cycles
// - 20+ Sinsal analysis
$0.70
Per Request
<100ms
Response Time
99.9%
Uptime
20K+
Positive Reviews

Why This API

Beyond Traditional Manseryeok

Traditional Method
  1. 1.Manually input birth date on Manseryeok website
  2. 2.Copy results and paste into GPT/Claude
  3. 3.Write prompts and generate responses
  4. 4.Repeat for each section... (6 sections = 6x manual work)
LIMITATIONS
  • - No automation possible
  • - No Hapchung analysis
  • - No Sin Strength rating
  • - Missing detailed Sinsal analysis
UnseWiki API
  1. 1.Make one API call
  2. 2.Done. All analysis results returned as JSON
INCLUDES
  • + Complete Hapchung (合沖刑破害) analysis
  • + 7-level Sin Strength rating
  • + 20+ types of Sinsal (special stars)
  • + Daeun/Seun Ten Gods mapping
EXCLUSIVE FEATURES - Not available in standard Manseryeok
Hapchung
Heavenly/Earthly branch relationship analysis
hapchung
Sin Strength
7-level detailed strength rating
sinStrength
20+ Sinsal
White Tiger, Gwaegang, Peach Blossom, etc.
sibisinsals
Daeun Sipseong
Ten Gods mapping for fortune cycles
daeun.sipseong

Proven Accuracy

Verified by 200K+ Users

Continuously improved based on feedback from users and fortune-telling experts

ZERO COMPLAINTS
0 Errors Reported

Among 200K users, not a single complaint about incorrect Saju calculations. Expert-level accuracy guaranteed.

COMPLETE CALCULATION
100% Coverage

All major Saju characteristics - Sipseong, Sinsal, Hapchung, Sin Strength, Daeun/Seun - calculated with precision.

CONTINUOUS IMPROVEMENT
Always Evolving

Based on feedback from professional fortune-tellers and real users, algorithms are continuously validated.

Vibe Coding Ready

Integrate in 10 Minutes with AI

Use Cursor, Claude, ChatGPT, or any AI coding tool for rapid integration

INCLUDED
Just Read the API Docs Below

No separate document file needed — just follow the API docs at the bottom of this page and you'll integrate in no time. You can pass them straight to your AI coding assistant.

# What the API docs below cover
- Complete API endpoint details
- All field descriptions
- Error handling guide
- Real-world usage examples
HOW TO USE
Vibe Coding Workflow
  1. 1.Request API key
  2. 2.Pass the API docs below to your AI assistant
  3. 3."Integrate this API for me"
  4. 4.Done in 10 minutes
Compatible with Cursor, Claude, ChatGPT, Copilot, and all AI coding tools

Business Value

Buy at $0.70, Sell at $15-35

With the right AI prompts, create expert-level fortune-telling services

COST STRUCTURE
API Cost$0.70
Sell Price$15-35
Profit Margin4,000%~10,000%
DATA ACCURACY

The Saju data from UnseWiki API is based on traditional fortune-telling theory - 100% accurate calculations.

Include this data in your AI prompts, and the AI will generate expert-level interpretations.

PRODUCT DIFFERENTIATION

Same API data, different products based on your prompts:

Love & Compatibility Reading
Wealth & Investment Timing
Career & Job Change Fortune
Health Fortune
Annual Fortune Report

API Reference

Documentation

GET{VERIFY_ENDPOINT}API Key Validation

Verify if your API key is valid. Call this first when testing integration.

curl -X GET {VERIFY_ENDPOINT} \
  -H "x-api-key: YOUR_API_KEY"

# Response (200 OK)
{ "valid": true, "message": "API key is valid", "timestamp": "..." }
POST{SAJU_ENDPOINT}

Input birth date and time to receive complete Saju analysis results as JSON.

RESPONSE FIELDS
ganjiHeavenly Stems & Earthly Branches (Year, Month, Day, Hour)
sipseongTen Gods Analysis (Bigyeop, Siksang, Jaeseong, Gwanseong, Inseong)
sinStrengthSin Strength 7-level rating
daeunDaeun Analysis (10-year cycles) — sipseong, hapchung, twelve fortunes, yongsin judgment
seunSeun Analysis (yearly fortune) — with yongsin judgment
weolunWeolun Analysis (monthly fortune) — with yongsin judgment
hapchungHapchung relationship analysis
sibisinsalsTwelve Sinsal (20+ types)
guiinNoble Person analysis
dohwaPeach Blossom analysis
hongyeomRed Flame analysis
hwagaeFlower Canopy analysis
bigyeonGeobjaeBigyeon/Geobjae analysis
REQUEST BODY
PARAMETERTYPEREQUIREDDESCRIPTION
birthYearstringrequiredBirth year (e.g., "1990")
birthMonthstringrequiredBirth month (e.g., "5")
birthDaystringrequiredBirth day (e.g., "15")
birthHourstringoptionalBirth hour (0-23)
birthMinutestringoptionalBirth minute (0-59)
calendarType"양력" | "음력"requiredCalendar type (Solar/Lunar)
gender"male" | "female"requiredGender
isLeapMonthbooleanoptionalLeap month flag
fieldsstring[]optionalOptional fields (omit for all)
CODE EXAMPLES
curl -X POST {SAJU_ENDPOINT} \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "birthYear": "1990",
    "birthMonth": "5",
    "birthDay": "15",
    "birthHour": "14",
    "birthMinute": "30",
    "calendarType": "양력",
    "gender": "male"
  }'
RESPONSE EXAMPLE200 OK
{
  "ganji": {
    "year": { "gan": "경", "ji": "오", "ganji": "경오(庚午)" },
    "month": { "gan": "신", "ji": "사", "ganji": "신사(辛巳)" },
    "day": { "gan": "갑", "ji": "자", "ganji": "갑자(甲子)" },
    "hour": { "gan": "임", "ji": "오", "ganji": "임오(壬午)" }
  },
  "sipseong": {
    "sipseongs": ["편관", "정인", "일원", "편인"],
    "summary": { "bigyeop": 2, "siksang": 1, "jaeseong": 2, "gwanseong": 1, "inseong": 2 }
  },
  "sinStrength": {
    "isStrong": true,
    "strength": "신강",
    "level": 6,
    "score": 75,
    "description": "The Day Master has strong energy"
  },
  "daeun": {
    "direction": "순행",
    "current_daeun": { "age_start": 32, "ganji": "갑술", "sipseong": "비견" },
    "all_daeun": [...]
  },
  "hapchung": {
    "cheon_gan": { "hap": [...], "chung": [...] },
    "ji_ji": { "hap": [...], "chung": [...], "hyung": [...], "pa": [...], "hae": [...] }
  },
  "sibisinsals": {
    "year": ["역마살", "화개살"],
    "month": ["도화살"],
    "day": ["귀문관살"],
    "hour": ["백호살"]
  },
  ...
}

Pricing

$0.70
per request (excl. tax)
INCLUDED
  • All analysis fields included
  • Optional field selection supported
  • 99.9% service availability
  • Technical support provided
  • Free test API key available
VOLUME DISCOUNT

Custom pricing available for 5,000+ requests per month

Contact

Get in Touch

For API key requests, technical inquiries, or volume pricing,
please contact us at the email below.

[email protected]

Response within 24 hours on business days

Want to explore our fortune-telling service?

Try UnseWiki Service