GET /api/v1/stigs/slug/download

Download a complete STIG benchmark export.

Path and Query Parameters

  • slug: required STIG slug
  • format: optional, one of json, csv, or xml; defaults to json

Example

$curl \
> -H "Authorization: Bearer ss_token_app_your_application_token" \
> "https://www.stigviewer.com/api/v1/stigs/windows-server-2022/download?format=json"

Response Formats

  • application/json
  • text/csv
  • application/xml

Successful responses include Content-Disposition so clients can preserve the expected filename for the selected export format.