Status
GET /v1/health — CSBoard API Liveness and Freshness Probe
Check whether the CSBoard API is reachable and how stale the price list is. The only endpoint that works without an API key — safe to poll unauthenticated.
GET
Liveness + freshness probe
The health endpoint is a lightweight probe that confirms the API is reachable and tells you how stale the materialized price list is. It is the only endpoint that works without an API key. That makes it safe to poll from monitoring systems, or to gate your application startup on a freshness check before making authenticated calls.
Response fields
string
required
Always
"ok" when the service is up.integer
required
Count of priced item groups currently in the price list (one group per unique
market_hash_name + wear + doppler_phase combination).integer
required
Age of the materialized price list in seconds. Use this as a freshness indicator — a large value means prices may be lagging.