AstroWay/api v2.204.0 · cs
všechny systémy jsou v pořádku
// blog · engineering · ephemeris · industry

Inženýrské poznámky.

O přesnosti efemerid, architektuře výpočtů, MCP protokolu a všech drobnostech, které se nevejdou do docs.

Všechny EngineeringEphemerisHuman DesignMCP & AIChangelogIndustry
Engineering · 2026-06-05 ·2 min

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.

Číst →
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.

Číst →
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.

Číst →
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.

Číst →
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.

Číst →
MakSeong · AstroWay
Engineering · 2026-06-05

X-Cache header: viditelný cache-status pro optimalizaci klientových integrací

Každá API response nyní nese X-Cache: MISS | HIT | BYPASS - klient okamžitě vidí, zda byl požadavek vypočítán od nuly, nebo načten z cache. To otevírá cache hit % sloupec v /dashboard/usage a umožňuje optimalizovat integraci bez hádání.

Číst →
MakSeong · AstroWay
Ephemeris · 2026-06-02

Eclipse path, cosmogram a Vedic karty: pure-SVG vizualizéry bez headless-Chrome

Šest endpointů rodiny /v1/render/* pro specifické vizualizace – tři Vedic karty (North/South/East Indian), Hamburg-School 90° cosmogram, equirectangular eclipse-path a stereographic star‑map. Všechny rendery – čistý SVG řetězec, bez browserového workeru.

Číst →
MakSeong · AstroWay
Engineering · 2026-05-26

Reports V2: jeden endpoint místo dvanácti - `/v1/reports/generate`

Místo 12 type-specific routů /reports/natal, /reports/synastry, … - jeden unifikovaný endpoint POST /v1/reports/generate s polem report_type. SDK-consumenti získají jeden metod místo dvanácti; MCP-katalog se zkracuje z 12 nástrojů na jeden.

Číst →
MakSeong · AstroWay