Status
Liveness + freshness probe
Liveness and price-list freshness probe. No key required — use it to check the API is up and the price list is fresh. This is the only endpoint that works without authentication.
GET
Liveness + freshness probe
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Liveness and price-list freshness probe. No key required — use it to check the API is up and the price list is fresh. This is the only endpoint that works without authentication.
curl --request GET \
--url https://csboard.com/v1/health{
"status": "ok",
"groups": 184213,
"price_list_age_seconds": 42
}curl --request GET \
--url https://csboard.com/v1/health{
"status": "ok",
"groups": 184213,
"price_list_age_seconds": 42
}