Health check

GET /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.

Try it GET /api/v1/health
response

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 (tracks the inputs above)
curl -X GET 'https://service.rip.fun/api/v1/health' \
  -H 'X-API-Key: rip_…'

Response fields (data)

FieldDescription
success / message`true` + "API v1 is operational"
timestampServer time (ISO 8601)
versionAPI version string, e.g. "1.0.0"