v1
latestOpenAPI 3.0.12026-06-115557102.5 KBList package versions
Returns a list of versions of a package
get/scopes/{scope}/packages/{package}/versions
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
[
{
"scope": "denoland",
"package": "fmt",
"version": "1.2.3",
"user": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}
}
]