← Back to catalog
nvd.cve_detail
mock data$0.001 / callNIST NVD CVE Detail
Fetch the canonical NVD record for a specific CVE-ID — full English description, CVSS v3 + v2 vectors and scores, weakness types (CWE), affected CPE configurations with version ranges, and all references with tags. Example: CVE-2021-44228 for Log4Shell.
Input schema
cve_idrequired
stringFull CVE identifier in canonical form (e.g. 'CVE-2021-44228' for Log4Shell). Format: CVE-YYYY-NNNN+ where YYYY is the year and NNNN+ is a sequence number of four or more digits.
Call via REST
curl -X POST https://unifyapi.pro/api/call/nvd.cve_detail \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cve_id":"<cve_id>"}'