Get package downloads
Returns download statistics for a package over the last 90 days
get/scopes/{scope}/packages/{package}/downloads
Path parameters
scopestring required
The name of a scope. This must not be @ prefixed.
Example:denoland
The name of the scope
packagestring required
The name of a package.
Example:fmt
The name of the package
Response
OK
Example response
{
"recentVersions": [
{
"version": "1.2.3"
}
]
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲