API and machine access

Stack Insider is primarily a static site. These endpoints exist for discovery (RFC 9727), health checks, and agent-friendly content.

Discovery

Content formats

Many HTML routes have a matching .txt URL (same path with .txt appended) that returns compact plain text. On deployments that run our edge worker, negotiable HTML pages may also return Markdown when Accept: text/markdown is preferred over HTML.

Health

GET /health or HEAD /health returns application/json. The GET response body is a small JSON object with status set to ok, for uptime and synthetic checks.