UnifyAPI
← Back to catalog

osv.get

mock data$0.001 / call

Get 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.

Developer Toolsprovider: Osv#osv#developer

Input schema

vuln_idrequired

Vulnerability ID — OSV (e.g. GHSA-35jh-r3h4-6jhm), CVE (e.g. CVE-2021-23337), or PYSEC/GO/RUSTSEC ID

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.