Plugin developers list API
This API endpoint provides a list of all plugin developers for a plugin by specified pluginId
or pluginXmlId
:
https://plugins.jetbrains.com/plugin/developers?xmlId=<pluginXmlId>
or
https://plugins.jetbrains.com/plugin/developers?pluginId=<pluginId>
Where
pluginXmlId
is specified as aPlugin XML ID
parameter on the right of the plugin's individual update page and in theplugin.xml
.pluginId
is a numeric ID of the plugin, it can be retrieved from the plugin repository URL, e.g. Scala plugin ID is1347
.
e.g., for Scala Plugin:
https://plugins.jetbrains.com/plugin/developers?xmlId=org.intellij.scala
or
https://plugins.jetbrains.com/plugin/developers?pluginId=1347
Last modified: 18 January 2024