System

API Status

Return extended service status: ephemeris availability, WASM load state, uptime, version. Authenticate with the X-Api-Key header. The ?key= query parameter still works but is deprecated and answers carry a Deprecation header: a URL ends up in access logs, CDN logs and browser history, so a key passed that way stops being secret.

get/status

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes