{
  "name": "NIST CMVP API",
  "description": "Static JSON API for NIST Cryptographic Module Validation Program data with certificate detail records and generated agent-facing documentation",
  "base_url": "https://hackidle.github.io/nist-cmvp-api",
  "endpoints": {
    "index": "/api/index.json",
    "modules": "/api/modules.json",
    "historical_modules": "/api/historical-modules.json",
    "modules_in_process": "/api/modules-in-process.json",
    "metadata": "/api/metadata.json",
    "certificate_detail_template": "/api/certificates/{certificate}.json",
    "algorithms": "/api/algorithms.json"
  },
  "documentation": {
    "homepage": "/",
    "llms_txt": "/llms.txt",
    "llms_full_txt": "/llms-full.txt",
    "api_docs": "/api/docs.md",
    "openapi": "/openapi.json"
  },
  "last_updated": "2026-04-19T03:09:17.580873Z",
  "total_modules": 1083,
  "total_historical_modules": 4150,
  "total_modules_in_process": 331,
  "total_certificates_with_algorithms": 1610,
  "total_certificate_details": 5233,
  "features": {
    "security_policy_urls": true,
    "certificate_detail_urls": true,
    "algorithm_extraction": true,
    "certificate_detail_records": true,
    "llms_txt": true,
    "llms_full_txt": true,
    "markdown_api_docs": true,
    "openapi_spec": true
  }
}