CVE Scouter

Public multi-source CVE aggregator API (MVP). Unified schema, API-key access, rate-limited.

Browse CVEs ยท OpenAPI docs

Get an API key

Use the public demo key (no signup):

X-API-Key: cvescouter-demo

Limit: 120 requests/minute. Browse UI stays public without a key.

Try it

curl -H "X-API-Key: cvescouter-demo" \
  "https://cvescouter.com/v1/stats"

curl -H "X-API-Key: cvescouter-demo" \
  "https://cvescouter.com/v1/cves?q=openssl&min_cvss=7&limit=5"

curl -H "X-API-Key: cvescouter-demo" \
  "https://cvescouter.com/v1/cves/CVE-2024-3094"