VS Code Marketplace Gallery API
The VS Code Marketplace Gallery API provides programmatic access to the Visual Studio Marketplace, enabling search, discovery, and retrieval of extensions for Visual Studio Code and other Microsoft developer tools. It supports querying extensions by name, publisher, category, and tags, as well as fetching extension details, versions, statistics, and reviews.
Documentation
Specifications
Other Resources
BaseURL
https://marketplace.visualstudio.com/_apis/public/gallery
SourceCode
https://github.com/microsoft/vscode/blob/main/src/vs/platform/extensionManagement/common/extensionGalleryService.ts
Guide
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
OpenAPI
#Developer Tools
#Extensions
#IDE
#Marketplace
#Microsoft
#Visual Studio Code