CVE Intelligence API
Monitor newly disclosed vulnerabilities and enrich your security workflows with structured CVE data from the National Vulnerability Database. Search by keyword, product, or CVE ID, track recent disclosures, and return severity scores, affected products, and reference links for dashboards, alerts, and vulnerability scanning. Why use this API? - Search CVEs by keyword, product name, or description…
CVE Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API service status. |
| cve | ||
| GET |
getCveById /cve/{id} |
Retrieve detailed information about a specific CVE by its ID, including severity scores (CVSS), affected products, references, and description. |
| search | ||
| GET |
searchCves /search |
Search for CVEs by keyword, product name, or description text. Results are paginated. |
| recent | ||
| GET |
getRecentCves /recent |
Get recently published CVEs from the last N days (max 30). Useful for monitoring new vulnerability disclosures. |
| product | ||
| GET |
getCvesByProduct /product/{vendor}/{product} |
Find CVEs affecting a specific vendor's product (e.g., /product/apache/log4j, /product/microsoft/windows_10). |
CVE Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $49.99 / month | — |
|