AstroWay/api v2.102.11 · ko
모든 시스템 정상 작동 중
// vs prokerala.com

AstroWay vs 프로케랄라

프로케랄라는 베딕 점성술에서 $19에 100K 크레딧을 제공합니다. 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 (723 endpoints) and adds 12 Human Design endpoints, 16 rare techniques and an MCP server.

// 01 / 기능

면대면 비교

제공자 항목 크레딧 서양 점성술 HD MCP 고유 OpenAPI
AstroWay $5 50K ✓ 176 ✓ 12 ✓ 16 3.1
Prokerala $19 100K ✓ 60 — 0 — 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의 강점

하나의 API로 서양 점성술 + 휴먼 디자인. OpenAPI 3.1 → SDK 자동 생성. AI 에이전트를 위한 MCP.

// 04 / pricing

Pricing in practice

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 / migration

How to switch

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 / see also

Keep comparing

99.9% SLA · 유료 플랜 · 30일 상태 →