v1
latestOpenAPI 3.0.12026-06-115557102.5 KBGet package details
Returns details of a package
get/scopes/{scope}/packages/{package}
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",
"name": "fmt",
"description": "A module for formatting strings.",
"githubRepository": {
"owner": "denoland",
"name": "deno"
}
}