AstroWay/api v2.204.0 · es
todos los sistemas funcionando con normalidad
// blog · engineering · ephemeris · industry

Notas de ingeniería.

Sobre la precisión de las efemérides, la arquitectura de cálculo, el protocolo MCP y todos los pequeños detalles que no caben en los docs.

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

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

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

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

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

Leer →
MakSeong · AstroWay
Engineering · 2026-06-05

X-Cache header: cache-status visible para optimizar integraciones de cliente

Cada response API ahora lleva X-Cache: MISS | HIT | BYPASS - el cliente ve inmediatamente si la solicitud se calculó desde cero o se extrajo del caché. Esto abre la columna de cache hit % en /dashboard/usage y permite optimizar la integración sin guesswork.

Leer →
MakSeong · AstroWay
Engineering · 2026-05-26

Reports V2: un endpoint en lugar de doce - `/v1/reports/generate`

En lugar de 12 type-specific rutas /reports/natal, /reports/synastry, … - un endpoint unificado POST /v1/reports/generate con el campo report_type. Los consumidores del SDK obtienen un método en lugar de doce; el catálogo MCP se reduce de 12 herramientas a una.

Leer →
MakSeong · AstroWay
Ephemeris · 2026-05-25

Jaimini-extensiones: 5 nuevos endpoints para profunda analítica Védica

Cinco nuevos endpoints de la familia /v1/vedic/jaimini/* para profundo análisis según la escuela Jaimini - escáner chara-karaka, proyección karakamsa, naturaleza funcional de los grahas, línea de tiempo de rotación atmakaraka y escaneo completo argala/virodhargala. Fuentes canónicas: Sanjay Rath, BPHS A.34.

Leer →
MakSeong · AstroWay