Open VSX Registry API

REST API for the Eclipse Open VSX Registry, an open-source alternative to the Visual Studio Marketplace for distributing VS Code-compatible extensions.

Operations 89

PUT /admin/ratelimit/tiers/{name} #
DELETE /admin/ratelimit/tiers/{name} #
GET /admin/ratelimit/customers/{name} #
PUT /admin/ratelimit/customers/{name} #
DELETE /admin/ratelimit/customers/{name} #
GET /vscode/gallery/extensionquery Provides metadata of extensions matching the given parameters #
POST /vscode/gallery/extensionquery Provides metadata of extensions matching the given parameters #
POST /user/token/delete/{id} #
POST /user/token/create #
POST /user/publisher-agreement #
POST /user/namespace/{namespace}/role #
POST /user/namespace/{namespace}/details #
POST /user/extension/{namespaceName}/{extensionName}/delete #
POST /api/user/publish Publish an extension by uploading a vsix file #
POST /api/user/namespace/create Create a namespace #
GET /api/-/query Provides metadata of extensions matching the given parameters #
POST /api/-/query Provides metadata of extensions matching the given parameters. Deprecated: use GET /api/-/query instead. #
POST /api/-/publish Publish an extension by uploading a vsix file #
POST /api/-/namespace/create Create a namespace #
POST /admin/scans/{scanId}/jobs/retry Retry all failed scanner jobs for a scan #
POST /admin/scans/files/decisions Create or update file decisions #
DELETE /admin/scans/files/decisions Remove file decisions #
POST /admin/scans/decisions Make security decisions for quarantined scans #
POST /admin/ratelimit/tiers/create #
GET /admin/ratelimit/customers/{name}/tokens #
POST /admin/ratelimit/customers/{name}/tokens #
POST /admin/ratelimit/customers/{name}/remove-member #
POST /admin/ratelimit/customers/{name}/add-member #
POST /admin/ratelimit/customers/create #
POST /admin/publisher/{provider}/{authId}/delete #
POST /admin/api/publisher/{provider}/{username}/delete Forget a user in response to a data-protection erasure request #
POST /admin/api/publisher/bulk-revoke Bulk revoke publisher contributions #
POST /admin/api/namespace/{namespaceName}/change-member Edit a member of a namespace #
POST /admin/api/extension/{namespaceName}/{extensionName}/purge Permanently purge an extension or one or multiple extension versions #
POST /admin/api/extension/{namespaceName}/{extensionName}/delete Delete an extension or one or multiple extension versions #
GET /vscode/unpkg/{namespaceName}/{extensionName}/{version}/** Browse an extension package #
GET /vscode/item Access an extension item #
GET /vscode/gallery/{namespaceName}/{extensionName}/latest Provides metadata of the extension matching the given parameters #
GET /vscode/gallery/publishers/{namespaceName}/vsextensions/{extensionName}/{version}/vspackage Access an extension package #
GET /vscode/asset/{namespaceName}/{extensionName}/{version}/{assetType}/** Access an extension asset #
GET /user #
GET /user/tokens #
GET /user/search/{name} #
GET /user/namespaces #
GET /user/namespace/{name}/members #
GET /user/extensions #
GET /user/extension/{namespaceName}/{extensionName} #
GET /user/customers #
GET /user/customers/{name}/usage #
GET /user/csrf #
GET /user/auth-error #
GET /sitemap.xml #
GET /login-providers #
GET /api/{namespace} Provides metadata of a namespace #
GET /api/{namespace}/{extension} Provides metadata of the latest version of an extension #
GET /api/{namespace}/{extension}/{version} Provides metadata of a specific version of an extension #
GET /api/{namespace}/{extension}/{version}/file/** Access a file packaged by an extension #
GET /api/{namespace}/{extension}/{targetPlatform} Provides metadata of the latest version of an extension #
GET /api/{namespace}/{extension}/{targetPlatform}/{version} Provides metadata of a specific version of an extension #
GET /api/{namespace}/{extension}/{targetPlatform}/{version}/file/** Access a file packaged by an extension #
GET /api/{namespace}/{extension}/{targetPlatform}/versions Provides a map of versions matching an extension #
GET /api/{namespace}/{extension}/{targetPlatform}/version-references Provides a list of version references matching an extension #
GET /api/{namespace}/{extension}/versions Provides a map of versions matching an extension #
GET /api/{namespace}/{extension}/version-references Provides a list of version references matching an extension #
GET /api/{namespace}/{extension}/reviews Returns the list of reviews of an extension #
GET /api/{namespace}/verify-pat Check if a personal access token is valid and is allowed to publish in a namespace #
GET /api/{namespace}/details #
GET /api/version Return the registry version #
GET /api/v2/-/query Provides metadata of extensions matching the given parameters #
GET /api/-/version-changes [Preview] Provides a paginated feed of the publicly visible transitions of extension versions #
GET /api/-/public-key/{publicId} Access a public key file #
GET /admin/scans Get all extension scans #
GET /admin/scans/{scanId} Get a specific scan by ID #
GET /admin/scans/filterOptions Get scan filter options #
GET /admin/scans/files Get files with admin decisions #
GET /admin/scans/files/{fileId} Get specific file decision #
GET /admin/scans/files/counts Get file decision counts #
GET /admin/scans/counts Get scan counts #
GET /admin/report Get the admin report for the given month and year #
GET /admin/ratelimit/tiers #
GET /admin/ratelimit/tiers/{name}/customers #
GET /admin/ratelimit/customers #
GET /admin/ratelimit/customers/{name}/usage #
GET /admin/ratelimit/customers/{name}/members #
GET /admin/api/namespace/{namespaceName}/members Get members for a namespace #
DELETE /admin/ratelimit/customers/{name}/tokens/{id} #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/open-vsx-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

eclipse-open-vsx-registry-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  termsOfService: https://www.eclipse.org/legal/termsofuse.php
  license:
    name: Eclipse Public License 2.0
    url: https://www.eclipse.org/legal/epl-2.0/
  version: '0.1'
servers:
- url: https://open-vsx.org
  description: Generated server url
paths:
  /admin/ratelimit/tiers/{name}:
    put:
      tags:
      - rate-limit-api
      operationId: updateTier
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TierJson'
        required: true
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TierJson'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
    delete:
      tags:
      - rate-limit-api
      operationId: deleteTier
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /admin/ratelimit/customers/{name}:
    get:
      tags:
      - rate-limit-api
      operationId: getCustomer
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CustomerJson'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
    put:
      tags:
      - rate-limit-api
      operationId: updateCustomer
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CustomerJson'
        required: true
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CustomerJson'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
    delete:
      tags:
      - rate-limit-api
      operationId: deleteCustomer
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /vscode/gallery/extensionquery:
    get:
      tags:
      - vs-code-api
      summary: Provides metadata of extensions matching the given parameters
      operationId: extensionQueryAsGet
      parameters:
      - name: q
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the query results
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExtensionQueryResult'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
    post:
      tags:
      - vs-code-api
      summary: Provides metadata of extensions matching the given parameters
      operationId: extensionQuery
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ExtensionQueryParam'
        required: true
      responses:
        '200':
          description: Returns the query results
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExtensionQueryResult'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/token/delete/{id}:
    post:
      tags:
      - user-api
      operationId: deleteAccessToken
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/token/create:
    post:
      tags:
      - user-api
      operationId: createAccessToken
      parameters:
      - name: description
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccessTokenJson'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/publisher-agreement:
    post:
      tags:
      - user-api
      operationId: signPublisherAgreement
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/namespace/{namespace}/role:
    post:
      tags:
      - user-api
      operationId: setNamespaceMember
      parameters:
      - name: namespace
        in: path
        required: true
        schema:
          type: string
      - name: user
        in: query
        required: true
        schema:
          type: string
      - name: role
        in: query
        required: true
        schema:
          type: string
      - name: provider
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/namespace/{namespace}/details:
    post:
      tags:
      - user-api
      operationId: updateNamespaceDetails
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/NamespaceDetails'
        required: true
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/namespace/{namespace}/details/logo:
    post:
      tags:
      - user-api
      operationId: updateNamespaceDetailsLogo
      parameters:
      - name: namespace
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                file:
                  type: string
                  format: binary
              required:
              - file
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /user/extension/{namespaceName}/{extensionName}/delete:
    post:
      tags:
      - user-api
      operationId: deleteExtension
      parameters:
      - name: namespaceName
        in: path
        required: true
        schema:
          type: string
      - name: extensionName
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/TargetPlatformVersion'
        required: true
      responses:
        '200':
          description: OK
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/Result'
                - $ref: '#/components/schemas/Extension'
                - $ref: '#/components/schemas/Namespace'
                - $ref: '#/components/schemas/NamespaceMembershipList'
                - $ref: '#/components/schemas/QueryResult'
                - $ref: '#/components/schemas/ReviewList'
                - $ref: '#/components/schemas/SearchResult'
                - $ref: '#/components/schemas/User'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /api/user/publish:
    post:
      tags:
      - registry-api
      summary: Publish an extension by uploading a vsix file
      operationId: publish
      requestBody:
        description: Uploaded vsix file to publish
        content:
          application/octet-stream:
            schema:
              type: string
              format: binary
        required: true
      responses:
        '201':
          description: Successfully published the extension
          headers:
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Location:
              description: The URL of the extension metadata
              style: simple
              schema:
                type: string
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Extension'
        '400':
          description: The extension could not be published
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              example:
                error: 'Unknown publisher: foobar'
        '403':
          description: User is not logged in, has no publishing permission in the namespace, or has not signed a Publisher
            Agreement
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Extension'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Retry-After:
              description: Number of seconds to wait after receiving a 429 response
              schema:
                format: int32
            X-RateLimit-Reset:
              description: Number of seconds until the rate limit tokens will be fully filled to its maximum
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
  /api/user/namespace/create:
    post:
      tags:
      - registry-api
      summary: Create a namespace
      operationId: createNamespace
      requestBody:
        description: Describes the namespace to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Namespace'
        required: true
      responses:
        '201':
          description: Successfully created the namespace
          headers:
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            Location:
              description: The URL of the namespace metadata
              style: simple
              schema:
                type: string
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Result'
              example:
                success: Created namespace foobar
        '400':
          description: The namespace could not be created
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Result'
              example:
                error: Invalid access token.
        '403':
          description: User is not logged in
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can be made in a given amount of time
              schema:
                format: int32
            X-RateLimit-Remaining:
              description: Remaining number of requests left in the current time window
              schema:
                format: int32
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Result'
        '429':
          description: A client has sent too many requests in a given amount of time
          headers:
            X-RateLimit-Limit:
              description: Number of requests that can 

# --- truncated at 32 KB (281 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/eclipse/refs/heads/main/openapi/eclipse-open-vsx-registry-api-openapi.yml