UnifyAPI
← Back to catalog

osv.query

mock data$0.001 / call

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

Developer Toolsprovider: Osv#osv#developer

Input schema

packagerequired

Package name (e.g. lodash, requests, gin-gonic/gin)

string
versionrequired

Package version to check (e.g. 4.17.20, 2.25.0)

string
ecosystemrequired

Package ecosystem (npm, PyPI, Go, Maven, crates.io, NuGet, Packagist, RubyGems, etc.)

string

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

Try it

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