Edge API

Reference

Integration notes.

A short reference for health checks and response conventions.

Health check

GET /status.json

Returns a compact JSON object with the current service state and update timestamp.

Response format

{
  "status": "ok",
  "region": "edge",
  "version": "2026.06"
}

Retries

Clients should use exponential backoff and treat 5xx responses as transient unless documented otherwise.