← Back to catalog
osv.query
mock data$0.001 / callQuery Package Vulnerabilities
Check known vulnerabilities for a specific package version in any ecosystem (npm, PyPI, Go, Maven, Rust, NuGet, 14+ more). Returns CVE/GHSA IDs, severity scores, and affected package counts. Powered by Google OSV.dev — aggregates GitHub Security Advisories, NVD, and ecosystem-native databases.
Input schema
packagerequired
stringPackage name (e.g. lodash, requests, gin-gonic/gin)
versionrequired
stringPackage version to check (e.g. 4.17.20, 2.25.0)
ecosystemrequired
stringPackage ecosystem (npm, PyPI, Go, Maven, crates.io, NuGet, Packagist, RubyGems, etc.)
Call via REST
curl -X POST https://unifyapi.pro/api/call/osv.query \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"package":"<package>","version":"<version>","ecosystem":"<ecosystem>"}'