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.
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 →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 →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 →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 →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 →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 →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 →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 →