registry-api
Search extensions via text entered by a user
get/api/-/search
Query parameters
querystring
Query text for searching
categorystring
Extension category as shown in the UI
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)
sortOrder'asc' | 'desc'
Descending or ascending sort order
sortBy'relevance' | 'timestamp' | 'rating' | 'downloadCount'
Sort key (relevance is a weighted mix of various properties)
includeAllVersionsboolean
Whether to include information on all available versions for each returned entry
Response
The search results are returned in JSON format
Changes
No recorded changes to this endpoint across all 1 revision of this API.