AstroWay/api v2.204.0 · ja
すべてのシステムが正常です
// blog · engineering · ephemeris · industry

エンジニアリングノート

エフェメリッドの精度、計算アーキテクチャ、MCPプロトコル、その他のドキュメントに収まらない細かいことについて。

すべて EngineeringEphemerisHuman DesignMCP & AIChangelogIndustry
Engineering · 2026-06-05 ·2

Natal Chart API in PHP: SDK + Laravel Example

Compute a natal chart in PHP with the AstroWay SDK - plain PHP and a Laravel facade - without compiling a Swiss Ephemeris extension.

MakSeong · AstroWay
Engineering · 2026-06-05

Natal Chart API in Python: 3 Examples with the AstroWay SDK

How to compute a natal chart in Python via API - install, first request, transits and synastry - with working code and how it compares to pyswisseph and kerykeion.

MakSeong · AstroWay
Engineering · 2026-06-05

Natal Chart API in TypeScript: SDK + React Example

Compute a natal chart in TypeScript with the AstroWay SDK - typed responses, a React component, and where it beats a local ephemeris library.

MakSeong · AstroWay
Ephemeris · 2026-06-05

How Accurate Is the Swiss Ephemeris? Verified Benchmarks

Swiss Ephemeris accuracy in numbers - planetary positions under 0.1 arcsecond, exact house cusps, eclipses within a minute - and how AstroWay verifies it.

MakSeong · AstroWay
Ephemeris · 2026-06-05

Swiss Ephemeris: REST API vs pyswisseph (When to Use Which)

pyswisseph vs a REST API for Swiss Ephemeris calculations - C dependencies, data files, licensing and deployment compared, with a decision guide.

MakSeong · AstroWay
Engineering · 2026-06-05

X-Cache header: cache-status の可視化によるクライアント統合の最適化

各 response API は今では X-Cache: MISS | HIT | BYPASS を含み、クライアントはすぐにリクエストがゼロから計算されたか、キャッシュから取得されたかを確認できます。これにより、/dashboard/usage に cache hit % 列が表示され、guesswork なしでインテグレーションを最適化できるようになります。

MakSeong · AstroWay
Engineering · 2026-05-26

Reports V2: 12個のendpointの代わりに1つ - `/v1/reports/generate`

12 type-specific ルート /reports/natal, /reports/synastry, … の代わりに、report_type フィールドを持つ統一された endpoint POST /v1/reports/generate が1つです。SDK コンシューマは12個の代わりに1つのメソッドを取得し、MCP カタログは12ツールから1つに縮小されます。

MakSeong · AstroWay
Ephemeris · 2026-05-25

ジャイミニ拡張: 深いヴェーダ的解析のための5つの新しいエンドポイント

/v1/vedic/jaimini/*ファミリーの5つの新しいエンドポイント - ジャイミニ学派による深い分析のためのチャラカーラカ・スキャナー、カーラクァンサ・プロジェクション、グラハの機能的性質、アートマカーラカ回転タイムライン、および完全なアルガラ/ヴィロドアルガラ・スキャン。典拠ソース: Sanjay Rath, BPHS A.34.

MakSeong · AstroWay