Meta

Data & model coverage matrix (honest reliability)

The capability × status matrix behind the dashboard Coverage page and the docs coverage doc: per capability, its status and cadence. `docs/data-sourcing/reconciliation-policy.md`.

GET
/v1/{game}/coverage

The capability × status matrix behind the dashboard Coverage page and the docs coverage doc: per capability, its status and cadence. docs/data-sourcing/reconciliation-policy.md.

Authorization

AuthorizationBearer <token>

Primary auth (live). Authorization: Bearer <api-key> — the header takes precedence over the query fallback. The raw key is hashed (SHA-256, hex) and looked up in api.keys.key_hash; the raw value is never stored.

In: header

Path Parameters

game*string

Game slug. cs2 is the only populated title today; an un-onboarded game 404s cleanly.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/cs2/coverage"
{  "data": [    {      "group": "data",      "capability": "fixtures",      "status": "live",      "cadence_seconds": 300,      "source": null    },    {      "group": "data",      "capability": "results",      "status": "live",      "cadence_seconds": 300,      "source": null    },    {      "group": "data",      "capability": "map_scores",      "status": "live",      "cadence_seconds": 300,      "source": null    },    {      "group": "data",      "capability": "player_stats",      "status": "live",      "cadence_seconds": 300,      "source": null    }  ],  "meta": {    "count": 14,    "next_cursor": null  }}
{  "error": {    "code": "not_found",    "message": "not found",    "request_id": "019f3d18-c15f-7319-81a7-343e8a80a578"  }}
{  "error": {    "code": "not_found",    "message": "not found",    "request_id": "019f3d18-c15f-7319-81a7-343e8a80a578"  }}
{  "error": {    "code": "not_found",    "message": "not found",    "request_id": "019f3d18-c15f-7319-81a7-343e8a80a578"  }}