For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Service health and status monitoring

Get API health status

get
/status

Returns the current health and operational status of the Badges API service.

This endpoint is used for:

  • Health checks and monitoring

  • Uptime verification

  • Load balancer health checks

  • Service availability confirmation

A 200 response indicates the service is operational and ready to serve requests.

Responses
200

Service is healthy and operational

application/json

Service health status response

statusstring · enumRequired

Health status indicator

Example: okPossible values:
timestampstring · date-timeOptional

ISO 8601 timestamp of the status check

Example: 2025-10-28T12:00:00Z
get/status

Last updated