Skip to content

List the latest release of each STIG

GET
/api/stigs/latest

Returns one row per STIG — its numerically highest V{major}R{minor} release — for dropdown population. Public reference data, no authentication required. The q parameter filters STIGs by case-insensitive substring with abbreviation expansion (RHEL matches Red Hat Enterprise Linux); queries shorter than 2 characters return no rows.

Parameters

Query Parameters

q

STIG filter — case-insensitive substring matched against name, title, and stig_id, with abbreviation expansion (minimum 2 characters).

Type
string
Example"RHEL"

Responses

Latest release of each STIG, ordered by title

application/json
JSON
{
  
"rows": [
  
  
{
  
  
  
"id": 7,
  
  
  
"stig_id": "RHEL_9_STIG",
  
  
  
"title": "Red Hat Enterprise Linux 9 Security Technical Implementation Guide",
  
  
  
"version": "V2R7",
  
  
  
"name": "RHEL 9 STIG - Ver 2, Rel 7"
  
  
}
  
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)