{
    "server_api_root": "https://cyber.trackr.live/api",
    "/rmf/4": {
        "summary": "The list of tracked RMF rev 4 controls."
    },
    "/rmf/4/{control}": {
        "summary": "The details on the selected RMF rev 4 control",
        "parameters": {
            "control": "The control to be detailed, i.e. AC-1 or CM-6"
        }
    },
    "/rmf/5": {
        "summary": "The list of tracked RMF rev 5 controls."
    },
    "/rmf/5/{control}": {
        "summary": "The details on the selected RMF rev 5 control",
        "parameters": {
            "control": "The control to be detailed, i.e. AC-1 or CM-6"
        }
    },
    "/cci": {
        "summary": "The list of tracked Common Control Identifiers (CCIs)."
    },
    "/cci/{item}": {
        "summary": "The details on the selected CCI",
        "parameters": {
            "item": "The CCI to be detailed, i.e. CCI-123456"
        }
    },
    "/stig": {
        "summary": "The list of tracked Security Technical Implementaiton Guides."
    },
    "/stig/{title}/{version}/{release}": {
        "summary": "The summary on the selected STIG",
        "parameters": {
            "title": "The title of the STIG to be viewed.",
            "version": "The version of the specific STIG.",
            "release": "The release of the specific STIG."
        }
    },
    "/stig/{title}/{version}/{release}/{vuln}": {
        "summary": "The details on a requirement in the selected STIG",
        "parameters": {
            "title": "The title of the STIG to be viewed.",
            "version": "The version of the specific STIG.",
            "release": "The release of the specific STIG.",
            "vuln": "The vuln_id to be viewed, i.e. V-123456"
        }
    },
    "/scap": {
        "summary": "The list of tracked Security Content Automation Protocols (SCAPs)."
    },
    "/scap/{title}/{version}/{release}": {
        "summary": "The summary on the selected SCAP",
        "parameters": {
            "title": "The title of the SCAP to be viewed.",
            "version": "The version of the specific SCAP.",
            "release": "The release of the specific SCAP."
        }
    },
    "/scap/{title}/{version}/{release}/{vuln}": {
        "summary": "The details on a requirement in the selected SCAP",
        "parameters": {
            "title": "The title of the SCAP to be viewed.",
            "version": "The version of the specific SCAP.",
            "release": "The release of the specific SCAP.",
            "vuln": "The vuln_id to be viewed, i.e. V-123456"
        }
    },
    "/vulns": {
        "summary": "Vulnerabilities root \u2014 KEV catalog summary, IAVM/CTO/CVE corpus stats, and the index of /vulns subroutes."
    },
    "/vulns/kev": {
        "summary": "Full CISA Known Exploited Vulnerabilities catalog (mirrored locally)."
    },
    "/vulns/kev/{cve}": {
        "summary": "Single KEV entry by CVE id, plus any STIG/SCAP rules in the corpus that cite the same CVE.",
        "parameters": {
            "cve": "The CVE id, i.e. CVE-2024-1708"
        }
    },
    "/vulns/iavm": {
        "summary": "IAVA / IAVB / IAVT / CTO bulletin IDs harvested from the public STIG/SCAP corpus."
    },
    "/vulns/iavm/{id}": {
        "summary": "Single bulletin with rule backlinks and co-occurring CVEs.",
        "parameters": {
            "id": "The bulletin id (YYYY-A-NNNN format or CTOnnnn)"
        }
    },
    "/vulns/cve/{cve}": {
        "summary": "Unified CVE view \u2014 KEV record (if any) + STIG/SCAP rule references + co-occurring bulletins.",
        "parameters": {
            "cve": "The CVE id, i.e. CVE-2009-3555"
        }
    }
}