Skip to main content
GET
/
health
Health check endpoint
curl --request GET \
  --url https://sourcify.dev/server/health
"Alive and kicking!"

Response

200 - text/plain

Server is healthy

The response is of type string.

Example:

"Alive and kicking!"