AstroWay vs HumanDesign.ai
HumanDesign.aiはHDのみ対応:bodygraph + 4エンドポイントで$25。AstroWayは12のHDエンドポイントを持ち、西洋占星術も追加します。
HumanDesign.ai is a focused Human Design API. AstroWay ships 12 HD endpoints - including rare techniques like Penta (group dynamics), Dream Rave and the Hologenetic Profile - alongside full Western and Vedic astrology, so you get Human Design plus everything else under one key.
サイドバイサイド比較
| プロバイダー | エントリ | クレジット | 西洋 | HD | MCP | ユニーク | OpenAPI |
|---|---|---|---|---|---|---|---|
| AstroWay | $5 | 50K | ✓ 182 | ✓ 12 | ✓ | ✓ 17 | 3.1 |
| HumanDesign.ai | $25 | 1K | – | ✓ 4 | – | – 0 | - |
同じ出生図リクエスト
AstroWayでの完全な出生図 - 無料キーでコピー&ペースト:
# cURL
curl -X POST https://api.astroway.info/v1/chart \
-H "X-Api-Key: aw_live_your_key" \
-H "Content-Type: application/json" \
-d '{"date":"1990-07-14","time":"14:30:00","timezoneOffset":3,
"latitude":50.45,"longitude":30.52}'
// Node.js (fetch)
const r = await fetch("https://api.astroway.info/v1/chart", {
method: "POST",
headers: { "X-Api-Key": process.env.ASTROWAY_API_KEY, "Content-Type": "application/json" },
body: JSON.stringify({ date: "1990-07-14", time: "14:30", timezoneOffset: 3,
latitude: 50.45, longitude: 30.52 }),
});
const { data } = await r.json();
console.log(data.planets[0]); // { name: "Sun", longitude: ... } AstroWay が勝つポイント
HDエンドポイントが3倍。Penta、Dream Rave、Hologenetic Profile、Incarnation Cross。オプションで$19のHD専用プランか、$5のフルスタック。
- 12のHDエンドポイント(4と比較)
- Penta、Dream Rave、Hologenetic
- $5のエントリーまたは$19のHD専用
- 西洋占星術がバンドル
- OpenAPI 3.1 + Swiss Ephemeris
実際の料金
HumanDesign.ai’s entry is roughly $25 for 1K credits and HD-only. AstroWay’s free tier gives 10,000 credits/month (≈ 100 full HD charts at 50 credits each) before you pay, and paid plans start at $5/mo while also covering natal, synastry and transits.
選択マトリックス
AstroWay を選択する場合
フル機能のHDアプリや西洋占星術+HD製品を構築する場合。
HumanDesign.ai を選択する場合
非常にシンプルなbodygraphのみが必要な場合。
切り替え方法
If you already compute bodygraphs elsewhere, AstroWay’s /v1/human-design returns type, strategy, authority, profile, channels and centers in one call. Switch the base URL and key, then add Penta or Dream Rave endpoints as you need them.
AstroWay を開始する
10,000 クレジット無料。カード不要。5 分で任意の競合他社から移行できます。