AstroWay/api v2.158.7 · ja
すべてのシステムが正常です
// vs prokerala.com

AstroWay vs Prokerala

Prokeralaは100Kのクレジットを$19で提供し、ヴェディック占星術で先行しています。AstroWayはMCPとOpenAPI 3.1を使用して、西洋占星術+ヒューマンデザインをカバーしています。

Prokerala is the long-standing Vedic (Jyotish) API - kundli, nakshatras, dashas, matchmaking - with 20+ years behind it. It has no Human Design, no MCP server and no published OpenAPI spec. AstroWay matches the Western/Vedic breadth (748 endpoints) and adds 12 Human Design endpoints, 17 rare techniques and an MCP server.

// 01 / 機能

サイドバイサイド比較

プロバイダー エントリ クレジット 西洋 HD MCP ユニーク OpenAPI
AstroWay $5 50K ✓ 182 ✓ 12 ✓ 17 3.1
Prokerala $19 100K ✓ 60 – 0 – 0 -
// 02 / リクエスト

同じ出生図リクエスト

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: ... }
// 03 / AstroWay の利点

AstroWay が勝つポイント

西洋占星術+ヒューマンデザインを1つのAPIで。OpenAPI 3.1→SDKの自動生成。MCPをAIエージェント用に。

// 04 / 料金

実際の料金

Prokerala’s credit costs swing widely - a basic panchang is cheap, a Saturn-transit PDF runs into hundreds of thousands of credits - which makes mixed workloads hard to budget. AstroWay’s per-endpoint credit costs are flatter and predictable, with 10,000 free credits/month and paid plans from $5.

// 05 / 選択するタイミング

選択マトリックス

AstroWay を選択する場合

アプリが西洋占星術、ヒューマンデザイン、または最新のLLM統合を必要とする場合。

Prokerala を選択する場合

プロジェクトがヴェディック占星術(ナクシャトラ、ダシャ、パンチャンガ)のみの場合。

// 06 / 移行

切り替え方法

If you use Prokerala only for Vedic, AstroWay’s vedic endpoints cover the same techniques (dashas, vargas, panchang) plus Lal Kitab, KP and Jaimini. Point your client at api.astroway.info, generate a key, and the OpenAPI 3.1 spec and SDKs handle the request/response mapping.

AstroWay を開始する

10,000 クレジット無料。カード不要。5 分で任意の競合他社から移行できます。

// 07 / その他

さらに比較する

99.9% SLA · 有料プラン · 30日間 ステータス →