v1
latestOpenAPI 3.0.12026-06-115557102.5 KBGet package version documentation
Returns the generated documentation for a package version
get/scopes/{scope}/packages/{package}/versions/{version}/docs
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
versionstring required
The version of the package (or "latest")
Query parameters
all_symbolsboolean
If present, returns documentation for all symbols
entrypointstring
The entrypoint to get documentation for
symbolstring
The symbol to get documentation for
Response
OK
Example response
{
"version": {
"scope": "denoland",
"package": "fmt",
"version": "1.2.3"
}
}