Skip to content

Get rule counts for a STIG

GET
/api/stigs/{id}/stats

Returns the STIG's rule count and severity breakdown. Pure reference data — no usage section (components are based on SRGs, not STIGs) — and public like the rest of the STIG catalog.

Parameters

Path Parameters

id*

Numeric ID of the STIG.

Type
integer
Required
Example4

Responses

STIG rule counts and severity breakdown

application/json
JSON
{
  
"rule_count": 380,
  
"severity_counts": {
  
  
"high": 40,
  
  
"medium": 300,
  
  
"low": 40
  
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)