Get structured documentation search index
Returns the structured search index (all symbols) for a package version's documentation. This is a SymbolContentCtx from deno_doc.
get/scopes/{scope}/packages/{package}/versions/{version}/docs/search_structured
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")
Response
OK
object required
Structured symbol content for all symbols in the package version
Changes
No recorded changes to this endpoint across all 3 revisions of this API.