← Back to catalog
osv.get
mock data$0.001 / callGet Vulnerability Details
Retrieve full details for a vulnerability by OSV ID (GHSA-xxxx), CVE ID (CVE-2021-xxxxx), or ecosystem ID (PYSEC/RUSTSEC/GO). Returns summary, CVSS severity, affected packages with fix versions, and reference links.
Input schema
vuln_idrequired
stringVulnerability ID — OSV (e.g. GHSA-35jh-r3h4-6jhm), CVE (e.g. CVE-2021-23337), or PYSEC/GO/RUSTSEC ID
Call via REST
curl -X POST https://unifyapi.pro/api/call/osv.get \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"vuln_id":"<vuln_id>"}'