registry-api

Provides metadata of extensions matching the given parameters

get/api/-/query

Query parameters

namespaceNamestring

Name of a namespace

extensionNamestring

Name of an extension

extensionVersionstring

Version of an extension

extensionIdstring

Identifier in the format {namespace}.{extension}

extensionUuidstring

Universally unique identifier of an extension

namespaceUuidstring

Universally unique identifier of a namespace

includeAllVersionsboolean

Whether to include all versions of an extension, ignored if extensionVersion is specified

targetPlatform'win32-x64' | 'win32-ia32' | 'win32-arm64' | 'linux-x64' | 'linux-arm64' | 'linux-armhf' | 'alpine-x64' | 'alpine-arm64' | 'darwin-x64' | 'darwin-arm64' | 'web' | 'universal'

Target platform

sizeinteger

Maximal number of entries to return

offsetinteger

Number of entries to skip (usually a multiple of the page size)

Response

Returns the (possibly empty) query results

successstring

Indicates success of the operation (omitted if a more specific result type is returned)

warningstring

Indicates a warning; when this is present, other properties can still be used

errorstring

Indicates an error; when this is present, all other properties should be ignored

offsetinteger required

Number of skipped entries according to the query

totalSizeinteger required

Total number of entries that match the query

Changes

No recorded changes to this endpoint across all 1 revision of this API.