Skip to main content
GET
GET /api/healthcheck

Description

Returns the assembly name and version of the running API service. Use it as a liveness probe in your monitoring or CI.

Parameters

This endpoint takes no query parameters.

Response

A single JSON string.

Example request

Example response

Use as a liveness probe

Notes

  • The version string format is <AssemblyName> v<MAJOR>.<MINOR>.<BUILD>.<REVISION>.
  • This endpoint is not rate-limited the same way as data endpoints — it exists specifically for high-frequency monitoring.
  • For full system status (per-component uptime, incidents), see the status page when available.