v1
latestOpenAPI 3.1.02026-07-1741026.2 KBPackages
Get full package detail
Returns data for the drawer's Overview, Security, and Provenance tabs. Pass the canonical purl as a query parameter — no URL-encoding needed. Example: ?purl=pkg:npm/lodash@4.17.21.
get/packages/detail
Query parameters
purlstring required
Response
Package found.
Example response
{
"purl": "pkg:npm/lodash",
"name": "lodash",
"ecosystem": "npm",
"general": {
"healthScore": 18,
"healthScoreDetails": {
"total": 18,
"label": "Good",
"maintainerHealth": 4,
"securitySupplyChain": 8,
"developmentActivity": 6
},
"healthBand": "concerning",
"impact": {
"impactScore": 71,
"downloadsLastMonth": 52142891,
"dependentPackages": 142312,
"dependentRepos": 39104,
"transitiveReach": "Top 0.4%"
},
"riskSignals": {
"maintainerBusFactor": 1,
"openSSFScorecard": 5.2
}
},
"security": {
"advisories": [
{
"osvId": "CVE-2021-44906"
}
]
},
"provenance": {
"repositoryMapping": {
"declaredRepo": "https://github.com/lodash/lodash",
"mappingConfidence": 0.98
}
},
"stewardship": {
"id": "42",
"stewards": [
{
"userId": "abc123",
"username": "jrodriguez",
"displayName": "Jonathan R."
}
]
}
}