Human Design API

The Human Design API for Modern Applications

Build chart calculators, compatibility tools, and transit trackers with our comprehensive REST API. Start free with 100 credits per month.

What You Can Build

Everything you need to integrate Human Design

Chart Calculation

Calculate complete Human Design bodygraphs from birth data. Type, Strategy, Authority, Profile, Centers, Gates, and Channels.

Transit Analysis

Real-time planetary transit data with personal overlay calculations. Daily, weekly, and custom range transits.

Composite & Compatibility

Relationship compatibility analysis with composite charts and group penta calculations for teams up to 5 people.

Quick Start

One API call. Complete chart data.

Calculate a complete Human Design bodygraph with a single POST request. The API handles all astronomical calculations using the Swiss Ephemeris engine.

curl -X POST https://api.humandesignhub.app/v1/simple-bodygraph \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "birth_date": "1990-01-15",
    "birth_time": "14:30",
    "birth_place": "Seoul"
  }'

// Response:
{
  "type": "Generator",
  "strategy": "To Respond",
  "authority": "Sacral Authority",
  "profile": "3/5"
}
Pricing

Start free, scale as you grow

Free

$0

100 credits/month

Get Started

Basic

$9.99/mo

10,000 credits/month

View Plans

Standard

$29.99/mo

50,000 credits/month

View Plans

Enterprise

$99.99/mo

Unlimited credits

View Plans

bodygraph เจตนา

กรณีใช้งาน Human Design Bodygraph API

กรณีใช้งานแรกสำหรับ intent การคำนวณ bodygraph และเส้นทางไปยังเอกสารและการทดสอบ API แบบสด

อัปเดต 20 มีนาคม 2569

platform · release

สร้าง baseline ของ harness สำหรับไซต์ SEO แล้ว

รอบแรกของการตั้งค่าได้สร้างโปรเจกต์ Astro ที่ build ได้ พร้อม content collections, layout ที่ปลอดภัยต่อ SEO และ section สำหรับ updates ด้าน API, docs และ platform

เผยแพร่ 20 มีนาคม 2569

FAQ

Frequently Asked Questions

What is the Human Design API? +

The Human Design API is a REST API that calculates Human Design bodygraph charts from birth data. It uses the Swiss Ephemeris engine for astronomical precision and returns chart components including Type, Strategy, Authority, Profile, Centers, Gates, and Channels.

How do I calculate a Human Design chart programmatically? +

Send a POST request to /v1/simple-bodygraph with birth_date, birth_time, and birth_place in the JSON body. The API returns the complete chart calculation including Type, Strategy, and Authority. Get your free API key at humandesignhub.app/developer.

Is there a free Human Design API? +

Yes. The Human Design API offers a free tier with 100 API credits per month and 5 requests per minute. No credit card required. The free tier includes the Simple Bodygraph endpoint for basic chart calculations.

What is a bodygraph and how does the API generate one? +

A bodygraph is the visual representation of a Human Design chart, showing 9 Centers, 64 Gates, and 36 Channels. The API calculates planetary positions at birth using Swiss Ephemeris, maps them to the I Ching hexagram system, and returns structured data you can use to render bodygraph visualizations.

Can I build a Human Design calculator with this API? +

Absolutely. The API handles all astronomical calculations — you provide birth data (date, time, place) and receive a complete chart. Use the free tier for prototyping, then upgrade for full bodygraph data, composite charts, and interactive visualization components.

What programming languages work with the Human Design API? +

Any language that can make HTTP requests works with the API. We provide examples in cURL, JavaScript, and Python. The API returns JSON, making it easy to integrate with React, Vue, Angular, Node.js, Django, Flask, or any other framework.