GET /api/v1/stigs

List available STIG benchmarks with summary metadata and pagination.

Query Parameters

  • search: optional case-insensitive filter on title or slug
  • page: optional page number, minimum 1, default 1
  • limit: optional page size, minimum 1, maximum 150, default 100

Example

$curl "https://www.stigviewer.com/api/v1/stigs?search=windows&page=1&limit=25"

Response Summary

The response includes:

  • stigs: an array of benchmark summaries
  • pagination: page, limit, total, and totalPages

Use the generated API Reference for the exact response schema.