JetBrains Marketplace API

REST API for listing available plugins, uploading new plugin builds, and downloading plugin updates from the JetBrains Marketplace. Permanent tokens are issued from the My Tokens tab in the marketplace dashboard for plugin publishing workflows.

API entry from apis.yml

apis.yml Raw ↑
aid: jetbrains-plugin:marketplace-api
name: JetBrains Marketplace API
description: REST API for listing available plugins, uploading new plugin builds, and downloading plugin
  updates from the JetBrains Marketplace. Permanent tokens are issued from the My Tokens tab in the marketplace
  dashboard for plugin publishing workflows.
humanURL: https://plugins.jetbrains.com/docs/marketplace/api-reference.html
baseURL: https://plugins.jetbrains.com
tags:
- Plugins
- Marketplace
- Plugin Distribution
- IDE Extensions
properties:
- type: Documentation
  url: https://plugins.jetbrains.com/docs/marketplace/api-reference.html
- type: Plugins List API
  url: https://plugins.jetbrains.com/docs/marketplace/plugins-list.html
- type: Plugin Upload API
  url: https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html
- type: Plugin Update Download API
  url: https://plugins.jetbrains.com/docs/marketplace/plugin-update-download.html