/api/v1/health public Public liveness check for the API. No authentication required and exempt from rate limiting, so it is safe to poll from synthetic monitoring. Note this response is NOT wrapped in the usual data envelope.
GET /api/v1/health Not run yet. Press Run to make a live call against https://service.rip.fun (through this demo's server-side proxy; the API key never reaches the browser).
curl -X GET 'https://service.rip.fun/api/v1/health' \ -H 'X-API-Key: rip_…'
data)| Field | Description |
|---|---|
success / message | `true` + "API v1 is operational" |
timestamp | Server time (ISO 8601) |
version | API version string, e.g. "1.0.0" |