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

AstroWay vs RoxyAPI

RoxyAPIは90のエンドポイントを$39で、5Kクレジットを提供。AstroWayは同等のカバレッジを$5で、50Kクレジットで提供。

RoxyAPI bundles 12 spiritual domains (astrology, tarot, numerology and more) under one flat $39/month key and ships a Remote MCP server. AstroWay’s engine is Swiss Ephemeris compiled to WebAssembly in-house — no upstream API dependency — across 723 endpoints, with full Human Design and a free tier (10,000 credits/month) RoxyAPI doesn’t offer.

// 01 / 機能

サイドバイサイド比較

プロバイダー エントリ クレジット 西洋 HD MCP ユニーク OpenAPI
AstroWay $5 50K ✓ 176 ✓ 12 ✓ 16 3.1
RoxyAPI $39 5K ✓ 90 ✓ 4 ✓ 2 3.0
// 02 / request

The same natal request

Here's a full natal chart on AstroWay — copy-paste with a free key:

# 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","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 が勝つポイント

10倍のクレジットで8倍安い。フルHDカバレッジ 12 vs 4エンドポイント。15の独自技術 vs 2。

// 04 / pricing

Pricing in practice

RoxyAPI is a flat $39/month for ~25K requests — simple, but there is no free tier to prototype against. AstroWay starts free at 10,000 credits/month and its first paid tier is $5/mo, so low-volume and side-project apps can ship without paying up front.

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

選択マトリックス

AstroWay を選択する場合

近代的なスタックをリーズナブルな価格で — MCP、占星術、OpenAPI 3.1コード生成(TS/Python SDKはロードマップにて)。

RoxyAPI を選択する場合

10年以上の歴史があるレガシープロバイダーが好みなら。

// 06 / migration

How to switch

Both expose REST plus an MCP server, so an AI-agent integration maps over directly — swap the MCP package to @astroway/mcp and change the base URL. The typed SDKs and OpenAPI 3.1 spec cover the plain HTTP path.

AstroWay を開始する

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

// 07 / see also

Keep comparing

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